Skip to content

Commit eebe83f

Browse files
committed
Release version 4.1.5
1 parent 2526971 commit eebe83f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/.nuget/ErrorControlSystem.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<iconUrl>
77
https://raw.githubusercontent.com/Behzadkhosravifar/ErrorControlSystem/master/src/Documentation/Readme/images/Error%20Control%20System.png
88
</iconUrl>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<description>
1111
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
1212
</description>
@@ -19,9 +19,10 @@
1919
<projectUrl>http://behzadkhosravifar.github.io/ErrorControlSystem/</projectUrl>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2121
<releaseNotes>
22-
* Bug fixes
23-
* Add Server Instance Username and Password Text boxes to Analyzer, issue #40
24-
* Solve Analyzer Throw an Exception to Can Not Found Database, issue #38
22+
* Some Bug fixes
23+
* Developer UI designed by WPF user controls to show full info message
24+
* Analyze StackTrace for convert to CodeMap #33
25+
* Support Multiple Languages (English, Persian, German, Chinese, Hebrew, French, Azerbaijan, Turkish, Russian, Arabic) #52
2526
</releaseNotes>
2627
<copyright>Copyright (C) 2015 Behzad Khosravifar</copyright>
2728
<tags>

src/Error Control System/ErrorControlSystem/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("4.1.4.39507")]
35-
[assembly: AssemblyFileVersion("4.1.4.39507")]
34+
[assembly: AssemblyVersion("4.1.5.2")]
35+
[assembly: AssemblyFileVersion("4.1.5.2")]

0 commit comments

Comments
 (0)