Skip to content

Commit

Permalink
This is v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed May 8, 2023
1 parent b8851ff commit 1c2121b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,19 @@ obj
/Ambermoon.net/ambermoon.cfg
/publish-win64
/ambermoon.cfg
/AmbermoonMusicPlayer
/AmberSynth
/AmberSynthTest
/DataAnalyzer
/FileExtractor
/ImageDataReconstruct
*.adf
/SandboxCreator
/Saves/german
/SonicArranger
/aex
/WavePlayer
/test.bat
/testdebug.bat
/Ambermoon.net/CreateIngameFont.txt
/Ambermoon.net/GlyphExport.txt
2 changes: 1 addition & 1 deletion Ambermoon.Core/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class GameVersion
public bool ExternalData;
public Func<IGameData> DataProvider;

internal const string RemakeReleaseDate = "27-03-2023";
internal const string RemakeReleaseDate = "09-05-2023";
}

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.8.4</Version>
<Version>1.8.5</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.8.4</string>
<string>1.8.5</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.8.3</Version>
<Version>1.8.5</Version>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Package/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Version 1.8
- Airship bone chest no longer restocks
- A lot of bug and crash fixes
- Added some useful cheats
- Integrated original version 1.17
- Integrated original version 1.18


Version 1.7
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.8.4 - March 2023 |
| Ambermoon rewrite by Pyrdacor - Version 1.8.5 - May 2023 |
------------------------------------------------------------------


Expand Down

0 comments on commit 1c2121b

Please sign in to comment.