Skip to content

Commit

Permalink
Update AutoRest C# version to 3.0.0-beta.20241112.1 (#47120)
Browse files Browse the repository at this point in the history
* Update Generator Version 3.0.0-beta.20241112.1

* Update SDK codes co_de_1
  • Loading branch information
azure-sdk authored Nov 12, 2024
1 parent 2a85f03 commit 4f49116
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
All should have PrivateAssets="All" set so they don't become package dependencies
-->
<ItemGroup>
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20241111.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20241112.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240813.2" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" PrivateAssets="All" />
Expand Down
16 changes: 8 additions & 8 deletions eng/emitter-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eng/emitter-package.json
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.20241111.1"
"@azure-tools/typespec-csharp": "0.2.0-beta.20241112.1"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.47.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"shared-source-folders": [
"../../TempTypeSpecFiles/node_modules/@autorest/csharp/Generator.Shared",
"../../TempTypeSpecFiles/node_modules/@autorest/csharp/Azure.Core.Shared"
],
"use-write-core": true
]
}

0 comments on commit 4f49116

Please sign in to comment.