This commit is contained in:
Terry MacDonald 2022-11-06 19:54:23 +13:00
parent e0f779ef31
commit bc65a25a16
3 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@ using System.Resources;
[assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")]
// Version information
[assembly: AssemblyVersion("2.5.0.322")]
[assembly: AssemblyFileVersion("2.5.0.322")]
[assembly: AssemblyVersion("2.5.0.323")]
[assembly: AssemblyFileVersion("2.5.0.323")]
[assembly: NeutralResourcesLanguageAttribute( "en" )]
[assembly: CLSCompliant(true)]

View File

@ -35,7 +35,7 @@
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>DisplayMagician.ico</ApplicationIcon>
<ApplicationIcon>Resources\DisplayMagician.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>

View File

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyVersion("2.4.2.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]