File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ cp *.nupkg /c/temp/nuget
You can’t perform that action at this time.
0 commit comments