@typespec/http-client-csharp 1.0.0-alpha.20251021.1 → 1.0.0-alpha.20251021.3
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.
- package/dist/generator/Microsoft.TypeSpec.Generator +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.deps.json +3 -3
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.deps.json +2 -2
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.deps.json +1 -1
- package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.pdb +0 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
},
|
|
580
580
|
"runtime": {
|
|
581
581
|
"Microsoft.TypeSpec.Generator.dll": {
|
|
582
|
-
"assemblyVersion": "1.0.0
|
|
582
|
+
"assemblyVersion": "1.0.0.0",
|
|
583
583
|
"fileVersion": "1.0.0.0"
|
|
584
584
|
}
|
|
585
585
|
}
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
},
|
|
592
592
|
"runtime": {
|
|
593
593
|
"Microsoft.TypeSpec.Generator.ClientModel.dll": {
|
|
594
|
-
"assemblyVersion": "1.0.0
|
|
594
|
+
"assemblyVersion": "1.0.0.0",
|
|
595
595
|
"fileVersion": "1.0.0.0"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
},
|
|
604
604
|
"runtime": {
|
|
605
605
|
"Microsoft.TypeSpec.Generator.Input.dll": {
|
|
606
|
-
"assemblyVersion": "1.0.0
|
|
606
|
+
"assemblyVersion": "1.0.0.0",
|
|
607
607
|
"fileVersion": "1.0.0.0"
|
|
608
608
|
}
|
|
609
609
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
},
|
|
580
580
|
"runtime": {
|
|
581
581
|
"Microsoft.TypeSpec.Generator.dll": {
|
|
582
|
-
"assemblyVersion": "1.0.0
|
|
582
|
+
"assemblyVersion": "1.0.0.0",
|
|
583
583
|
"fileVersion": "1.0.0.0"
|
|
584
584
|
}
|
|
585
585
|
}
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
},
|
|
592
592
|
"runtime": {
|
|
593
593
|
"Microsoft.TypeSpec.Generator.Input.dll": {
|
|
594
|
-
"assemblyVersion": "1.0.0
|
|
594
|
+
"assemblyVersion": "1.0.0.0",
|
|
595
595
|
"fileVersion": "1.0.0.0"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/http-client-csharp",
|
|
3
|
-
"version": "1.0.0-alpha.20251021.
|
|
3
|
+
"version": "1.0.0-alpha.20251021.3",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Http Client libraries for C#.",
|
|
6
6
|
"homepage": "https://typespec.io",
|