Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the Dynamic Support Policy for PowerShell Versions #1275 #1276

Merged
merged 9 commits into from
Apr 7, 2024
Merged

Implementation of the Dynamic Support Policy for PowerShell Versions #1275 #1276

merged 9 commits into from
Apr 7, 2024

Conversation

mdaneri
Copy link
Contributor

@mdaneri mdaneri commented Apr 2, 2024

This pull request is to address:
#1275 Implement a Dynamic Support Policy for PowerShell Versions in Pode
#1189 only supports netstandard2.0 and net8.0
#1188 Listener DLL (Pode.DLL) need a version number
#1187 The Listener DLL has no versioning.
#1186 Support for .NET 8.0

@mdaneri
Copy link
Contributor Author

mdaneri commented Apr 2, 2024

#1189 will be achieved with Pode 2.11 when support for 7.2(net6.0) and 7.3(net7.0) will be dropped
Or maybe not. probably we are going to have 7.5 with net9.0 😄

docs/pwshsupportpolicy.md Outdated Show resolved Hide resolved
docs/pwshsupportpolicy.md Outdated Show resolved Hide resolved
pode.build.ps1 Outdated Show resolved Hide resolved
src/Pode.psm1 Outdated Show resolved Hide resolved
src/Pode.psm1 Outdated Show resolved Hide resolved
src/Private/Version.ps1 Outdated Show resolved Hide resolved
src/Private/Version.ps1 Outdated Show resolved Hide resolved
src/Private/Version.ps1 Outdated Show resolved Hide resolved
src/Private/Version.ps1 Outdated Show resolved Hide resolved
src/Private/Server.ps1 Outdated Show resolved Hide resolved
src/Public/Utilities.ps1 Outdated Show resolved Hide resolved
src/Private/Helpers.ps1 Outdated Show resolved Hide resolved
src/Private/Version.ps1 Outdated Show resolved Hide resolved
src/Pode.psd1 Outdated Show resolved Hide resolved
src/Private/Server.ps1 Outdated Show resolved Hide resolved
src/Private/Helpers.ps1 Outdated Show resolved Hide resolved
src/Private/Helpers.ps1 Outdated Show resolved Hide resolved
src/Private/Helpers.ps1 Outdated Show resolved Hide resolved
docs/pwshsupportpolicy.md Outdated Show resolved Hide resolved
Copy link
Owner

@Badgerati Badgerati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@Badgerati Badgerati merged commit ee8786e into Badgerati:develop Apr 7, 2024
17 checks passed
@mdaneri mdaneri deleted the Versioning-and-eol branch April 8, 2024 01:16
@Badgerati Badgerati mentioned this pull request Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants