Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnityRift.PInvoke/UnityRift.PInvoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>UnityRift.PInvoke</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnityRift/UnityRift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net472;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>UnityRift</RootNamespace>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2025</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnityRiftCLI/UnityRiftCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>UnityRiftCLI</RootNamespace>
<AssemblyTitle>UnityRift CLI</AssemblyTitle>
<AssemblyName>UnityRiftCLI</AssemblyName>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare; Copyright © aelurum 2023-2025</Copyright>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>embedded</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion UnityRiftFBXWrapper/UnityRiftFBXWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>UnityRift</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2018-2022; Copyright © hozuki 2020</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnityRiftGUI/UnityRiftGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ApplicationIcon>Resources\as.ico</ApplicationIcon>
<AssemblyTitle>UnityRift</AssemblyTitle>
<AssemblyName>UnityRiftGUI</AssemblyName>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2025</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnityRiftUtility/UnityRiftUtility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net472;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>UnityRift</RootNamespace>
<Version>0.22.0.0</Version>
<Version>0.23.0.0</Version>
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2025</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
Loading