Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 209e4e8

Browse files
authored
Fix runtime issues with ILSpy 7.1 (#156)
1 parent d27f4f0 commit 209e4e8

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// v2.6 - 03/08/2021 ///////////////////////////////////////////////////////////
3+
////////////////////////////////////////////////////////////////////////////////
4+
5+
bugfixes:
6+
- Fix runtime issues with ILSpy 7.1
7+
18
////////////////////////////////////////////////////////////////////////////////
29
// v2.5 - 29/12/2020 ///////////////////////////////////////////////////////////
310
////////////////////////////////////////////////////////////////////////////////
Binary file not shown.
Binary file not shown.
137 KB
Binary file not shown.
Binary file not shown.

Properties/SolutionVersion.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersionAttribute("2.5.0.0")]
4-
[assembly: AssemblyFileVersionAttribute("2.5.0.0")]
5-
[assembly: AssemblyInformationalVersionAttribute("2.5.0.0")]
3+
[assembly: AssemblyVersionAttribute("2.6.0.0")]
4+
[assembly: AssemblyFileVersionAttribute("2.6.0.0")]
5+
[assembly: AssemblyInformationalVersionAttribute("2.6.0.0")]
66
[assembly: AssemblyCompany("mailto:[email protected]")]
77
[assembly: AssemblyProduct("Reflexil")]
88
[assembly: AssemblyCopyright("Copyright © 2007-2021 Sebastien Lebreton")]

0 commit comments

Comments
 (0)