Skip to content

Commit

Permalink
Prepared for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neumatho committed Dec 7, 2021
1 parent 1ece23d commit 3334559
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.4.0</Version>
<Version>1.5.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.4.0</Version>
<Version>1.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions Source/NostalgicPlayerKit/Interfaces/IAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ namespace Polycode.NostalgicPlayer.Kit.Interfaces
public interface IAgent
{
/// <summary>
/// 1.3.0
/// 1.5.0
/// </summary>
public const int NostalgicPlayer_Current_Version = (1 << 16) + (4 << 8) + 0;
public const int NostalgicPlayer_Current_Version = (1 << 16) + (5 << 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.4.0</Version>
<Version>1.5.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.4.0</Version>
<Version>1.5.0</Version>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Source/NostalgicPlayerPackage/NostalgicPlayerPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>5d16772e-5a1e-4204-99d1-d52fb28ecf3c</ProjectGuid>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.20348.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\Clients\NostalgicPlayer\NostalgicPlayer.csproj</EntryPointProjectUniqueName>
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.4.0.0" />
Version="1.5.0.0" />

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

0 comments on commit 3334559

Please sign in to comment.