File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 44// General Information about an assembly is controlled through the following
55// set of attributes. Change these attribute values to modify the information
66// associated with an assembly.
7- [ assembly: AssemblyTitle ( "ModNameGoesHere " ) ]
8- [ assembly: AssemblyDescription ( "" ) ]
7+ [ assembly: AssemblyTitle ( "ZipImporter " ) ]
8+ [ assembly: AssemblyDescription ( "Extracts and imports the contents of .zip archives into Resonnite " ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
10- [ assembly: AssemblyCompany ( "" ) ]
11- [ assembly: AssemblyProduct ( "ModNameGoesHere " ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © 2021 " ) ]
10+ [ assembly: AssemblyCompany ( "Hiatus Labs " ) ]
11+ [ assembly: AssemblyProduct ( "ZipImporter " ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2024 " ) ]
1313[ assembly: AssemblyTrademark ( "" ) ]
1414[ assembly: AssemblyCulture ( "" ) ]
1515
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 .0.0 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1 .0.0 .0" ) ]
34+ [ assembly: AssemblyVersion ( "2 .0.1 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2 .0.1 .0" ) ]
Original file line number Diff line number Diff line change 11using Elements . Assets ;
22using Elements . Core ;
33using FrooxEngine ;
4- using FrooxEngine . ProtoFlux ;
54using HarmonyLib ;
65using ResoniteModLoader ;
76using SkyFrost . Base ;
@@ -19,7 +18,7 @@ public class ZipImporter : ResoniteMod
1918{
2019 public override string Name => "ZipImporter" ;
2120 public override string Author => "dfgHiatus" ;
22- public override string Version => "2.0.0 " ;
21+ public override string Version => "2.0.1 " ;
2322 public override string Link => "https://github.com/dfgHiatus/ZipImporter/" ;
2423
2524 [ AutoRegisterConfigKey ]
You can’t perform that action at this time.
0 commit comments