Skip to content

Commit

Permalink
Prepared for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neumatho committed Oct 5, 2021
1 parent 40793b9 commit d188f60
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 @@ -10,7 +10,7 @@
<Authors>Thomas Neumann</Authors>
<Copyright>Copyright © 2021</Copyright>
<ApplicationIcon>App.ico</ApplicationIcon>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
<Platforms>x64;x86</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 @@ -9,7 +9,7 @@
<Product>NostalgicPlayer</Product>
<Description>Kit used for all agents which want some GUI interface</Description>
<Copyright>Copyright © 2021</Copyright>
<Version>1.3.0</Version>
<Version>1.4.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 @@ -19,7 +19,7 @@ public interface IAgent
/// <summary>
/// 1.3.0
/// </summary>
public const int NostalgicPlayer_Current_Version = (1 << 16) + (3 << 8) + 0;
public const int NostalgicPlayer_Current_Version = (1 << 16) + (4 << 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 @@ -8,7 +8,7 @@
<Authors>Thomas Neumann</Authors>
<Description>Kit used for all agents</Description>
<Copyright>Copyright © 2021</Copyright>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product>NostalgicPlayer</Product>
<Description>The main player library</Description>
<Copyright>Copyright © 2021</Copyright>
<Version>1.3.0</Version>
<Version>1.4.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="1.3.0.0" />
Version="1.4.0.0" />

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

0 comments on commit d188f60

Please sign in to comment.