Skip to content

Commit

Permalink
Update Generator Version 3.0.0-beta.20240814.3 (#45536)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Aug 15, 2024
1 parent 986134b commit 093ecf7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,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.20240813.7" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240814.3" 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
32 changes: 16 additions & 16 deletions eng/emitter-package-lock.json

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

4 changes: 2 additions & 2 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.20240813.7"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240814.3"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.45.0",
"@azure-tools/typespec-azure-core": "0.45.0",
"@azure-tools/typespec-azure-resource-manager": "0.45.0",
"@azure-tools/typespec-azure-rulesets": "0.45.0",
"@azure-tools/typespec-client-generator-core": "0.45.1",
"@azure-tools/typespec-client-generator-core": "0.45.2",
"@typespec/compiler": "0.59.0",
"@typespec/http": "0.59.0",
"@typespec/openapi": "0.59.0",
Expand Down

0 comments on commit 093ecf7

Please sign in to comment.