Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VolcanicArts committed May 31, 2023
1 parent a6ed524 commit 605bded
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions VRCOSC.Desktop/VRCOSC.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<ApplicationIcon>game.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>0.0.0</Version>
<FileVersion>2023.516.0</FileVersion>
<FileVersion>2023.531.0</FileVersion>
<Title>VRCOSC</Title>
<Authors>VolcanicArts</Authors>
<Company>VolcanicArts</Company>
<Nullable>enable</Nullable>
<AssemblyVersion>2023.516.0</AssemblyVersion>
<AssemblyVersion>2023.531.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\VRCOSC.Game\VRCOSC.Game.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion VRCOSC.Game/VRCOSC.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<PackageId>VolcanicArts.VRCOSC.SDK</PackageId>
<Version>2023.516.0</Version>
<Version>2023.531.0</Version>
<Title>VRCOSC SDK</Title>
<Authors>VolcanicArts</Authors>
<Description>SDK for creating custom modules with VRCOSC</Description>
Expand Down
2 changes: 1 addition & 1 deletion VRCOSC.Resources/VRCOSC.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>VolcanicArts.VRCOSC.Resources</PackageId>
<Version>2023.509.0</Version>
<Version>2023.531.0</Version>
<Title>VRCOSC Resources</Title>
<Authors>VolcanicArts</Authors>
<Description>VRCOSC's resources</Description>
Expand Down
2 changes: 1 addition & 1 deletion VRCOSC.Templates/VRCOSC.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<NoDefaultExcludes>true</NoDefaultExcludes>
<!-- No lib content for target framework. The warning is meaningless for template packages. -->
<NoWarn>NU5128</NoWarn>
<Version>2023.516.0</Version>
<Version>2023.531.0</Version>
<Authors>VolcanicArts</Authors>
<PackageProjectUrl>https://github.com/VolcanicArts/VRCOSC</PackageProjectUrl>
<RepositoryUrl>https://github.com/VolcanicArts/VRCOSC</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2023.516.0" />
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2023.531.0" />
</ItemGroup>

</Project>

0 comments on commit 605bded

Please sign in to comment.