From 15d5e2e583ac79293d17f0c32f18ab9ff53a7a71 Mon Sep 17 00:00:00 2001 From: mroach Date: Mon, 7 Oct 2013 09:24:28 -0400 Subject: [PATCH] Bumped to version 0.2.0.0 --- CHANGELOG.md | 7 ++++++- VERSION | 2 +- src/RollbarSharp/Properties/AssemblyInfo.cs | 2 +- src/RollbarSharp/RollbarHttpModule.cs | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d99f366..507f9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0.0 (2013-10-07) + +* Added a HttpModule which can be used to catch exceptions + + ## 0.1.7.0 (2013-09-16) * Added 'test' rake task to run nuspec @@ -47,4 +52,4 @@ ## 0.1.0.0 (2013-04-23) -* Initial release. Testing out nuget \ No newline at end of file +* Initial release. Testing out nuget diff --git a/VERSION b/VERSION index 0dece85..2dd5492 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7.0 \ No newline at end of file +0.2.0.0 \ No newline at end of file diff --git a/src/RollbarSharp/Properties/AssemblyInfo.cs b/src/RollbarSharp/Properties/AssemblyInfo.cs index 3f8f4e5..b0f68fd 100644 --- a/src/RollbarSharp/Properties/AssemblyInfo.cs +++ b/src/RollbarSharp/Properties/AssemblyInfo.cs @@ -3,4 +3,4 @@ [assembly: AssemblyTitle("RollbarSharp")] [assembly: AssemblyDescription("RollbarSharp")] [assembly: AssemblyProduct("RollbarSharp")] -[assembly: AssemblyVersion("0.1.7.0")] +[assembly: AssemblyVersion("0.2.0.0")] diff --git a/src/RollbarSharp/RollbarHttpModule.cs b/src/RollbarSharp/RollbarHttpModule.cs index 053b7ac..88ee102 100644 --- a/src/RollbarSharp/RollbarHttpModule.cs +++ b/src/RollbarSharp/RollbarHttpModule.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Web; namespace RollbarSharp