Skip to content

Commit

Permalink
Release ver4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Sep 18, 2015
1 parent c41f7fd commit 26d2db9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

# Version history

---------------------------------------------------------------------------------------
## [v4.2.2](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v4.2.2.zip)

Added

* Some Bug fixes
* Remove SqlServerCe nuget reference dependency
* Fix clickOnce additional problem


---------------------------------------------------------------------------------------
## [v4.2.1](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v4.2.1.zip)

Added
Expand All @@ -11,7 +21,7 @@ Added
* StoredProcedure for catching Sql Errors created (sp_CatchError issue #54)



---------------------------------------------------------------------------------------
## [v4.1.5](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v4.1.5.zip)

Added
Expand All @@ -22,7 +32,7 @@ Added
* Support Multiple Languages (English, Persian, German, Chinese, Hebrew, French, Azerbaijan, Turkish, Russian, Arabic) #52



---------------------------------------------------------------------------------------
## [v4.1.3](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v4.1.3.zip)

Added
Expand All @@ -34,7 +44,7 @@ Added
* Analyze StackTrace for convert to CodeMap #33



---------------------------------------------------------------------------------------
## [v4.1.2](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v4.1.2.zip)

Added
Expand All @@ -57,7 +67,7 @@ Added
* Add Dependency Assemblies to Solve ClickOnce Problem



---------------------------------------------------------------------------------------
## [v3.0.2](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v3.0.zip)

Added
Expand All @@ -73,6 +83,7 @@ Added
* Release ErrorControlSystem WPF version


---------------------------------------------------------------------------------------
## [v2.0.0](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v2.0.zip)

Added
Expand All @@ -87,7 +98,7 @@ Added
* Add Analyzer for read cache files



---------------------------------------------------------------------------------------
## [v1.0.2](https://github.com/Behzadkhosravifar/ErrorControlSystem/archive/v1.0.zip)

Added
Expand Down
2 changes: 1 addition & 1 deletion src/.nuget/ErrorControlSystem.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<iconUrl>
https://raw.githubusercontent.com/Behzadkhosravifar/ErrorControlSystem/master/src/Documentation/Readme/images/Error%20Control%20System.png
</iconUrl>
<version>4.1.6</version>
<version>4.2.2</version>
<description>
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.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: System.Reflection.AssemblyVersion("4.1.6")]
[assembly: System.Reflection.AssemblyVersion("4.2.2")]

// This is also assigned to 'AssemblyInformationalVersion' which is the product version
// Standard Way: [major].[minor].[bugfix].[build]
// .NET Convention: Third digit is the auto-incremented build version. Fourth digit is revision, which is service pack no
[assembly: System.Reflection.AssemblyFileVersion("4.1.6")]
[assembly: System.Reflection.AssemblyFileVersion("4.2.2")]
/*
* AssemblyVersion should only be changed for major changes or breaking changes since any change to the
* AssemblyVersion would force every .NET application referencing the assembly to re-compile against the
Expand Down

0 comments on commit 26d2db9

Please sign in to comment.