Skip to content

Commit d50153f

Browse files
Update frontends for p3
1 parent ee10d29 commit d50153f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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: 7.0.0.6291-preview2
9+
version: 7.0.0.6372-preview3
1010
---
1111

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackAsTool>true</PackAsTool>
1010
<AssemblyName>ilspycmd</AssemblyName>
1111
<ToolCommandName>ilspycmd</ToolCommandName>
12-
<Version>7.0.0.6291-preview2</Version>
12+
<Version>7.0.0.6372-preview3</Version>
1313
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
1414
<Copyright>Copyright 2011-2021 AlphaSierraPapa</Copyright>
1515
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646

4747
<ItemGroup Condition="'$(Configuration)' == 'Release'">
48-
<PackageReference Include="ICSharpCode.Decompiler" Version="7.0.0.6291-preview2" />
48+
<PackageReference Include="ICSharpCode.Decompiler" Version="7.0.0.6372-preview3" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup Condition="'$(Configuration)' == 'Release'">
22-
<PackageReference Include="ICSharpCode.Decompiler" Version="7.0.0.6291-preview2" />
22+
<PackageReference Include="ICSharpCode.Decompiler" Version="7.0.0.6372-preview3" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)