Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 9e2b571

Browse files
committed
remove windowoverridepatch
1 parent f80db1b commit 9e2b571

File tree

4 files changed

+3
-35
lines changed

4 files changed

+3
-35
lines changed

CameraPlus/CameraPlus.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
</Compile>
108108
<Compile Include="TransparentWallsPatch.cs" />
109109
<Compile Include="Utilities.cs" />
110-
<Compile Include="WindowOverridePatch.cs" />
111110
</ItemGroup>
112111
<ItemGroup>
113112
<None Include="packages.config" />

CameraPlus/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Plugin : IPlugin
2121
private bool _init;
2222
public static Plugin Instance { get; private set; }
2323
public string Name => "CameraPlus";
24-
public string Version => "v3.2.6";
24+
public string Version => "v3.2.7";
2525

2626
public Action<Scene, Scene> ActiveSceneChanged;
2727

CameraPlus/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly:AssemblyVersion("3.2.6.0")]
35-
[assembly:AssemblyFileVersion("3.2.6.0")]
34+
[assembly:AssemblyVersion("3.2.7.0")]
35+
[assembly:AssemblyFileVersion("3.2.7.0")]

CameraPlus/WindowOverridePatch.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)