Skip to content

Commit

Permalink
Merge pull request #389 from MindscapeHQ/Version-5.5.5
Browse files Browse the repository at this point in the history
Version 5.5.5
  • Loading branch information
QuantumNightmare authored Jul 15, 2018
2 parents db75358 + 72ae6c4 commit d7bae86
Show file tree
Hide file tree
Showing 16 changed files with 389 additions and 21 deletions.
4 changes: 2 additions & 2 deletions AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
// 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: AssemblyVersion("5.5.4.0")]
[assembly: AssemblyFileVersion("5.5.4.0")]
[assembly: AssemblyVersion("5.5.5.0")]
[assembly: AssemblyFileVersion("5.5.5.0")]
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net.Azure.WebJob.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Azure.WebJob</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.2" />
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.5" />
<dependency id="Microsoft.Azure.WebJobs.Extensions" version="2.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Core.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Core.Signed</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Core</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net.Mvc.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Mvc.Signed</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.5.2" />
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.5.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Mvc</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.2" />
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.5" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class RaygunClientMessage
public RaygunClientMessage()
{
Name = "Raygun4Net.NetCore";
Version = "5.5.4";
Version = "6.0.0";
ClientUrl = @"https://github.com/MindscapeHQ/raygun4net";
}

Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.NetCore/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The main classes can be found in the Mindscape.Raygun4Net namespace.
Usage
=====

In your project file, add "Mindscape.Raygun4Net.NetCore": "5.5.4" to your dependencies.
In your project file, add "Mindscape.Raygun4Net.NetCore": "6.0.0" to your dependencies.

Run dotnet.exe restore or restore packages within Visual Studio to download the package.

Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Signed</id>
<version>5.5.4</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Tests/Model/BreadcrumbTestRecorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using System.Text;

namespace Tests.Model // Namespace dowse not contain Mindscape.Raygun in order to be ignored by the breadcrumb stacktrace scanning logic.
namespace Tests.Model // Namespace does not contain Mindscape.Raygun in order to be ignored by the breadcrumb stacktrace scanning logic.
{
internal class BreadcrumbTestRecorder
{
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net.WebApi.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.WebApi.Signed</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.5.2" />
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.5.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.WebApi</id>
<version>5.5.2</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.2" />
<dependency id="Mindscape.Raygun4Net.Core" version="5.5.5" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 9 additions & 1 deletion Mindscape.Raygun4Net.WebApi/RaygunWebApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class RaygunWebApiClient : RaygunClientBase

private static RaygunWebApiExceptionFilter _exceptionFilter;
private static RaygunWebApiActionFilter _actionFilter;
private static RaygunWebApiDelegatingHandler _delegatingHandler;

/// <summary>
/// Initializes a new instance of the <see cref="RaygunClientBase" /> class.
Expand Down Expand Up @@ -135,7 +136,8 @@ private static void AttachInternal(HttpConfiguration config, Func<HttpRequestMes

if (RaygunSettings.Settings.IsRawDataIgnored == false)
{
config.MessageHandlers.Add(new RaygunWebApiDelegatingHandler());
_delegatingHandler = new RaygunWebApiDelegatingHandler();
config.MessageHandlers.Add(_delegatingHandler);
}

var clientCreator = new RaygunWebApiClientProvider(generateRaygunClientWithMessage, applicationVersion);
Expand Down Expand Up @@ -172,6 +174,12 @@ public static void Detach(HttpConfiguration config)
config.Services.RemoveAt(typeof(IExceptionLogger), exceptionLoggerIndex);
}

if (_delegatingHandler != null)
{
config.MessageHandlers.Remove(_delegatingHandler);
_delegatingHandler = null;
}

config.Filters.Remove(_exceptionFilter);
config.Filters.Remove(_actionFilter);

Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net</id>
<version>5.5.4</version>
<version>5.5.5</version>
<title />
<authors>Raygun</authors>
<owners />
Expand Down
2 changes: 1 addition & 1 deletion XamarinComponent/raygun4net/component/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ libraries:
ios: lib/ios/Mindscape.Raygun4Net.Xamarin.iOS.dll
ios-unified: lib/ios-unified/Mindscape.Raygun4Net.Xamarin.iOS.Unified.dll
android: lib/android/Mindscape.Raygun4Net.Xamarin.Android.dll
version: 5.5.1
version: 5.5.5
...
Loading

0 comments on commit d7bae86

Please sign in to comment.