Remove preview suffix from source generator package version#541
Merged
YunchuWang merged 4 commits intomainfrom Dec 9, 2025
Merged
Remove preview suffix from source generator package version#541YunchuWang merged 4 commits intomainfrom
YunchuWang merged 4 commits intomainfrom
Conversation
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix source generator NuGet package to remove preview version
Remove preview suffix from source generator package version
Dec 8, 2025
Member
|
@copilot dont update preview version in samples/Directory.Packages.props yet, pkg not published yet |
…package is published Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR promotes the Microsoft.DurableTask.Generators package from preview (1.0.0-preview.1) to stable (1.0.0) by removing the VersionSuffix property. The Generators package follows an independent versioning scheme from other packages in the repository.
Key Changes:
- Removed the preview suffix from the Generators package version in the project file
- Updated the README example to reference the new stable version 1.0.0
- Sample projects intentionally kept at preview version until the stable package is published to NuGet
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Generators/Generators.csproj | Removed VersionSuffix property to promote package to stable 1.0.0 version |
| README.md | Updated example package reference from 1.0.0-preview.1 to 1.0.0 to reflect the new stable version |
kaibocai
approved these changes
Dec 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes
Microsoft.DurableTask.Generatorsfrom1.0.0-preview.1to1.0.0for the next release.Changes
VersionSuffixproperty1.0.01.0.0-preview.1until the package is publishedThe Generators package versions independently from other packages in this repository. The README warning about class-based syntax being subject to change remains unchanged, as it refers to feature stability rather than package version maturity.
Sample projects will continue to reference the preview version until the new stable package is available on NuGet.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.