Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
neumatho committed Jul 10, 2022
1 parent 4856d44 commit b9c4bca
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-2022</Copyright>
<ApplicationIcon>App.ico</ApplicationIcon>
<Version>1.6.0</Version>
<Version>1.7.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-2022</Copyright>
<Version>1.6.0</Version>
<Version>1.7.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.6.0
/// </summary>
public const int NostalgicPlayer_Current_Version = (1 << 16) + (6 << 8) + 0;
public const int NostalgicPlayer_Current_Version = (1 << 16) + (7 << 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-2022</Copyright>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

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-2022</Copyright>
<Version>1.6.0</Version>
<Version>1.7.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.6.0.0" />
Version="1.7.0.0" />

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

0 comments on commit b9c4bca

Please sign in to comment.