Skip to content

Commit

Permalink
This is v1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Jan 5, 2024
1 parent b6f50fd commit 1c06e0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Ambermoon.Core/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class GameVersion
public bool ExternalData;
public Func<IGameData> DataProvider;

internal const string RemakeReleaseDate = "04-01-2024";
internal const string RemakeReleaseDate = "05-01-2024";
}

public static class GameLanguageExtensions
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.net/Ambermoon.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Ambermoon</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<Version>1.9.5</Version>
<Version>1.9.6</Version>
<Copyright>Copyright (C) 2020-2023 by Robert Schneckenhaus</Copyright>
<Company>Robert Schneckenhaus</Company>
<Authors>Robert Schneckenhaus</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.net/Mac/Ambermoon.net.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>Ambermoon.net</string>
<key>CFBundleVersion</key>
<string>1.9.5</string>
<string>1.9.6</string>
<key>CFBundleIconFile</key>
<string>Ambermoon.icns</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion AmbermoonPatcher/AmbermoonPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<Version>1.9.5</Version>
<Version>1.9.6</Version>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Package/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


------------------------------------------------------------------
| Ambermoon rewrite by Pyrdacor - Version 1.9.5 - January 2024 |
| Ambermoon rewrite by Pyrdacor - Version 1.9.6 - January 2024 |
------------------------------------------------------------------


Expand Down

0 comments on commit 1c06e0d

Please sign in to comment.