Skip to content

Commit be95b2f

Browse files
committed
1
1 parent af26da3 commit be95b2f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

source/ResizingClient/ResizingClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<RootNamespace>ResizingClient</RootNamespace>
1111
<AssemblyName>ResizingClient</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13-
1413
<FileAlignment>512</FileAlignment>
1514
<TargetFrameworkProfile />
1615
<RestorePackages>true</RestorePackages>
@@ -56,6 +55,7 @@
5655
<Compile Include="UploadResult.cs" />
5756
</ItemGroup>
5857
<ItemGroup>
58+
<None Include="ResizingClient.nuspec" />
5959
<None Include="packages.config" />
6060
</ItemGroup>
6161
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>ResizingClient</id>
5+
<version>$version$</version>
6+
<title>ResizingClient Library</title>
7+
<authors>Zou Jian</authors>
8+
<owners>chsword</owners>
9+
<copyright>Copyright © 2014-2016</copyright>
10+
<projectUrl>https://github.com/chsword/ResizingServer</projectUrl>
11+
<description>Client for ResizingServer</description>
12+
<tags>image,.net,resize,thumb</tags>
13+
<dependencies />
14+
</metadata>
15+
</package>

0 commit comments

Comments
 (0)