diff --git a/AssemblyVersionInfo.cs b/AssemblyVersionInfo.cs index a28f2cb5a..5408716b8 100644 --- a/AssemblyVersionInfo.cs +++ b/AssemblyVersionInfo.cs @@ -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.11.0.0")] -[assembly: AssemblyFileVersion("5.11.0.0")] +[assembly: AssemblyVersion("5.12.0.0")] +[assembly: AssemblyFileVersion("5.12.0.0")] diff --git a/Mindscape.Raygun4Net.AspNetCore/Mindscape.Raygun4Net.AspNetCore.csproj b/Mindscape.Raygun4Net.AspNetCore/Mindscape.Raygun4Net.AspNetCore.csproj index 944c138d9..66f3278dc 100644 --- a/Mindscape.Raygun4Net.AspNetCore/Mindscape.Raygun4Net.AspNetCore.csproj +++ b/Mindscape.Raygun4Net.AspNetCore/Mindscape.Raygun4Net.AspNetCore.csproj @@ -7,7 +7,7 @@ Raygun .NetStandard library for targeting ASP.Net Core applications Mindscape.Raygun4Net.AspNetCore - 6.3.1 + 6.4.0 false https://github.com/MindscapeHQ/raygun4net/blob/master/LICENSE https://github.com/MindscapeHQ/raygun4net diff --git a/Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyVersionInfo.cs b/Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyVersionInfo.cs index d3b951b41..e6a1b7157 100644 --- a/Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyVersionInfo.cs +++ b/Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyVersionInfo.cs @@ -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("6.3.1")] -[assembly: AssemblyFileVersion("6.3.1")] +[assembly: AssemblyVersion("6.4.0")] +[assembly: AssemblyFileVersion("6.4.0")] diff --git a/Mindscape.Raygun4Net.AspNetCore/README.md b/Mindscape.Raygun4Net.AspNetCore/README.md index 44a70bdea..bb7021551 100644 --- a/Mindscape.Raygun4Net.AspNetCore/README.md +++ b/Mindscape.Raygun4Net.AspNetCore/README.md @@ -13,7 +13,7 @@ The main classes can be found in the Mindscape.Raygun4Net namespace. Usage ====== -In your project.json file, add "Mindscape.Raygun4Net.AspNetCore": "6.2.0" to your dependencies. +In your project.json file, add "Mindscape.Raygun4Net.AspNetCore": "6.4.0" to your dependencies. Run dotnet.exe restore or restore packages within Visual Studio to download the package. diff --git a/Mindscape.Raygun4Net.Core.Signed.nuspec b/Mindscape.Raygun4Net.Core.Signed.nuspec index 2001d7b00..5d9350d1a 100644 --- a/Mindscape.Raygun4Net.Core.Signed.nuspec +++ b/Mindscape.Raygun4Net.Core.Signed.nuspec @@ -2,7 +2,7 @@ Mindscape.Raygun4Net.Core.Signed - 5.11.0 + 5.12.0 <authors>Raygun</authors> <owners /> diff --git a/Mindscape.Raygun4Net.Core.nuspec b/Mindscape.Raygun4Net.Core.nuspec index d74c42a4f..a632edcd7 100644 --- a/Mindscape.Raygun4Net.Core.nuspec +++ b/Mindscape.Raygun4Net.Core.nuspec @@ -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.11.0</version> + <version>5.12.0</version> <title /> <authors>Raygun</authors> <owners /> diff --git a/Mindscape.Raygun4Net.Mvc.Signed.nuspec b/Mindscape.Raygun4Net.Mvc.Signed.nuspec index 117bca1e5..14fe1f0e3 100644 --- a/Mindscape.Raygun4Net.Mvc.Signed.nuspec +++ b/Mindscape.Raygun4Net.Mvc.Signed.nuspec @@ -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.11.0</version> + <version>5.12.0</version> <title /> <authors>Raygun</authors> <owners /> @@ -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.11.0" /> + <dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.12.0" /> </dependencies> </metadata> <files> diff --git a/Mindscape.Raygun4Net.Mvc.nuspec b/Mindscape.Raygun4Net.Mvc.nuspec index 79334daad..1d7cc35dc 100644 --- a/Mindscape.Raygun4Net.Mvc.nuspec +++ b/Mindscape.Raygun4Net.Mvc.nuspec @@ -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.11.0</version> + <version>5.12.0</version> <title /> <authors>Raygun</authors> <owners /> @@ -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.11.0" /> + <dependency id="Mindscape.Raygun4Net.Core" version="5.12.0" /> </dependencies> </metadata> <files> diff --git a/Mindscape.Raygun4Net.NetCore.Common/Messages/RaygunClientMessage.cs b/Mindscape.Raygun4Net.NetCore.Common/Messages/RaygunClientMessage.cs index f461c3eae..7a48eeb24 100644 --- a/Mindscape.Raygun4Net.NetCore.Common/Messages/RaygunClientMessage.cs +++ b/Mindscape.Raygun4Net.NetCore.Common/Messages/RaygunClientMessage.cs @@ -5,7 +5,7 @@ public class RaygunClientMessage public RaygunClientMessage() { Name = "Raygun4Net.NetCore"; - Version = "6.3.1"; + Version = "6.4.0"; ClientUrl = @"https://github.com/MindscapeHQ/raygun4net"; } diff --git a/Mindscape.Raygun4Net.NetCore.Common/Mindscape.Raygun4Net.NetCore.Common.csproj b/Mindscape.Raygun4Net.NetCore.Common/Mindscape.Raygun4Net.NetCore.Common.csproj index c454ab73d..4042b87e7 100644 --- a/Mindscape.Raygun4Net.NetCore.Common/Mindscape.Raygun4Net.NetCore.Common.csproj +++ b/Mindscape.Raygun4Net.NetCore.Common/Mindscape.Raygun4Net.NetCore.Common.csproj @@ -8,7 +8,7 @@ <Authors>Raygun</Authors> <Description>.NetStandard library .NetCore applications</Description> <PackageId>Mindscape.Raygun4Net.NetCore.Common</PackageId> - <PackageVersion>6.3.1</PackageVersion> + <PackageVersion>6.4.0</PackageVersion> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageLicenseUrl>https://github.com/MindscapeHQ/raygun4net/blob/master/LICENSE</PackageLicenseUrl> <PackageProjectUrl>https://github.com/MindscapeHQ/raygun4net</PackageProjectUrl> diff --git a/Mindscape.Raygun4Net.NetCore/Mindscape.Raygun4Net.NetCore.csproj b/Mindscape.Raygun4Net.NetCore/Mindscape.Raygun4Net.NetCore.csproj index da81e0687..629c9078d 100644 --- a/Mindscape.Raygun4Net.NetCore/Mindscape.Raygun4Net.NetCore.csproj +++ b/Mindscape.Raygun4Net.NetCore/Mindscape.Raygun4Net.NetCore.csproj @@ -13,7 +13,7 @@ <Authors>Raygun</Authors> <Description>.NetStandard library for targeting .Net Core applications</Description> <PackageId>Mindscape.Raygun4Net.NetCore</PackageId> - <PackageVersion>6.3.1</PackageVersion> + <PackageVersion>6.4.0</PackageVersion> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageLicenseUrl>https://github.com/MindscapeHQ/raygun4net/blob/master/LICENSE</PackageLicenseUrl> <PackageProjectUrl>https://github.com/MindscapeHQ/raygun4net</PackageProjectUrl> diff --git a/Mindscape.Raygun4Net.NetCore/Properties/AssemblyVersionInfo.cs b/Mindscape.Raygun4Net.NetCore/Properties/AssemblyVersionInfo.cs index d3b951b41..e6a1b7157 100644 --- a/Mindscape.Raygun4Net.NetCore/Properties/AssemblyVersionInfo.cs +++ b/Mindscape.Raygun4Net.NetCore/Properties/AssemblyVersionInfo.cs @@ -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("6.3.1")] -[assembly: AssemblyFileVersion("6.3.1")] +[assembly: AssemblyVersion("6.4.0")] +[assembly: AssemblyFileVersion("6.4.0")] diff --git a/Mindscape.Raygun4Net.NetCore/README.md b/Mindscape.Raygun4Net.NetCore/README.md index f4d681aa7..9caf71228 100644 --- a/Mindscape.Raygun4Net.NetCore/README.md +++ b/Mindscape.Raygun4Net.NetCore/README.md @@ -13,7 +13,7 @@ The main classes can be found in the Mindscape.Raygun4Net namespace. Usage ===== -In your project file, add "Mindscape.Raygun4Net.NetCore": "6.2.0" to your dependencies. +In your project file, add "Mindscape.Raygun4Net.NetCore": "6.4.0" to your dependencies. Run dotnet.exe restore or restore packages within Visual Studio to download the package. diff --git a/Mindscape.Raygun4Net.Signed.nuspec b/Mindscape.Raygun4Net.Signed.nuspec index 8bf885d09..a6e8a1334 100644 --- a/Mindscape.Raygun4Net.Signed.nuspec +++ b/Mindscape.Raygun4Net.Signed.nuspec @@ -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.11.0</version> + <version>5.12.0</version> <title /> <authors>Raygun</authors> <owners /> diff --git a/Mindscape.Raygun4Net.WebApi.Signed.nuspec b/Mindscape.Raygun4Net.WebApi.Signed.nuspec index b1752a482..71c49977c 100644 --- a/Mindscape.Raygun4Net.WebApi.Signed.nuspec +++ b/Mindscape.Raygun4Net.WebApi.Signed.nuspec @@ -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.11.0</version> + <version>5.12.0</version> <title>Raygun for ASP.NET Web API Raygun @@ -13,7 +13,7 @@ https://github.com/MindscapeHQ/raygun4net https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE - + diff --git a/Mindscape.Raygun4Net.WebApi.nuspec b/Mindscape.Raygun4Net.WebApi.nuspec index 107bb58aa..19cfac940 100644 --- a/Mindscape.Raygun4Net.WebApi.nuspec +++ b/Mindscape.Raygun4Net.WebApi.nuspec @@ -2,7 +2,7 @@ Mindscape.Raygun4Net.WebApi - 5.11.0 + 5.12.0 Raygun for ASP.NET Web API Raygun @@ -13,7 +13,7 @@ https://github.com/MindscapeHQ/raygun4net https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE - + diff --git a/Mindscape.Raygun4Net.nuspec b/Mindscape.Raygun4Net.nuspec index 038b5cd9e..0b2db1850 100644 --- a/Mindscape.Raygun4Net.nuspec +++ b/Mindscape.Raygun4Net.nuspec @@ -2,7 +2,7 @@ Mindscape.Raygun4Net - 5.11.0 + 5.12.0 <authors>Raygun</authors> <owners />