Skip to content

Commit

Permalink
Update to latest -alpha1 on NuGet.org
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 23, 2018
1 parent b20d4df commit 76b6c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 4.0.0.4199-alpha1-debug
version: 4.0.0.4226-alpha1
---

Setup: load the references required to work with the decompiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.0" />
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4201-alpha1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4226-alpha1" />

<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-03" />
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4201-alpha1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4226-alpha1" />
</ItemGroup>

</Project>

0 comments on commit 76b6c97

Please sign in to comment.