Browse Source

Fix #1862: Update AvalonEdit to 6.0.1

pull/1894/head
Siegfried Pammer 6 years ago
parent
commit
ae5ad8b4c0
  1. 2
      ILSpy/ILSpy.csproj
  2. 2
      ILSpy/Properties/AssemblyInfo.template.cs

2
ILSpy/ILSpy.csproj

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.0" />
<PackageReference Include="AvalonEdit" Version="6.0.1" />
<PackageReference Include="Dirkster.AvalonDock" Version="3.6.1" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.3.7" />
<PackageReference Include="System.Composition" Version="1.3.0" />

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -39,7 +39,7 @@ internal static class RevisionClass @@ -39,7 +39,7 @@ internal static class RevisionClass
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview1";
public const string VersionName = "preview2";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save