Skip to content

Commit e93bc84

Browse files
committed
(tweak) Bump assembly version for mod manifest
1 parent 7526c39 commit e93bc84

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Unzipper/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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

@@ -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("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")]

Unzipper/ZipImporter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Elements.Assets;
22
using Elements.Core;
33
using FrooxEngine;
4-
using FrooxEngine.ProtoFlux;
54
using HarmonyLib;
65
using ResoniteModLoader;
76
using 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]

0 commit comments

Comments
 (0)