Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Fix runtime issues with ILSpy 7.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskgroup committed Aug 4, 2021
1 parent d27f4f0 commit 209e4e8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
////////////////////////////////////////////////////////////////////////////////
// v2.6 - 03/08/2021 ///////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

bugfixes:
- Fix runtime issues with ILSpy 7.1

////////////////////////////////////////////////////////////////////////////////
// v2.5 - 29/12/2020 ///////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
Expand Down
Binary file not shown.
Binary file modified Plugins/Reflexil.ILSpy/Libs/Binaries/ICSharpCode.TreeView.dll
Binary file not shown.
Binary file modified Plugins/Reflexil.ILSpy/Libs/Binaries/ILSpy.exe
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions Properties/SolutionVersion.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("2.5.0.0")]
[assembly: AssemblyFileVersionAttribute("2.5.0.0")]
[assembly: AssemblyInformationalVersionAttribute("2.5.0.0")]
[assembly: AssemblyVersionAttribute("2.6.0.0")]
[assembly: AssemblyFileVersionAttribute("2.6.0.0")]
[assembly: AssemblyInformationalVersionAttribute("2.6.0.0")]
[assembly: AssemblyCompany("mailto:contact@reflexil.net")]
[assembly: AssemblyProduct("Reflexil")]
[assembly: AssemblyCopyright("Copyright © 2007-2021 Sebastien Lebreton")]
Expand Down

0 comments on commit 209e4e8

Please sign in to comment.