-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continuing the refactoring of exception management across all projects
- Loading branch information
1 parent
72a9231
commit eae7996
Showing
244 changed files
with
16,676 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.150")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.150")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.249")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.249")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
3.0.0.150 | ||
3.0.0.150 | ||
3.0.0.249 | ||
3.0.0.249 |
Oops, something went wrong.