Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
updated raygun dependency to v5
Browse files Browse the repository at this point in the history
- resolved compatibility issues
fixes #8
  • Loading branch information
sirkirby committed Mar 13, 2015
1 parent 51c7621 commit ed648bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/Raygun.Diagnostics/Properties/AssemblyInfo.cs
Expand Up @@ -32,6 +32,6 @@
// 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("0.7.2")]
[assembly: AssemblyFileVersion("0.7.2")]
[assembly: AssemblyInformationalVersion("0.7.2")]
[assembly: AssemblyVersion("0.7.3")]
[assembly: AssemblyFileVersion("0.7.3")]
[assembly: AssemblyInformationalVersion("0.7.3")]
7 changes: 5 additions & 2 deletions src/Raygun.Diagnostics/Raygun.Diagnostics.csproj
Expand Up @@ -31,9 +31,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mindscape.Raygun4Net, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Mindscape.Raygun4Net, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Mindscape.Raygun4Net.4.0.0\lib\net40\Mindscape.Raygun4Net.dll</HintPath>
<HintPath>..\packages\Mindscape.Raygun4Net.5.0.0\lib\net40\Mindscape.Raygun4Net.dll</HintPath>
</Reference>
<Reference Include="Mindscape.Raygun4Net4">
<HintPath>..\packages\Mindscape.Raygun4Net.5.0.0\lib\net40\Mindscape.Raygun4Net4.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun.Diagnostics/Raygun.Diagnostics.nuspec
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/sirkirby/raygun.diagnostics/master/pkglogo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>- Fixed possible null reference exception when one or more args passed to trace error were null
<releaseNotes>- Added compatibility with v5 of raygun sdk. For v4.2.x, please use previous version.
</releaseNotes>
<copyright>Copyright Chris Kirby 2015</copyright>
<tags>Raygun diagnostics tracing debug</tags>
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun.Diagnostics/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mindscape.Raygun4Net" version="4.0.0" targetFramework="net45" />
<package id="Mindscape.Raygun4Net" version="5.0.0" targetFramework="net45" />
</packages>

0 comments on commit ed648bc

Please sign in to comment.