Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit f405492

Browse files
committed
Set version = rc2
1 parent a393660 commit f405492

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

ILSpy.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyDescription(".NET assembly inspector and decompiler")]
1717
[assembly: AssemblyCompany("ic#code")]
1818
[assembly: AssemblyProduct("ILSpy")]
19-
[assembly: AssemblyCopyright("Copyright 2011-2018 AlphaSierraPapa for the SharpDevelop Team")]
19+
[assembly: AssemblyCopyright("Copyright 2011-2019 AlphaSierraPapa for the SharpDevelop Team")]
2020
[assembly: AssemblyTrademark("")]
2121
[assembly: AssemblyCulture("")]
2222

@@ -42,7 +42,7 @@ internal static class RevisionClass
4242
public const string Minor = "0";
4343
public const string Build = "0";
4444
public const string Revision = "1";
45-
public const string VersionName = "rc1";
45+
public const string VersionName = "rc2";
4646

4747
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision + "." + VersionName;
4848
}

ILSpy/ILSpy.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343

4444
<ItemGroup>
4545
<Compile Include="Program.cs" />
46+
<Compile Include="..\ILSpy.Core\Properties\AssemblyInfo.cs">
47+
<Link>AssemblyInfo.cs</Link>
48+
</Compile>
4649
</ItemGroup>
4750

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

0 commit comments

Comments
 (0)