@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260109.1 → 1.0.0-alpha.20260109.2
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/Azure.Generator.Management.deps.json +13 -13
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Humanizer.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +13 -13
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Humanizer.dll +0 -0
- package/package.json +1 -1
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260109.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
|
-
"Humanizer.Core": "
|
|
14
|
+
"Humanizer.Core": "3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Humanizer.Core/
|
|
77
|
+
"Humanizer.Core/3.0.1": {
|
|
78
78
|
"runtime": {
|
|
79
|
-
"lib/
|
|
80
|
-
"assemblyVersion": "
|
|
81
|
-
"fileVersion": "
|
|
79
|
+
"lib/net10.0/Humanizer.dll": {
|
|
80
|
+
"assemblyVersion": "3.0.0.0",
|
|
81
|
+
"fileVersion": "3.0.1.28244"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"Humanizer.Core": "
|
|
218
|
+
"Humanizer.Core": "3.0.1",
|
|
219
219
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
220
220
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
221
221
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"Humanizer.Core": "
|
|
273
|
+
"Humanizer.Core": "3.0.1",
|
|
274
274
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
275
275
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
276
276
|
"System.Composition": "7.0.0"
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"libraries": {
|
|
625
|
-
"Azure.Generator.Management/1.0.0-alpha.20260109.
|
|
625
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"path": "commandlineparser/2.9.1",
|
|
663
663
|
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
|
|
664
664
|
},
|
|
665
|
-
"Humanizer.Core/
|
|
665
|
+
"Humanizer.Core/3.0.1": {
|
|
666
666
|
"type": "package",
|
|
667
667
|
"serviceable": true,
|
|
668
|
-
"sha512": "sha512-
|
|
669
|
-
"path": "humanizer.core/
|
|
670
|
-
"hashPath": "humanizer.core.
|
|
668
|
+
"sha512": "sha512-scB3+KcxNmEjZK5V8rKCW2gIiL8m8KH91w14FuuExyhi9xTyAJ+jr+DDxGdy12mHmioe2uvjxTfMgM7WmSUFlw==",
|
|
669
|
+
"path": "humanizer.core/3.0.1",
|
|
670
|
+
"hashPath": "humanizer.core.3.0.1.nupkg.sha512"
|
|
671
671
|
},
|
|
672
672
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
673
673
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260109.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
|
-
"Humanizer.Core": "
|
|
14
|
+
"Humanizer.Core": "3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Humanizer.Core/
|
|
77
|
+
"Humanizer.Core/3.0.1": {
|
|
78
78
|
"runtime": {
|
|
79
|
-
"lib/
|
|
80
|
-
"assemblyVersion": "
|
|
81
|
-
"fileVersion": "
|
|
79
|
+
"lib/net10.0/Humanizer.dll": {
|
|
80
|
+
"assemblyVersion": "3.0.0.0",
|
|
81
|
+
"fileVersion": "3.0.1.28244"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"Humanizer.Core": "
|
|
218
|
+
"Humanizer.Core": "3.0.1",
|
|
219
219
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
220
220
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
221
221
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"Humanizer.Core": "
|
|
273
|
+
"Humanizer.Core": "3.0.1",
|
|
274
274
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
275
275
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
276
276
|
"System.Composition": "7.0.0"
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"libraries": {
|
|
625
|
-
"Azure.Generator.Management/1.0.0-alpha.20260109.
|
|
625
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"path": "commandlineparser/2.9.1",
|
|
663
663
|
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
|
|
664
664
|
},
|
|
665
|
-
"Humanizer.Core/
|
|
665
|
+
"Humanizer.Core/3.0.1": {
|
|
666
666
|
"type": "package",
|
|
667
667
|
"serviceable": true,
|
|
668
|
-
"sha512": "sha512-
|
|
669
|
-
"path": "humanizer.core/
|
|
670
|
-
"hashPath": "humanizer.core.
|
|
668
|
+
"sha512": "sha512-scB3+KcxNmEjZK5V8rKCW2gIiL8m8KH91w14FuuExyhi9xTyAJ+jr+DDxGdy12mHmioe2uvjxTfMgM7WmSUFlw==",
|
|
669
|
+
"path": "humanizer.core/3.0.1",
|
|
670
|
+
"hashPath": "humanizer.core.3.0.1.nupkg.sha512"
|
|
671
671
|
},
|
|
672
672
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
673
673
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp-mgmt",
|
|
3
|
-
"version": "1.0.0-alpha.20260109.
|
|
3
|
+
"version": "1.0.0-alpha.20260109.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure management libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-mgmt/README.md",
|