Skip to content

Commit 76b6c97

Browse files
Update to latest -alpha1 on NuGet.org
1 parent b20d4df commit 76b6c97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DecompilerNuGetDemos.workbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platforms:
66
- DotNetCore
77
packages:
88
- id: ICSharpCode.Decompiler
9-
version: 4.0.0.4199-alpha1-debug
9+
version: 4.0.0.4226-alpha1
1010
---
1111

1212
Setup: load the references required to work with the decompiler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2121
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
2222
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />

ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-03" />
11-
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4201-alpha1" />
11+
<PackageReference Include="ICSharpCode.Decompiler" Version="4.0.0.4226-alpha1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)