Skip to content

Commit

Permalink
Prepared for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neumatho committed Nov 12, 2023
1 parent 76bc839 commit 394ecc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Source/Clients/NostalgicPlayer/NostalgicPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>Polycode</Company>
<Authors>Thomas Neumann</Authors>
<ApplicationIcon>App.ico</ApplicationIcon>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Platforms>x64;x86;AnyCPU;ARM64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/NostalgicPlayerGuiKit/NostalgicPlayerGuiKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Polycode</Company>
<Product>NostalgicPlayer</Product>
<Description>Kit used for all agents which want some GUI interface</Description>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Source/NostalgicPlayerKit/Interfaces/IAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface IAgent
/// <summary>
/// 1.6.0
/// </summary>
public const int NostalgicPlayer_Current_Version = (2 << 16) + (0 << 8) + 1;
public const int NostalgicPlayer_Current_Version = (2 << 16) + (1 << 8) + 0;

/// <summary>
/// Return the NostalgicPlayer_Current_Version constant defined above
Expand Down
2 changes: 1 addition & 1 deletion Source/NostalgicPlayerKit/NostalgicPlayerKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>NostalgicPlayer</Product>
<Authors>Thomas Neumann</Authors>
<Description>Kit used for all agents</Description>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Company>Polycode</Company>
<Product>NostalgicPlayer</Product>
<Description>The main player library</Description>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/NostalgicPlayerPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="30962Polycode.NostalgicPlayer"
Publisher="CN=B6E84ED3-AAD4-4A82-944E-44326616FC3A"
Version="2.0.1.0" />
Version="2.1.0.0" />

<Properties>
<DisplayName>NostalgicPlayer</DisplayName>
Expand Down

0 comments on commit 394ecc7

Please sign in to comment.