update version number to 1.77.3

This commit is contained in:
Dimitrij
2022-01-12 10:53:48 +00:00
parent aee497de03
commit 4c304e11f3

View File

@@ -5,7 +5,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Icons\mRemoteNG.ico</ApplicationIcon>
<Version>1.77.2</Version>
<Version>1.77.3</Version>
<Description>Multi-protocol remote connections manager</Description>
<Copyright>2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel</Copyright>
<PackageLicenseFile>COPYING.TXT</PackageLicenseFile>
@@ -14,6 +14,7 @@
<Configurations>Debug;Release;Debug Portable;Release Portable;Release Installer</Configurations>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>latest</LangVersion>
<PackageIcon>Header_dark.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>DEBUG</DefineConstants>
@@ -226,6 +227,10 @@
<None Update="PuTTYNG.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\Header_dark.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="Resources\PuTTYNG.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>