Skip to content

Commit

Permalink
Final Beta 2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Nov 6, 2017
1 parent ec5215d commit 9dec006
Show file tree
Hide file tree
Showing 4 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: 3.0.0.3283-beta2
version: 3.0.0.3287-beta2
---

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

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.0.1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3283-beta2" />
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3287-beta2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion ICSharpCode.Decompiler.PowerShell/Demo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ foreach ($c in $classes)
}


Get-DecompiledSource $decompiler -TypeName ICSharpCode.Decompiler.Powershell.GetDecompilerCmdlet
Get-DecompiledSource $decompiler -TypeName ICSharpCode.Decompiler.PowerShell.GetDecompilerCmdlet

Get-DecompiledProject $decompiler -OutputPath .\decomptest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="3.0.0-preview-01" />
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3283-beta2" />
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3287-beta2" />
</ItemGroup>

</Project>

0 comments on commit 9dec006

Please sign in to comment.