Skip to content

Commit

Permalink
bump tcgc version to 0.45.3 (#4194)
Browse files Browse the repository at this point in the history
Bump the version of TCGC in order to fix the current issue in
implementing examples
  • Loading branch information
ArcturusZhang authored Aug 16, 2024
1 parent 5661859 commit 71c221d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/http-client-csharp/emitter/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const NetEmitterOptionsSchema: JSONSchemaType<NetEmitterOptions> = {
additionalProperties: false,
properties: {
"examples-directory": { type: "string", nullable: true },
"examples-dir": { type: "string", nullable: true },
"api-version": { type: "string", nullable: true },
outputFile: { type: "string", nullable: true },
logFile: { type: "string", nullable: true },
Expand Down
9 changes: 4 additions & 5 deletions packages/http-client-csharp/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 packages/http-client-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@azure-tools/cadl-ranch": "0.14.3",
"@azure-tools/cadl-ranch-specs": "0.36.0",
"@azure-tools/typespec-azure-core": "0.45.0",
"@azure-tools/typespec-client-generator-core": "0.45.2",
"@azure-tools/typespec-client-generator-core": "0.45.3",
"@microsoft/api-extractor": "^7.40.3",
"@types/node": "~18.13.0",
"@typespec/compiler": "0.59.1",
Expand Down

0 comments on commit 71c221d

Please sign in to comment.