We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b845f commit ed82dc3Copy full SHA for ed82dc3
2 files changed
src/SimpleExceptionHandling/Properties/AssemblyInfo.cs
@@ -47,5 +47,5 @@
47
48
[assembly: CLSCompliant(true)]
49
50
-[assembly: AssemblyVersion("1.0.1")]
51
-[assembly: AssemblyInformationalVersion("1.0.1")]
+[assembly: AssemblyVersion("1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.0")]
src/SimpleExceptionHandling/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.1",
+ "version": "1.1.0",
3
"title": "Simple Exception Handling",
4
"description": "Library that helps developers to handle exceptions outside catch blocks. Typical usages are global exception handlers.",
5
"authors": [ "João Simões" ],
0 commit comments