Skip to content

Commit

Permalink
Merge pull request #2 from jgdevlabs/dev
Browse files Browse the repository at this point in the history
Add project url to csproj file.
  • Loading branch information
jooni91 authored Feb 7, 2020
2 parents 6eebe2a + 7916247 commit 5672fd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NewsletterSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<NeutralLanguage>en</NeutralLanguage>
<Description>A very simple newsletter subscription service for ASP.NET Core, which provides functionality to manage and maintain a collection of contacts and newsletter subscribers.</Description>
<PackageTags>aspnetcore;newsletter;service;dotnetcore;efcore</PackageTags>
<PackageProjectUrl>https://github.com/jgdevlabs/newslettersub</PackageProjectUrl>
<RepositoryUrl>https://github.com/jgdevlabs/newslettersub</RepositoryUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 5672fd4

Please sign in to comment.