Skip to content

Commit

Permalink
Update AutoRest C# version to 3.0.0-beta.20240114.1 (Azure#41254)
Browse files Browse the repository at this point in the history
Co-authored-by: Arcturus Zhang <[email protected]>
  • Loading branch information
azure-sdk and ArcturusZhang authored Jan 15, 2024
1 parent 1f8f0da commit 585b073
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9,501 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.20240112.2" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240114.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20231116.1" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" 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.

8 changes: 4 additions & 4 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20240112.2"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240114.1"
},
"devDependencies": {
"@azure-tools/typespec-azure-core": "0.37.0",
"@typespec/compiler": "0.51.0",
"@typespec/rest": "0.51.0",
"@typespec/versioning": "0.51.0",
"@typespec/http": "0.51.0",
"@typespec/versioning": "0.51.0",
"@azure-tools/typespec-client-generator-core": "0.37.0",
"@typespec/compiler": "0.51.0"
"@azure-tools/typespec-azure-core": "0.37.0"
}
}

This file was deleted.

Loading

0 comments on commit 585b073

Please sign in to comment.