PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

*-ModuleManifest should support SemVer 2.0

Open vojtechvit opened this issue 7 years ago • 4 comments

PowerShell Core 6.0 seems to be adding support for SemVer 2.0. Prerelease manifest field value validations should be updated to allow series of dot separated identifiers.

vojtechvit avatar Jan 14 '18 17:01 vojtechvit

This is something we want to address in the future, but we cannot at this time. The PowerShell Gallery is based on NuGet v2, which only supports SemVer 1.0.0 prerelease versions.

ghost avatar Jan 17 '18 20:01 ghost

@edyoung does PowerShell Gallery support NuGet v3 now? I see a v3 Uri defined in code but it's not used anywhere.

https://github.com/PowerShell/PowerShellGet/blob/0f667f29a4cecd9b8abee1a4df63b2c31f7a753a/src/PowerShellGet/private/modulefile/PartOne.ps1#L115

ThomasNieto avatar May 30 '19 05:05 ThomasNieto

No, it doesn't

edyoung avatar May 30 '19 13:05 edyoung

@edyoung Is there a timeline for PSGallery to support v3?

ThomasNieto avatar May 30 '19 15:05 ThomasNieto