File tree Expand file tree Collapse file tree
wrapper/VRChat.API.Extensions.Hosting Expand file tree Collapse file tree Original file line number Diff line number Diff 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.6 " ;
36+ public const string Version = "2.20.8-nightly.7 " ;
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.6 \n " ;
543+ report += " SDK Package Version: 2.20.8-nightly.7 \n " ;
544544
545545 return report ;
546546 }
Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ namespace VRChat.API.Model
3434 public enum AgeVerificationStatus
3535 {
3636 /// <summary>
37- /// Enum hidden for value: 18+
37+ /// Enum plus18 for value: 18+
3838 /// </summary>
3939 [ EnumMember ( Value = "18+" ) ]
40- hidden = 1 ,
40+ plus18 = 1 ,
4141
4242 /// <summary>
43- /// Enum plus18 for value: hidden
43+ /// Enum hidden for value: hidden
4444 /// </summary>
4545 [ EnumMember ( Value = "hidden" ) ]
46- plus18 = 2 ,
46+ hidden = 2 ,
4747
4848 /// <summary>
4949 /// Enum verified for value: verified
Original file line number Diff line number Diff line change 1212 <Description >VRChat API Library for .NET</Description >
1313 <Copyright >Copyright © 2021 Owners of GitHub organisation "vrchatapi" and individual contributors.</Copyright >
1414 <RootNamespace >VRChat.API</RootNamespace >
15- <Version >2.20.8-nightly.6 </Version >
15+ <Version >2.20.8-nightly.7 </Version >
1616 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\VRChat.API.xml</DocumentationFile >
1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1818 <RepositoryUrl >https://github.com/vrchatapi/vrchatapi-csharp.git</RepositoryUrl >
Original file line number Diff line number Diff line change 1212 <Description >Extensions for hosting and dependency injection for the VRChat API Library for .NET</Description >
1313 <Copyright >Copyright © 2021 Owners of GitHub organisation "vrchatapi" and individual contributors.</Copyright >
1414 <RootNamespace >VRChat.API.Extensions.Hosting</RootNamespace >
15- <Version >2.20.8-nightly.6 </Version >
15+ <Version >2.20.8-nightly.7 </Version >
1616 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\VRChat.API.Extensions.Hosting.xml</DocumentationFile >
1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1818 <RepositoryUrl >https://github.com/vrchatapi/vrchatapi-csharp.git</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments