Skip to content

Commit

Permalink
Frontends for v6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 7, 2020
1 parent 79f2c19 commit 004ea1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DecompilerNuGetDemos.workbook
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platforms:
- DotNetCore
packages:
- id: ICSharpCode.Decompiler
version: 6.0.0.5830-rc1
version: 6.0.0.5836
---

Setup: load the references required to work with the decompiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackAsTool>true</PackAsTool>
<AssemblyName>ilspycmd</AssemblyName>
<ToolCommandName>ilspycmd</ToolCommandName>
<Version>6.0.0.5830-rc1</Version>
<Version>6.0.0.5836</Version>
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
<Copyright>Copyright 2011-2020 AlphaSierraPapa</Copyright>
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>
Expand Down Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5830-rc1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5836" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5830-rc1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5836" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 004ea1b

Please sign in to comment.