Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ information can be found [here][net-encrypt]

## Release Notes

#### 0.7
* Updated NLog versions from 2.0.1.2 to 2.1.0.0

#### 0.6
* Updated NLog versions from 2.0.0.2000 to 2.0.1.2



#### 0.5
* Added support for using target without exceptions


#### 0.2 - .NET 3.5

* Retargeted at .NET 3.5
Expand Down
4 changes: 2 additions & 2 deletions src/NLog.AirBrake.TestApp/NLog.AirBrake.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<Reference Include="NLog, Version=2.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NLog.2.0.1.2\lib\net35\NLog.dll</HintPath>
<HintPath>..\packages\NLog.2.1.0\lib\net35\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/NLog.AirBrake.TestApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="2.0.1.2" targetFramework="net35" />
<package id="NLog.Config" version="2.0.1.2" targetFramework="net35" />
<package id="NLog" version="2.1.0" targetFramework="net35" />
<package id="NLog.Config" version="2.1.0" targetFramework="net35" />
<package id="NLog.Schema" version="2.1.0" targetFramework="net35" />
</packages>
4 changes: 2 additions & 2 deletions src/NLog.AirBrake/NLog.AirBrake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog" Condition="'$(TargetFrameworkVersion)' == 'v2.0'">
<HintPath>..\packages\NLog.2.0.1.2\lib\net20\NLog.dll</HintPath>
<HintPath>..\packages\NLog.2.1.0\lib\net20\NLog.dll</HintPath>
</Reference>
<Reference Include="NLog" Condition="'$(TargetFrameworkVersion)' == 'v4.0'">
<HintPath>..\packages\NLog.2.0.1.2\lib\net40\NLog.dll</HintPath>
<HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" Condition="'$(TargetFrameworkVersion)' == 'v4.0'" />
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.AirBrake/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CroMagVersion" version="0.3.5.0" targetFramework="net40" />
<package id="NLog" version="2.0.1.2" targetFramework="net20" />
<package id="NLog" version="2.1.0" targetFramework="net20" />
</packages>
2 changes: 1 addition & 1 deletion src/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<VersioningScheme>
<MajorVersion>0</MajorVersion>
<MinorVersion>6</MinorVersion>
<MinorVersion>7</MinorVersion>
<VersionCompany>East Point Systems</VersionCompany>
<VersionCompanyUrl>http://github.com/EastPoint/NLog.AirBrake/</VersionCompanyUrl>
<!-- Typically this value will be supplied by a build server like Jenkins -->
Expand Down
4 changes: 2 additions & 2 deletions tests/NLog.AirBrake.Tests/NLog.AirBrake.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<Reference Include="FakeItEasy">
<HintPath>..\..\src\packages\FakeItEasy.1.7.4626.65\lib\NET35\FakeItEasy.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<Reference Include="NLog, Version=2.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\src\packages\NLog.2.0.1.2\lib\net35\NLog.dll</HintPath>
<HintPath>..\..\src\packages\NLog.2.1.0\lib\net35\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="xunit">
Expand Down
2 changes: 1 addition & 1 deletion tests/NLog.AirBrake.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="Castle.Core" version="3.1.0" targetFramework="net35" />
<package id="FakeItEasy" version="1.7.4626.65" targetFramework="net35" />
<package id="NLog" version="2.0.1.2" targetFramework="net35" />
<package id="NLog" version="2.1.0" targetFramework="net35" />
<package id="xunit" version="1.9.1" targetFramework="net35" />
</packages>