Skip to content

Commit aa353a4

Browse files
authored
Update Generator Version 3.0.0-beta.20250410.1 (Azure#49348)
1 parent 1715b8f commit aa353a4

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
All should have PrivateAssets="All" set so they don't become package dependencies
276276
-->
277277
<ItemGroup>
278-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250409.1" PrivateAssets="All" />
278+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250410.1" PrivateAssets="All" />
279279
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250310.1" PrivateAssets="All" />
280280
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
281281
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->

eng/emitter-package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-csharp": "0.2.0-beta.20250409.1"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20250410.1"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "0.54.0",
@@ -16,7 +16,7 @@
1616
"@typespec/openapi": "1.0.0-rc.0",
1717
"@typespec/rest": "0.68.0",
1818
"@typespec/sse": "0.68.0",
19-
"@typespec/streams": "0.68",
19+
"@typespec/streams": "0.68.0",
2020
"@typespec/versioning": "0.68.0",
2121
"@typespec/xml": "0.68.0"
2222
}

0 commit comments

Comments
 (0)