Skip to content

Commit

Permalink
Add License to NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkerm committed Oct 15, 2023
1 parent 4771d97 commit c86953d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mikeware.GoDotNet.BlankTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<PropertyGroup>
<PackageId>Mikeware.GoDotNet.BlankTemplate</PackageId>
<PackageVersion>1.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<Title>Godot C# Templates Empty</Title>
<Authors>Mikeware</Authors>
<Description>A simple template setup to create a C# based project for Godot 4.x.</Description>
<PackageTags>dotnet-new;templates;godot;game;csharp</PackageTags>
<PackageLicenseFile>LICENSE.TXT</PackageLicenseFile>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Mikeware/GoDotNet.BlankTemplate</PackageProjectUrl>

Expand All @@ -20,6 +21,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="LICENSE.TXT" Pack="true" PackagePath="\"/>
<None Include="readme.md" Pack="true" PackagePath="\"/>
<Content Include="content\**\*" Exclude="content\**\bin\**;content\**\obj\**;content\**\.godot\**;content\**\.vs\**" />
<Compile Remove="**\*" />
Expand Down

0 comments on commit c86953d

Please sign in to comment.