Skip to content

Commit 10684f6

Browse files
author
Steven Atkinson
committed
Added nuspec file.
1 parent 9bc6566 commit 10684f6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<projectUrl>https://github.com/ekmsystems/RequestLogger.Serilog</projectUrl>
10+
<licenseUrl>https://github.com/ekmsystems/RequestLogger.Serilog/blob/master/LICENSE</licenseUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>$description$</description>
13+
<releaseNotes></releaseNotes>
14+
<copyright></copyright>
15+
<tags>request logger serilog</tags>
16+
</metadata>
17+
</package>

0 commit comments

Comments
 (0)