File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <!-- Main version of the app -->
7+ <Version >0.1.0</Version >
8+
9+ <PackageVersion >$(Version)</PackageVersion >
10+ <AssemblyVersion >$(Version).0</AssemblyVersion >
11+ <FileVersion >$(AssemblyVersion)</FileVersion >
12+
13+ <PackageId >GmodNET.VersionTool</PackageId >
14+ <Authors >Gleb Krasilich</Authors >
15+ <Company >GmodNET</Company >
16+ <PackageTags >GmodNET; Build Tool; Versioning</PackageTags >
17+ <Description >
18+ A tool to generate SemVer and MSBuild compatible version numbers from git repository and metadata.
19+ </Description >
20+ <PackageIcon >icon.png</PackageIcon >
621 </PropertyGroup >
722
23+ <ItemGroup >
24+ <PackageReference Include =" CommandLineParser" Version =" 2.8.0" />
25+
26+ <None Include =" ./icon.png" Pack =" true" PackagePath =" " />
27+ </ItemGroup >
28+
829</Project >
You can’t perform that action at this time.
0 commit comments