Browse Source

Publish frontends for 6.2 final

pull/2176/head
Christoph Wille 5 years ago
parent
commit
0051c4e55f
  1. 2
      DecompilerNuGetDemos.workbook
  2. 4
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
  3. 2
      ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj
  4. 4
      ILSpy/Properties/AssemblyInfo.template.cs

2
DecompilerNuGetDemos.workbook

@ -6,7 +6,7 @@ platforms: @@ -6,7 +6,7 @@ platforms:
- DotNetCore
packages:
- id: ICSharpCode.Decompiler
version: 6.2.0.6118-preview2
version: 6.2.0.6124
---
Setup: load the references required to work with the decompiler

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<PackAsTool>true</PackAsTool>
<AssemblyName>ilspycmd</AssemblyName>
<ToolCommandName>ilspycmd</ToolCommandName>
<Version>6.2.0.6118-preview2</Version>
<Version>6.2.0.6124</Version>
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
<Copyright>Copyright 2011-2020 AlphaSierraPapa</Copyright>
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>
@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="ICSharpCode.Decompiler" Version="6.2.0.6118-preview2" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.2.0.6124" />
</ItemGroup>
<ItemGroup>

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

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="ICSharpCode.Decompiler" Version="6.2.0.6118-preview2" />
<PackageReference Include="ICSharpCode.Decompiler" Version="6.2.0.6124" />
</ItemGroup>
<ItemGroup>

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -37,10 +37,10 @@ using System.Runtime.InteropServices; @@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "6";
public const string Minor = "2";
public const string Minor = "3";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
public const string VersionName = "preview1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save