Skip to content

Commit

Permalink
This is v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Sep 8, 2023
1 parent b79b9ef commit 3c17bc2
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 14 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.0</Version>
<Version>10.9.1</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.1</Version>
<Version>10.9.2</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.0</Version>
<Version>10.9.1</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 = "03-08-2023";
internal const string RemakeReleaseDate = "08-09-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.1</Version>
<Version>10.9.2</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.0</Version>
<Version>10.9.1</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.1</Version>
<Version>10.9.2</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.0</Version>
<Version>10.9.1</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.0</Version>
<Version>10.9.1</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.0</Version>
<Version>1.9.1</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.0</string>
<string>1.9.1</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.0</Version>
<Version>10.9.1</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.0</Version>
<Version>1.9.1</Version>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Package/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Version 1.9
===========

- Added the intro
- Added the polish version


Version 1.8
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.0 - August 2023 |
| Ambermoon rewrite by Pyrdacor - Version 1.9.1 - September 2023 |
------------------------------------------------------------------


Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.9.0 - Eighth patch (August 2023)

- 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

## 1.8.0 - Eighth patch (July 2022 - May 2023)
Expand Down

0 comments on commit 3c17bc2

Please sign in to comment.