Skip to content

Commit 3c54a94

Browse files
committed
Upgrade .NET SDK to spec 2.20.8-nightly.4
1 parent f9b3955 commit 3c54a94

7 files changed

Lines changed: 152 additions & 506 deletions

File tree

.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ docs/GroupGalleryImage.md
117117
docs/GroupInstance.md
118118
docs/GroupJoinRequestAction.md
119119
docs/GroupJoinState.md
120-
docs/GroupLimitedMember.md
121120
docs/GroupMember.md
122121
docs/GroupMemberLimitedUser.md
123122
docs/GroupMemberStatus.md
@@ -460,7 +459,6 @@ src/VRChat.API/Model/GroupGalleryImage.cs
460459
src/VRChat.API/Model/GroupInstance.cs
461460
src/VRChat.API/Model/GroupJoinRequestAction.cs
462461
src/VRChat.API/Model/GroupJoinState.cs
463-
src/VRChat.API/Model/GroupLimitedMember.cs
464462
src/VRChat.API/Model/GroupMember.cs
465463
src/VRChat.API/Model/GroupMemberLimitedUser.cs
466464
src/VRChat.API/Model/GroupMemberStatus.cs

src/VRChat.API/Api/GroupsApi.cs

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

src/VRChat.API/Client/Configuration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Configuration : IReadableConfiguration
3333
/// Version of the package.
3434
/// </summary>
3535
/// <value>Version of the package.</value>
36-
public const string Version = "2.20.8-nightly.3";
36+
public const string Version = "2.20.8-nightly.4";
3737

3838
/// <summary>
3939
/// Identifier for ISO 8601 DateTime Format
@@ -540,7 +540,7 @@ public static string ToDebugReport()
540540
report += " OS: " + System.Environment.OSVersion + "\n";
541541
report += " .NET Framework Version: " + System.Environment.Version + "\n";
542542
report += " Version of the API: 1.20.7\n";
543-
report += " SDK Package Version: 2.20.8-nightly.3\n";
543+
report += " SDK Package Version: 2.20.8-nightly.4\n";
544544

545545
return report;
546546
}

0 commit comments

Comments
 (0)