This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments