-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Increment versions for ai releases #48847
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator. | |
|
|
||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-ai-projects</artifactId> | ||
| <version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} --> | ||
| <version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} --> | ||
|
||
| <packaging>jar</packaging> | ||
|
|
||
| <name>Microsoft Azure SDK for Projects</name> | ||
|
|
@@ -72,7 +72,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator. | |
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-ai-agents</artifactId> | ||
| <version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} --> | ||
| <version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} --> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.openai</groupId> | ||
|
|
||
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.
The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.