Skip to content

Update TypeSpec emitter version to prerelease 1.0.0-alpha.20250807.1 #51802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
403 changes: 259 additions & 144 deletions eng/azure-typespec-http-client-csharp-emitter-package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions eng/azure-typespec-http-client-csharp-emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20250805.1"
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20250807.1"
},
"devDependencies": {
"@azure-tools/typespec-azure-core": "0.57.0",
"@azure-tools/typespec-azure-resource-manager": "0.57.0",
"@azure-tools/typespec-azure-rulesets": "0.57.0",
"@azure-tools/typespec-client-generator-core": "0.57.1",
"@typespec/compiler": "1.1.0",
"@typespec/http": "1.1.0",
"@typespec/openapi": "1.1.0",
"@typespec/rest": "0.71.0",
"@typespec/versioning": "0.71.0"
"@azure-tools/typespec-azure-core": "0.59.0",
"@azure-tools/typespec-azure-resource-manager": "0.59.0",
"@azure-tools/typespec-azure-rulesets": "0.59.0",
"@azure-tools/typespec-client-generator-core": "0.59.0",
"@typespec/compiler": "1.3.0",
"@typespec/http": "1.3.0",
"@typespec/openapi": "1.3.0",
"@typespec/rest": "0.73.0",
"@typespec/versioning": "0.73.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"package-name": "Azure.Data.AppConfiguration",
"namespace": "Azure.Data.AppConfiguration",
"model-namespace": false,
"license": {
"name": "MIT License",
"company": "Microsoft Corporation",
"link": "https://mit-license.org",
"header": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License.",
"description": "Copyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the “Software”), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
}
}
Loading
Loading