Skip to content

Commit 725b96e

Browse files
committed
nuspec
1 parent db24439 commit 725b96e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

WebApiAsyncETagStrategy.nuspec

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>WebApiAsyncETagStrategy</id>
5+
<version>0.1.3</version>
6+
<authors>Trey Mack</authors>
7+
<licenseUrl>https://raw.githubusercontent.com/treymack/WebApiAsyncETagStrategy/master/LICENSE</licenseUrl>
8+
<projectUrl>https://github.com/treymack/WebApiAsyncETagStrategy</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>An async pattern for reading and setting ETag headers in ASP.NET Web API.</description>
11+
<tags>AspNetWebApi WebApi ETag</tags>
12+
<dependencies>
13+
<dependency id="Microsoft.AspNet.WebApi.Core" version="[5.2.2,6.0)" />
14+
</dependencies>
15+
</metadata>
16+
<files>
17+
<file src="src\WebApiAsyncETagStrategy\ETagHandler.cs" target="content\ETagHandler.cs" />
18+
</files>
19+
</package>

deploylocalnuget.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cp *.nupkg /c/temp/nuget

0 commit comments

Comments
 (0)