Skip to content

Commit

Permalink
Update Generator Version 3.0.0-beta.20240509.2 (#43979)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed May 10, 2024
1 parent 9f81762 commit 4000f32
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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.20240508.5" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240509.2" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240429.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
22 changes: 11 additions & 11 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.20240508.5"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240509.2"
},
"devDependencies": {
"@typespec/versioning": "0.55.0",
"@azure-tools/typespec-azure-core": "0.41.0",
"@typespec/rest": "0.55.0",
"@typespec/http": "0.55.0",
"@azure-tools/typespec-azure-core": "0.41.0",
"@typespec/openapi": "0.55.0",
"@typespec/versioning": "0.55.0",
"@typespec/http": "0.55.0",
"@azure-tools/typespec-client-generator-core": "0.41.8",
"@typespec/compiler": "0.55.0"
}
Expand Down

0 comments on commit 4000f32

Please sign in to comment.