Skip to content

Commit

Permalink
Set version to 6.2-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Aug 8, 2021
1 parent 2df73c8 commit e640b80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ICSharpCode.Decompiler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]

[assembly: AssemblyVersion("6.1.0.0")]
[assembly: AssemblyInformationalVersion("6.1.0.0")]
[assembly: AssemblyVersion("6.2.0.0")]
[assembly: AssemblyInformationalVersion("6.2.0.0-preview1")]

[assembly: InternalsVisibleTo("ICSharpCode.Decompiler.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")]

Expand Down
4 changes: 2 additions & 2 deletions ILSpy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
internal static class RevisionClass
{
public const string Major = "6";
public const string Minor = "1";
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "0";
public const string VersionName = null;
public const string VersionName = "preview1";

public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision + (VersionName != null ? "-" + VersionName : "");
}
4 changes: 2 additions & 2 deletions ILSpy/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Decompiler" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="6.1.0.0"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ILSpy" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="6.1.0.0"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral"/>
Expand Down

0 comments on commit e640b80

Please sign in to comment.