Skip to content

Commit b875efa

Browse files
Update nuspec properties for 2nd (beta1-based) test release of .NET Core tool
1 parent 57bd6dd commit b875efa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<PackAsTool>true</PackAsTool>
88
<AssemblyName>ilspycmd</AssemblyName>
99
<ToolCommandName>ilspycmd</ToolCommandName>
10+
<Version>2.0.0</Version>
11+
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
12+
<Copyright>Copyright 2011-2018 AlphaSierraPapa</Copyright>
13+
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>
14+
<PackageLicenseUrl>https://opensource.org/licenses/mit-license.php</PackageLicenseUrl>
15+
<PackageIconUrl>https://ilspy.net/images/icon32.png</PackageIconUrl>
16+
<RepositoryUrl>https://github.com/icsharpcode/ILSpy/</RepositoryUrl>
17+
<Company />
1018
</PropertyGroup>
1119

1220
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)