Christoph Wille 7 years ago
parent
commit
0905cf74ac
  1. 4
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
  2. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template

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

@ -11,7 +11,7 @@
<Description>Command-line decompiler using the ILSpy decompilation engine</Description> <Description>Command-line decompiler using the ILSpy decompilation engine</Description>
<Copyright>Copyright 2011-2018 AlphaSierraPapa</Copyright> <Copyright>Copyright 2011-2018 AlphaSierraPapa</Copyright>
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl> <PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/mit-license.php</PackageLicenseUrl> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://ilspy.net/images/icon32.png</PackageIconUrl> <PackageIconUrl>https://ilspy.net/images/icon32.png</PackageIconUrl>
<RepositoryUrl>https://github.com/icsharpcode/ILSpy/</RepositoryUrl> <RepositoryUrl>https://github.com/icsharpcode/ILSpy/</RepositoryUrl>
<Company /> <Company />
@ -28,7 +28,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" /> <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4443-beta3" /> <PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4443-beta3" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> <PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" /> <PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template

@ -6,7 +6,7 @@
<title>ILSpy Decompiler Engine</title> <title>ILSpy Decompiler Engine</title>
<authors>ILSpy Contributors</authors> <authors>ILSpy Contributors</authors>
<owners>Daniel Grunwald, SharpDevelop</owners> <owners>Daniel Grunwald, SharpDevelop</owners>
<licenseUrl>https://opensource.org/licenses/mit-license.php</licenseUrl> <license type="expression">MIT</license>
<projectUrl>https://github.com/icsharpcode/ILSpy/</projectUrl> <projectUrl>https://github.com/icsharpcode/ILSpy/</projectUrl>
<iconUrl>https://ilspy.net/images/icon32.png</iconUrl> <iconUrl>https://ilspy.net/images/icon32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>

Loading…
Cancel
Save