Skip to content

Commit

Permalink
KryptorCLI.csproj: Update program version.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Jul 4, 2021
1 parent fdfa704 commit 2b4edc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/KryptorCLI/KryptorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<ApplicationIcon>Kryptor Icon.ico</ApplicationIcon>
<Platforms>x64</Platforms>
<PackageId>Kryptor</PackageId>
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<Authors>Samuel Lucas</Authors>
<Company />
<Product>Kryptor</Product>
<Copyright>Copyright © 2020-2021 Samuel Lucas</Copyright>
<Description>A simple, modern, and secure encryption tool.</Description>
<PackageLicenseFile></PackageLicenseFile>
<PackageLicenseExpression>GPLv3</PackageLicenseExpression>
<PackageProjectUrl>https://www.kryptor.co.uk/</PackageProjectUrl>
<PackageProjectUrl>https://www.kryptor.co.uk</PackageProjectUrl>
<RepositoryUrl>https://github.com/samuel-lucas6/Kryptor</RepositoryUrl>
<PackageIcon>Kryptor Logo.png</PackageIcon>
<NeutralLanguage>en-GB</NeutralLanguage>
Expand All @@ -37,6 +37,10 @@
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
<None Include="..\Kryptor Logo.png">
Expand Down

0 comments on commit 2b4edc4

Please sign in to comment.