Skip to content

Commit fc2a846

Browse files
committed
Upgrade .NET SDK to spec 2.20.8-nightly.9
1 parent 5a19f5e commit fc2a846

140 files changed

Lines changed: 3591 additions & 18678 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 645 additions & 0 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.17.0

generate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rm src docs *.nupkg *.snupkg -rf
1010

1111
./node_modules/\@openapitools/openapi-generator-cli/main.js generate \
1212
-g csharp \
13-
-t ./templates \
1413
--library httpclient \
1514
--additional-properties=packageGuid=1c420561-97f1-4810-ad2d-cd344d27170a,packageName=VRChat.API,packageTags=vrchat,packageVersion="${2}",targetFramework=net8.0,licenseId=MIT,equatable=true \
1615
--git-user-id=vrchatapi \

openapitools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "7.17.0"
6+
}
7+
}

0 commit comments

Comments
 (0)