Skip to content

Commit 5ca49a1

Browse files
authored
Merge pull request #39 from MaximRouiller/repositoryurl
Include Repository URL in NUPKG
2 parents c6d1f16 + ef8724d commit 5ca49a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1919
<PackageProjectUrl>https://serilog.net</PackageProjectUrl>
2020
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
21+
<RepositoryUrl>https://github.com/serilog/serilog-sinks-async</RepositoryUrl>
22+
<RepositoryType>git</RepositoryType>
2123
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
2224
</PropertyGroup>
2325

0 commit comments

Comments
 (0)