Permalink
Browse files
Update dotnet tool ilspycmd to 4.0 rtm, PS and Xamarin workbook
- Loading branch information...
|
@@ -6,7 +6,7 @@ platforms: |
|
|
|
- DotNetCore |
|
|
|
packages: |
|
|
|
- id: ICSharpCode.Decompiler |
|
|
|
version: 4.0.0.4509-rc1 |
|
|
|
version: 4.0.0.4521 |
|
|
|
--- |
|
|
|
|
|
|
|
Setup: load the references required to work with the decompiler |
|
|
|
@@ -7,16 +7,16 @@ |
|
|
|
<PackAsTool>true</PackAsTool> |
|
|
|
<AssemblyName>ilspycmd</AssemblyName> |
|
|
|
<ToolCommandName>ilspycmd</ToolCommandName> |
|
|
|
<Version>3.8.0</Version> |
|
|
|
<Version>4.0</Version> |
|
|
|
<Description>Command-line decompiler using the ILSpy decompilation engine</Description> |
|
|
|
<Copyright>Copyright 2011-2019 AlphaSierraPapa</Copyright> |
|
|
|
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl> |
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
|
<PackageIconUrl>https://ilspy.net/images/icon32.png</PackageIconUrl> |
|
|
|
<RepositoryUrl>https://github.com/icsharpcode/ILSpy/</RepositoryUrl> |
|
|
|
<Company /> |
|
|
|
<AssemblyVersion>3.8.0.0</AssemblyVersion> |
|
|
|
<FileVersion>3.8.0.0</FileVersion> |
|
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion> |
|
|
|
<FileVersion>4.0.0.0</FileVersion> |
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
@@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" /> |
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4509-rc1" /> |
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4521" /> |
|
|
|
|
|
|
|
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> |
|
|
|
@@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" /> |
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4509-rc1" /> |
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4521" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
0 comments on commit
875b498