This repository was archived by the owner on Jan 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-35
lines changed Expand file tree Collapse file tree 4 files changed +3
-35
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments