We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bd6dd commit b875efaCopy full SHA for b875efa
1 file changed
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
@@ -7,6 +7,14 @@
7
<PackAsTool>true</PackAsTool>
8
<AssemblyName>ilspycmd</AssemblyName>
9
<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 />
18
</PropertyGroup>
19
20
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments