File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 ( "1.1 .0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
34+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
Original file line number Diff line number Diff line change 1010
1111namespace ScriptLoader
1212{
13- [ BepInPlugin ( "horse.coder.tools.scriptloader" , "C# Script Loader" , "1.0 " ) ]
13+ [ BepInPlugin ( "horse.coder.tools.scriptloader" , "C# Script Loader" , "1.2 " ) ]
1414 public class ScriptLoader : BaseUnityPlugin
1515 {
1616 private readonly string scriptsPath = Path . Combine ( Paths . GameRootPath , "scripts" ) ;
You can’t perform that action at this time.
0 commit comments