-
Notifications
You must be signed in to change notification settings - Fork 5k
Update AutoRest C# version to 3.0.0-beta.20250519.1 #50156
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"main": "dist/src/index.js", | ||
"dependencies": { | ||
"@azure-tools/typespec-csharp": "0.2.0-beta.20250515.1" | ||
"@azure-tools/typespec-csharp": "0.2.0-beta.20250519.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [nitpick] Consider updating the project CHANGELOG or release notes to document the bump to typespec-csharp 0.2.0-beta.20250519.1. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
}, | ||
"devDependencies": { | ||
"@azure-tools/typespec-autorest": "0.56.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider adding an entry in the CHANGELOG to reflect the AutoRest.CSharp version bump to 3.0.0-beta.20250519.1.
Copilot uses AI. Check for mistakes.