Skip to content

Commit

Permalink
Added properties information to C# project
Browse files Browse the repository at this point in the history
This adds metadata information of product, version, description, copyright and authors. Also publishing single file with compression and trimmed on allows to publish for .NET on local computer.

- Martin Eesmaa
  • Loading branch information
MartinEesmaa committed Sep 28, 2024
1 parent 5e99780 commit d228ab4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions VVCEasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Product>VVCEasy</Product>
<Version>2.7.0</Version>
<Authors>Martin Eesmaa</Authors>
<Copyright>© 2021-2024 Martin Eesmaa</Copyright>
<Description>VVCEasy is easy VVC, that no need to compile.</Description>
<PublishSingleFile>true</PublishSingleFile>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

</Project>

0 comments on commit d228ab4

Please sign in to comment.