Skip to content

Commit

Permalink
Set version = rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreye committed Jan 15, 2019
1 parent a393660 commit f405492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ILSpy.Core/Properties/AssemblyInfo.cs
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyDescription(".NET assembly inspector and decompiler")]
[assembly: AssemblyCompany("ic#code")]
[assembly: AssemblyProduct("ILSpy")]
[assembly: AssemblyCopyright("Copyright 2011-2018 AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyCopyright("Copyright 2011-2019 AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -42,7 +42,7 @@ internal static class RevisionClass
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "1";
public const string VersionName = "rc1";
public const string VersionName = "rc2";

public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision + "." + VersionName;
}
3 changes: 3 additions & 0 deletions ILSpy/ILSpy.csproj
Expand Up @@ -43,6 +43,9 @@

<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="..\ILSpy.Core\Properties\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx.10.12-x64'">
Expand Down

0 comments on commit f405492

Please sign in to comment.