msgraph-sdk-dotnet-core icon indicating copy to clipboard operation
msgraph-sdk-dotnet-core copied to clipboard

Update IncrementPreviewVersion to support multiple major versions

Open MIchaelMainer opened this issue 5 years ago • 1 comments

https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/blob/dev/scripts/IncrementPreviewVersion.ps1#L54

It uses the preview version without regard to the major version. So, if 2.0.0-preview.1 is published, the preview version of 1.22.0 is preview.2 instead of preview.1

In the meantime, we can manually override the the versionSuffix in the csproj. AB#7175

MIchaelMainer avatar Mar 26 '20 00:03 MIchaelMainer

Hi @MIchaelMainer . Am I wrong or has this been fixed already? https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/121

maisarissi avatar May 27 '22 20:05 maisarissi