Skip to content

Commit

Permalink
Minor updates prior to NuGet publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Tallent authored and Richard Tallent committed Dec 13, 2020
1 parent 29deec1 commit 2759820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/RT.Comb.AspNetCore/RT.Comb.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<AssemblyName>RT.Comb.AspNetCore</AssemblyName>
<PackageId>RT.Comb.AspNetCore</PackageId>
<PackageTags>.NETCore Comb GUID PostgreSQL MSSQL uniqueidentifier UUID</PackageTags>
<PackageIconUrl>https://tallent.us/code/RT.Comb.png</PackageIconUrl>
<PackageIcon>RT.Comb.png</PackageIcon>
<PackageProjectUrl>https://github.com/richardtallent/RT.Comb</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/richardtallent/RT.Comb</RepositoryUrl>
</PropertyGroup>

Expand All @@ -23,6 +23,7 @@

<ItemGroup>
<ProjectReference Include="..\RT.Comb\RT.Comb.csproj" />
<None Include="..\..\RT.Comb.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion src/RT.Comb/RT.Comb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<AssemblyName>RT.Comb</AssemblyName>
<PackageId>RT.Comb</PackageId>
<PackageTags>.NETCore Comb GUID PostgreSQL MSSQL uniqueidentifier UUID</PackageTags>
<PackageIconUrl>https://tallent.us/code/RT.Comb.png</PackageIconUrl>
<PackageIcon>RT.Comb.png</PackageIcon>
<PackageProjectUrl>https://github.com/richardtallent/RT.Comb</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 2759820

Please sign in to comment.