Skip to content

Commit 0d903dd

Browse files
committed
Apply additional NuGet package details
1 parent 337f2e8 commit 0d903dd

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/TurnerSoftware.BuildVersioning.Tool/TurnerSoftware.BuildVersioning.Tool.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<AssemblyName>TurnerSoftware.BuildVersioning.Tool</AssemblyName>
5+
<Title>TurnerSoftware.BuildVersioning.Tool</Title>
6+
<Description>Simple build versioning for .NET, powered by Git tags (CLI Tool)</Description>
7+
<PackageTags>$(PackageBaseTags)</PackageTags>
8+
<Authors>James Turner</Authors>
9+
</PropertyGroup>
10+
311
<PropertyGroup>
412
<OutputType>Exe</OutputType>
513
<TargetFramework>net5.0</TargetFramework>

src/TurnerSoftware.BuildVersioning/TurnerSoftware.BuildVersioning.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<AssemblyName>TurnerSoftware.BuildVersioning</AssemblyName>
5+
<Title>TurnerSoftware.BuildVersioning</Title>
6+
<Description>Simple build versioning for .NET, powered by Git tags</Description>
7+
<PackageTags>$(PackageBaseTags)</PackageTags>
8+
<Authors>James Turner</Authors>
9+
</PropertyGroup>
10+
311
<PropertyGroup>
412
<TargetFramework>net5.0</TargetFramework>
513
<DevelopmentDependency>true</DevelopmentDependency>

0 commit comments

Comments
 (0)