Skip to content

Commit

Permalink
Release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalabukh committed Mar 22, 2019
1 parent 0f0a80c commit 09ef22e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,14 +3,17 @@ Sharpbrake Changelog

### master

### [v5.0.5][v5.0.5] (Mar 22, 2019)

* Fixed an issue with Log4Net Assemblies strong name.
([#106](https://github.com/airbrake/sharpbrake/pull/106))

### [v5.0.4][v5.0.4] (Mar 21, 2019)

* Fixed an issue with file and method names reported from Log4Net.
([#109](https://github.com/airbrake/sharpbrake/pull/109))
* Fixed an issue with security protocols.
([#107](https://github.com/airbrake/sharpbrake/pull/107))
* Fixed an issue with Log4Net Assemblies strong name.
([#106](https://github.com/airbrake/sharpbrake/pull/106))

### [v5.0.3][v5.0.3] (Mar 05, 2019)

Expand Down
2 changes: 1 addition & 1 deletion src/Sharpbrake.Client/Sharpbrake.Client.csproj
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.4</Version>
<Version>5.0.5</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
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.4</Version>
<Version>2.0.5</Version>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\PublicKey.snk</AssemblyOriginatorKeyFile>
Expand Down
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.4</Version>
<Version>3.0.5</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
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.4</Version>
<Version>3.0.5</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
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.4</Version>
<Version>2.0.5</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
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.4</Version>
<Version>2.0.5</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
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.4</Version>
<Version>2.0.5</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
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.4</Version>
<Version>2.0.5</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
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.4</Version>
<Version>2.0.5</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
Expand Up @@ -21,7 +21,7 @@ public void Version_ShouldReturnVersionSpecifiedInCsproj()
{
var notifierInfo = new NotifierInfo();

Assert.Equal("5.0.4", notifierInfo.Version);
Assert.Equal("5.0.5", notifierInfo.Version);
}

[Fact]
Expand Down

0 comments on commit 09ef22e

Please sign in to comment.