Skip to content

Commit

Permalink
This is v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Dec 26, 2023
1 parent f7bb795 commit 9b76b41
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Ambermoon.Audio.OpenAL/Ambermoon.Audio.OpenAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>10.9.1</Version>
<Version>10.9.3</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenAL audio interface implementation for Ambermoon</Description>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Common/Ambermoon.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RepositoryType>Github</RepositoryType>
<Description>Library that contains basic stuff for other Ambermoon libraries.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.9.2</Version>
<Version>10.9.3</Version>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<PackageTags>Ambermoon</PackageTags>
<Configurations>Debug;Release;DebugAndroid;DebugES;ReleaseES</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Core/Ambermoon.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>8</LangVersion>
<RootNamespace>Ambermoon</RootNamespace>
<UserSecretsId>5ff861f6-0255-427a-978a-7a8030ee8731</UserSecretsId>
<Version>10.9.2</Version>
<Version>10.9.3</Version>
<Authors>Robert Schneckenhaus</Authors>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand Down
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-10-2023";
internal const string RemakeReleaseDate = "26-12-2023";
}

public static class GameLanguageExtensions
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Common/Ambermoon.Data.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Amiga</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.9.4</Version>
<Version>10.9.5</Version>
<Configurations>Debug;Release;DebugAndroid;DebugES;ReleaseES</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.9.1</Version>
<Version>10.9.3</Version>
<UserSecretsId>485e4790-32fd-45f1-b729-c5ca93ba0fad</UserSecretsId>
<Configurations>Debug;Release;DebugAndroid;DebugES;ReleaseES</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Legacy/Ambermoon.Data.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Legacy Amiga Game Data</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.9.4</Version>
<Version>10.9.5</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release;DebugAndroid;DebugES;ReleaseES</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Pyrdacor/Ambermoon.Data.Pyrdacor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Configurations>Debug;Release;DebugAndroid;DebugES;ReleaseES</Configurations>
<Version>10.9.1</Version>
<Version>10.9.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Renderer.OpenGL/Ambermoon.Renderer.OpenGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>10.9.1</Version>
<Version>10.9.3</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenGL render interface implementation for Ambermoon</Description>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
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.2</Version>
<Version>1.9.3</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.2</string>
<string>1.9.3</string>
<key>CFBundleIconFile</key>
<string>Ambermoon.icns</string>
<key>CFBundleIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>10.9.1</Version>
<Version>10.9.3</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
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.2</Version>
<Version>1.9.3</Version>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
Expand Down
10 changes: 6 additions & 4 deletions AmbermoonPatcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@

try
{
if (OperatingSystem.IsWindows())
Process.Start(Path.Combine(args[1], "Ambermoon.net.exe"));
else
Process.Start(Path.Combine(args[1], "Ambermoon.net"));
var startInfo = new ProcessStartInfo
{
FileName = Path.Combine(args[1], OperatingSystem.IsWindows() ? "Ambermoon.net.exe" : "Ambermoon.net"),
UseShellExecute = false
};
Process.Start(startInfo);
}
catch (Exception ex)
{
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.2 - October 2023 |
| Ambermoon rewrite by Pyrdacor - Version 1.9.3 - December 2023 |
------------------------------------------------------------------


Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 1.9.0 - Eighth patch (August - October 2023)
## 1.9.0 - Eighth patch (August - December 2023)

- Version [1.9.3](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.3): Distance fog, bugfixes
- Version [1.9.2](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.2): Fixed polish version, bugfixes
- Version [1.9.1](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.1): Added the polish version
- Version [1.9.0](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.0): Added the intro
Expand Down

0 comments on commit 9b76b41

Please sign in to comment.