Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
azzlack committed Jan 28, 2016
1 parent 25e088d commit b64afb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<files>
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.dll" target="lib\net452" />
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.pdb" target="lib\net452" />
<file src="..\..\src\Server.Owin\**\*.cs" exclude="**\obj\**\*.*" target="src" />
<file src="..\..\src\Server.Owin\**\*.cs" exclude="**\obj\**\*.*;**\AssemblyInfo.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please note that this is not an official Microsoft package.
<file src="..\..\src\Server\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.pdb" target="lib\net45" />
<file src="..\..\src\Core\bin\Release\System.Net.Http.Extensions.Compression.Core.dll" target="lib\net45" />
<file src="..\..\src\Core\bin\Release\System.Net.Http.Extensions.Compression.Core.pdb" target="lib\net45" />
<file src="..\..\src\Core\**\*.cs" exclude="**\obj\**\*.*" target="src" />
<file src="..\..\src\Server\**\*.cs" exclude="**\obj\**\*.*" target="src" />
<file src="..\..\src\Core\**\*.cs" exclude="**\obj\**\*.*;**\AssemblyInfo.cs" target="src" />
<file src="..\..\src\Server\**\*.cs" exclude="**\obj\**\*.*;**\AssemblyInfo.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Please note that this is not an official Microsoft package.
<file src="..\..\src\Client\bin\Release\System.Net.Http.Extensions.Compression.Client.pdb" target="lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac" />
<file src="..\..\src\Core\bin\Release\System.Net.Http.Extensions.Compression.Core.dll" target="lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac" />
<file src="..\..\src\Core\bin\Release\System.Net.Http.Extensions.Compression.Core.pdb" target="lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac" />
<file src="..\..\src\Core\**\*.cs" exclude="**\obj\**\*.*" target="src" />
<file src="..\..\src\Client\**\*.cs" exclude="**\obj\**\*.*" target="src" />
<file src="..\..\src\Core\**\*.cs" exclude="**\obj\**\*.*;**\AssemblyInfo.cs" target="src" />
<file src="..\..\src\Client\**\*.cs" exclude="**\obj\**\*.*;**\AssemblyInfo.cs" target="src" />
</files>
</package>

0 comments on commit b64afb9

Please sign in to comment.