@typespec/http-client-csharp 0.1.9-alpha.20240823.4 → 0.1.9-alpha.20240825.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -540,6 +540,7 @@
540
540
  },
541
541
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
542
542
  "dependencies": {
543
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
543
544
  "System.Memory.Data": "8.0.0"
544
545
  },
545
546
  "runtime": {
@@ -528,6 +528,7 @@
528
528
  },
529
529
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
530
530
  "dependencies": {
531
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
531
532
  "System.Memory.Data": "8.0.0"
532
533
  },
533
534
  "runtime": {
@@ -504,6 +504,7 @@
504
504
  },
505
505
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
506
506
  "dependencies": {
507
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
507
508
  "System.Memory.Data": "8.0.0"
508
509
  },
509
510
  "runtime": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "0.1.9-alpha.20240823.4",
3
+ "version": "0.1.9-alpha.20240825.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "The typespec library that can be used to generate C# models from a TypeSpec REST protocol binding",
6
6
  "homepage": "https://github.com/Microsoft/typespec",