msgraph-sdk-dotnet-core
msgraph-sdk-dotnet-core copied to clipboard
Update IncrementPreviewVersion to support multiple major versions
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
Hi @MIchaelMainer . Am I wrong or has this been fixed already? https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/121