Skip to content

Commit

Permalink
Update clients to preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jan 8, 2020
1 parent 72b9cdc commit 5a24cd8
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.5420-preview1
version: 6.0.0.5559-preview2
---

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.5420-preview1</Version>
<Version>6.0.0.5559-preview2</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.5420-preview1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5559-preview2" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5420-preview1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.0.0.5559-preview2" />
<PackageReference Include="Mono.Cecil" Version="0.10.3" />
</ItemGroup>

Expand Down

0 comments on commit 5a24cd8

Please sign in to comment.