Skip to content

Commit

Permalink
v1.2.1 Adding repository link and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Apr 4, 2023
1 parent 7a7b9be commit 033464f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added NuGetIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.2.1</PackageVersion>
<PackageId>Keboo.Dotnet.Templates</PackageId>
<Title>Keboo's .NET Templates</Title>
<Authors>Keboo</Authors>
<Description>.NET Templates built by Keboo</Description>
<PackageTags>dotnet-new;templates;wpf</PackageTags>
<PackageTags>dotnet-new;templates;wpf;nuget</PackageTags>
<TargetFramework>net7.0</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<RepositoryUrl>https://github.com/Keboo/DotnetTemplates</RepositoryUrl>
<PackageIcon>NuGetIcon.png</PackageIcon>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand All @@ -20,6 +22,8 @@
<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />

<None Include="NuGetIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 033464f

Please sign in to comment.