File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ public class Constants
66
77 public const string ApplicationExecutableName = ApplicationName + ".exe" ;
88
9- public const string ApplicationVersion = "1.1 " ;
9+ public const string ApplicationVersion = "1.2 " ;
1010
1111 public const string LauncherExecutableName = ApplicationName + "_Launcher.exe" ;
1212
1313 public const string Author = "KN4CK3R" ;
1414
15- public const string HomepageUrl = "https://github.com/KN4CK3R /ReClass.NET" ;
15+ public const string HomepageUrl = "https://github.com/ReClassNET /ReClass.NET" ;
1616
17- public const string HelpUrl = "https://github.com/KN4CK3R /ReClass.NET/issues" ;
17+ public const string HelpUrl = "https://github.com/ReClassNET /ReClass.NET/issues" ;
1818
19- public const string PluginUrl = "https://github.com/KN4CK3R /ReClass.NET#plugins" ;
19+ public const string PluginUrl = "https://github.com/ReClassNET /ReClass.NET#plugins" ;
2020
2121#if RECLASSNET64
2222 public const string Platform = "x64" ;
Original file line number Diff line number Diff line change 3131// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3232// übernehmen, indem Sie "*" eingeben:
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" ) ]
You can’t perform that action at this time.
0 commit comments