Skip to content

Commit f31e219

Browse files
committed
Bumb ver
1 parent 0b20ddd commit f31e219

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

LibraryGenerator/Amethyst.LibraryGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<AssemblyName>Amethyst.LibraryGenerator</AssemblyName>
99
<RootNamespace>Amethyst.LibraryGenerator</RootNamespace>
10-
<Version>1.0.5</Version>
10+
<Version>1.0.6</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

LibraryGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static async Task<int> Main(string[] args)
1111
Version version = Assembly.GetEntryAssembly()?.GetName()?.Version ?? new Version(1, 0, 0);
1212
string shortVersion = $"{version.Major}.{version.Minor}.{version.Build}";
1313
string name = Assembly.GetEntryAssembly()?.GetName()?.Name ?? "Amethyst.LibraryGenerator";
14-
Logger.Debug($"Starting '{name}' v{shortVersion}...");
14+
Logger.Info($"Starting '{name}' v{shortVersion}...");
1515
Logger.Debug($"Created by ryd3v for Amethyst.");
1616
Logger.Debug($"Repository: 'https://github.com/AmethystAPI/Runtime-Importer'.");
1717

ModuleTweaker/Amethyst.ModuleTweaker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<AssemblyName>Amethyst.ModuleTweaker</AssemblyName>
99
<RootNamespace>Amethyst.ModuleTweaker</RootNamespace>
10-
<Version>2.0.1</Version>
10+
<Version>2.0.2</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

ModuleTweaker/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static async Task<int> Main(string[] args)
1111
Version version = Assembly.GetEntryAssembly()?.GetName()?.Version ?? new Version(1, 0, 0);
1212
string shortVersion = $"{version.Major}.{version.Minor}.{version.Build}";
1313
string name = Assembly.GetEntryAssembly()?.GetName()?.Name ?? "Amethyst.ModuleTweaker";
14-
Logger.Debug($"Starting '{name}' v{shortVersion}...");
14+
Logger.Info($"Starting '{name}' v{shortVersion}...");
1515
Logger.Debug($"Created by ryd3v for Amethyst.");
1616
Logger.Debug($"Repository: 'https://github.com/AmethystAPI/Runtime-Importer'.");
1717

SymbolGenerator/Amethyst.SymbolGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1010
<AssemblyName>Amethyst.SymbolGenerator</AssemblyName>
11-
<Version>1.0.11</Version>
11+
<Version>1.0.12</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

SymbolGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static async Task<int> Main(string[] args)
1414
Version version = Assembly.GetEntryAssembly()?.GetName()?.Version ?? new Version(1, 0, 0);
1515
string shortVersion = $"{version.Major}.{version.Minor}.{version.Build}";
1616
string name = Assembly.GetEntryAssembly()?.GetName()?.Name ?? "Amethyst.SymbolGenerator";
17-
Logger.Debug($"Starting '{name}' v{shortVersion}...");
17+
Logger.Info($"Starting '{name}' v{shortVersion}...");
1818
Logger.Debug($"Created by ryd3v for Amethyst.");
1919
Logger.Debug($"Repository: 'https://github.com/AmethystAPI/Runtime-Importer'.");
2020

0 commit comments

Comments
 (0)