Skip to content

Commit

Permalink
Updating down stream packages (that use raygun4net ) (#482)
Browse files Browse the repository at this point in the history
* Bump version numbers

Nuget tests

less ws

Less UWP for win 8

it all builds! Apart from the win store

wip

bump major version

fix

Update Mindscape.Raygun4Net.Common.csproj

Update Mindscape.Raygun4Net.Azure.WebJob.csproj

less .net 3.0

tidy

Remove .Net 2-3.5 and windows phone

Update Mindscape.Raygun4Net.AspNetCore.sln

Update readme.txt

Update README.md

now can package

Better building

Now with moar tls!

typo

Update readme.txt

Update README.md

bump major version + getting psake builds to work correctly

Tidys

Update TestIfWeCanSendToRaygun.cs

Removed the tests which proved what the behavior was before we did these changes

Tidy

Fix for broken tests

Now even better!

getting close

Update WebClientHelper.cs

Extracting interface

Ok it builds

porting moar tests

Tidy

wip

clean up

new integration tests

Basic  integrations tests setup

Now with green tests!

Got tests properly done

partial fix

fix to tests to validate short comings of old code

tidy

wip tidy up

Update UnitTest1.cs

tidy

Update TestIfWeCanSendToRaygun.cs

Update UnitTest1.cs

Update UnitTest1.cs

Update RaygunClient.cs

Post merge fix

Tidy

Bump version

Update Mindscape.Raygun4Net4.Nuget.Tests.sln

Fixed icon and license metadata to new spec

Moar signing

Update README.md

Fix icons and license details

Fix references

moar signing

Sign by default in release builds

* Update build.ps1

* Update Mindscape.Raygun4Net.nuspec

* fix

* Update Mindscape.Raygun4Net.WebApi.Signed.nuspec

Co-authored-by: Jasen Palmer <jpalmer@raygun.io>

---------

Co-authored-by: Jasen Palmer <jpalmer@raygun.io>
  • Loading branch information
darcythomas and JasenPalmer authored Jun 12, 2023
1 parent 65b8778 commit 6f8301d
Show file tree
Hide file tree
Showing 27 changed files with 93 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<ItemGroup>
<ProjectReference Include="..\Mindscape.Raygun4Net.NetCore.Common\Mindscape.Raygun4Net.NetCore.Common.csproj" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<AssemblyOriginatorKeyFile>Raygun4Net.AspNetCore.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<AssemblyOriginatorKeyFile>Raygun4Net.AspNetCore.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand Down
10 changes: 6 additions & 4 deletions Mindscape.Raygun4Net.Azure.WebJob.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Azure.WebJob</id>
<version>5.7.0</version>
<version>6.0.2</version>
<title />
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for Azure Web Job SDK enabled projects</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.6.0" />
<dependency id="Microsoft.Azure.WebJobs.Extensions" version="2.0.0" />
</dependencies>
Expand All @@ -24,5 +24,7 @@
<file src="build\webjob\Mindscape.Raygun4Net4.pdb" target="lib\net40\Mindscape.Raygun4Net4.pdb" />

<file src="Mindscape.Raygun4Net.Azure.WebJob\README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Raygun4Net.Azure.WebJob.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyOriginatorKeyFile>Raygun4Net.ClientProfile.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<AssemblyOriginatorKeyFile>Raygun4Net.ClientProfile.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFrameworks>net4;net45</TargetFrameworks>
<AssemblyOriginatorKeyFile>Raygun4Net4.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup >
Expand Down
9 changes: 6 additions & 3 deletions Mindscape.Raygun4Net.Core.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core library for signed MVC and WebApi Raygun providers</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
</metadata>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon></metadata>
<files>
<file src="build\signed\net40\Mindscape.Raygun4Net.dll" target="lib\net40\Mindscape.Raygun4Net.dll" />
<file src="build\signed\net40\Mindscape.Raygun4Net.pdb" target="lib\net40\Mindscape.Raygun4Net.pdb" />


<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
7 changes: 5 additions & 2 deletions Mindscape.Raygun4Net.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core library for MVC and WebApi Raygun providers</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
</metadata>
<files>
<file src="build\net40\Mindscape.Raygun4Net.dll" target="lib\net40\Mindscape.Raygun4Net.dll" />
<file src="build\net40\Mindscape.Raygun4Net.pdb" target="lib\net40\Mindscape.Raygun4Net.pdb" />

<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
2 changes: 2 additions & 0 deletions Mindscape.Raygun4Net.Core/Mindscape.Raygun4Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Raygun4Net.Core.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
Expand Down
9 changes: 5 additions & 4 deletions Mindscape.Raygun4Net.Mvc.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Mvc.Signed</id>
<version>6.0.0-beta001</version>
<version>6.0.2</version>
<title />
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for signed ASP.NET MVC projects</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<dependencies>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon><dependencies>
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.12.1" />
</dependencies>
</metadata>
Expand All @@ -23,5 +22,7 @@
<file src="build\signed\mvc\Mindscape.Raygun4Net4.pdb" target="lib\net40\Mindscape.Raygun4Net4.pdb" />

<file src="Mindscape.Raygun4Net.Mvc\README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
10 changes: 7 additions & 3 deletions Mindscape.Raygun4Net.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Mvc</id>
<version>6.0.0-beta001</version>
<version>6.0.2</version>
<title />
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for ASP.NET MVC projects</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.12.1" />
</dependencies>
Expand All @@ -21,7 +21,11 @@
<file src="build\mvc\Mindscape.Raygun4Net.Mvc.pdb" target="lib\net40\Mindscape.Raygun4Net.Mvc.pdb" />
<file src="build\mvc\Mindscape.Raygun4Net4.dll" target="lib\net40\Mindscape.Raygun4Net4.dll" />
<file src="build\mvc\Mindscape.Raygun4Net4.pdb" target="lib\net40\Mindscape.Raygun4Net4.pdb" />
<file src="build\mvc\Mindscape.Raygun4Net.Common.dll" target="lib\net40\Mindscape.Raygun4Net.Common.dll" />
<file src="build\mvc\Mindscape.Raygun4Net.Common.pdb" target="lib\net40\Mindscape.Raygun4Net.Common.pdb" />

<file src="Mindscape.Raygun4Net.Mvc\README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
2 changes: 2 additions & 0 deletions Mindscape.Raygun4Net.Mvc/Mindscape.Raygun4Net.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Raygun4Net.Mvc.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</PackageIconUrl>
<PackageIcon>128x128-transparent.png</PackageIcon>
<AssemblyOriginatorKeyFile>Raygun4Net.NetCore.Common.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<PackageId>Mindscape.Raygun4Net.NetCore.Common.Signed</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<Compile Include="RaygunSettings.cs" />
<Compile Include="Properties\*.cs" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<AssemblyOriginatorKeyFile>Raygun4Net.NetCore.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<PackageId>Mindscape.Raygun4Net.NetCore.Signed</PackageId>
<AssemblyOriginatorKeyFile>Raygun4Net.NetCore.snk</AssemblyOriginatorKeyFile>
Expand Down
3 changes: 1 addition & 2 deletions Mindscape.Raygun4Net.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Signed</id>
<version>6.0.1</version>
<version>6.0.2</version>
<title />
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for signed projects built with .NET Framework</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
Expand Down
4 changes: 4 additions & 0 deletions Mindscape.Raygun4Net.Tests/Mindscape.Raygun4Net.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Mindscape.Raygun4Net.Tests.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Mindscape.Raygun4Net.Tests.snk</AssemblyOriginatorKeyFile>
Expand Down
6 changes: 4 additions & 2 deletions Mindscape.Raygun4Net.WebApi.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Raygun provider for signed ASP.NET Web API projects</summary>
<description>Raygun provider for signed ASP.NET Web API projects</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.12.1" />
</dependencies>
Expand All @@ -21,5 +21,7 @@
<file src="build\signed\webapi\Mindscape.Raygun4Net.WebApi.pdb" target="lib\net45\Mindscape.Raygun4Net.WebApi.pdb" />

<file src="Mindscape.Raygun4Net.WebApi\README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
<Name>Mindscape.Raygun4Net.WebApi</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Payloads\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="Payloads\AttributedWithoutValues.xml" />
<EmbeddedResource Include="Payloads\AttributedWithValues.xml" />
Expand Down
6 changes: 4 additions & 2 deletions Mindscape.Raygun4Net.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Raygun provider for ASP.NET Web API projects</summary>
<description>Raygun provider for ASP.NET Web API projects</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
<dependencies>
<dependency id="Mindscape.Raygun4Net.Core" version="5.12.1" />
</dependencies>
Expand All @@ -21,5 +21,7 @@
<file src="build\webapi\Mindscape.Raygun4Net.WebApi.pdb" target="lib\net45\Mindscape.Raygun4Net.WebApi.pdb" />

<file src="Mindscape.Raygun4Net.WebApi\README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>
12 changes: 10 additions & 2 deletions Mindscape.Raygun4Net.WebApi.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
# Visual Studio Version 17
VisualStudioVersion = 17.6.33626.354
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.WebApi", "Mindscape.Raygun4Net.WebApi\Mindscape.Raygun4Net.WebApi.csproj", "{5F72C401-B09D-46C4-873B-65F1B4B1AE09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.Core", "Mindscape.Raygun4Net.Core\Mindscape.Raygun4Net.Core.csproj", "{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.WebApi.Tests", "Mindscape.Raygun4Net.WebApi.Tests\Mindscape.Raygun4Net.WebApi.Tests.csproj", "{80C7BB59-C753-4E64-9C8D-79B8D57C8215}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mindscape.Raygun4Net.Common", "Mindscape.Raygun4Net.Common\Mindscape.Raygun4Net.Common.csproj", "{07BC7731-D359-4D64-A55A-105FF387858C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,6 +36,12 @@ Global
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Release|Any CPU.Build.0 = Release|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Sign|Any CPU.ActiveCfg = Release|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Sign|Any CPU.Build.0 = Release|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Release|Any CPU.Build.0 = Release|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Sign|Any CPU.ActiveCfg = Debug|Any CPU
{07BC7731-D359-4D64-A55A-105FF387858C}.Sign|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Raygun4Net.WebApi.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
Expand Down
6 changes: 2 additions & 4 deletions Mindscape.Raygun4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net</id>
<version>6.0.1</version>
<title />
<version>6.0.2</version>
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for .NET Framework</description>
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
<tags>Raygun debugging error monitoring error tracking bug tracking</tags>
</metadata>
<files>
<!-- .NET 4.0 -->
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net/Properties/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("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Raygun4Net4.ClientProfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<SignAssembly>true</SignAssembly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Mindscape.Raygun4Net" Version="6.0.0" />
<PackageReference Include="Mindscape.Raygun4Net" Version="6.0.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1">
Expand Down
2 changes: 2 additions & 0 deletions Mindscape.Raygun4Net4/Mindscape.Raygun4Net4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AssemblyOriginatorKeyFile>Raygun4Net4.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<AssemblyOriginatorKeyFile>Raygun4Net4.snk</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions Mindscape.Raygun4Net4/Properties/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("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]
Loading

0 comments on commit 6f8301d

Please sign in to comment.