Skip to content

Commit

Permalink
Merge pull request #132 from airbrake/release-5.1.0
Browse files Browse the repository at this point in the history
Release v5.1.0
  • Loading branch information
rbalabukh authored Jul 16, 2020
2 parents 41e88d6 + 6cd56e2 commit 02ac5e3
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Sharpbrake Changelog

### master

### [v5.1.0][v5.1.0] (Jul 16, 2020)

* Fixed NullReferenceException in AspNetHttpContext constructor when session key exists with null value.
([#129](https://github.com/airbrake/sharpbrake/pull/129))
* Replaced filter parameters `BlacklistKeys` and `WhitelistKeys` with `Blocklist` and `Allowlist`
([#128](https://github.com/airbrake/sharpbrake/pull/128))
* Updated NLog to latest version, instead of BETA
([#93](https://github.com/airbrake/sharpbrake/pull/93))

### [v5.0.6][v5.0.6] (Apr 28, 2020)

* Updated API URL.
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Client/Sharpbrake.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Airbrake C#/.NET Notifier</Title>
<Version>5.0.6</Version>
<Version>5.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4</TargetFrameworks>
<Title>Sharpbrake.Extensions.Logging</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4</TargetFrameworks>
<Title>Airbrake ASP.NET Core Middleware</Title>
<Version>3.0.6</Version>
<Version>3.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Http.Module/Sharpbrake.Http.Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>net452</TargetFrameworks>
<Title>Airbrake ASP.NET HTTP Module</Title>
<Version>3.0.6</Version>
<Version>3.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Log4net.Web/Sharpbrake.Log4net.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Sharpbrake Log4net.Web</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Log4net/Sharpbrake.Log4net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Sharpbrake Log4net</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.NLog.Web/Sharpbrake.NLog.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Sharpbrake NLog.Web</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.NLog/Sharpbrake.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Sharpbrake NLog</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Web/Sharpbrake.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/airbrake/sharpbrake</RepositoryUrl>
<TargetFrameworks>netstandard2.0;netstandard1.4;net452</TargetFrameworks>
<Title>Sharpbrake Web</Title>
<Version>2.0.6</Version>
<Version>2.1.0</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion test/Sharpbrake.Client.Tests/NotifierInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void Version_ShouldReturnVersionSpecifiedInCsproj()
{
var notifierInfo = new NotifierInfo();

Assert.Equal("5.0.6", notifierInfo.Version);
Assert.Equal("5.1.0", notifierInfo.Version);
}

[Fact]
Expand Down

0 comments on commit 02ac5e3

Please sign in to comment.