Skip to content

Commit

Permalink
Merge pull request #5 from MindscapeHQ/Release-updates
Browse files Browse the repository at this point in the history
Release updates
  • Loading branch information
QuantumNightmare authored May 3, 2018
2 parents 4c4a881 + dfa4083 commit 17cccab
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 657 deletions.
17 changes: 8 additions & 9 deletions src/NLog.Raygun.TestApp/NLog.Raygun.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NLog.3.2.1\lib\net40\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.0\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -59,19 +58,19 @@
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Raygun\NLog.Raygun.csproj">
<Project>{F5744BD5-98C2-4082-9D04-9D28536D5DBB}</Project>
<Name>NLog.Raygun</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Raygun\NLog.Raygun.csproj">
<Project>{f5744bd5-98c2-4082-9d04-9d28536d5dbb}</Project>
<Name>NLog.Raygun</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
423 changes: 104 additions & 319 deletions src/NLog.Raygun.TestApp/NLog.xsd

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/NLog.Raygun.TestApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="3.2.1" targetFramework="net40" requireReinstallation="True" />
<package id="NLog.Config" version="3.2.1" targetFramework="net40" />
<package id="NLog.Schema" version="3.2.1" targetFramework="net40" />
<package id="NLog" version="4.0.0" targetFramework="net45" />
<package id="NLog.Config" version="4.0.0" targetFramework="net45" />
<package id="NLog.Schema" version="4.0.0" targetFramework="net45" />
</packages>
6 changes: 4 additions & 2 deletions src/NLog.Raygun.WebTestApp/NLog.Raygun.WebTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<IISExpressUseClassicPipelineMode />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<Use64BitIISExpress />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -42,8 +44,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog">
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.0\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
423 changes: 104 additions & 319 deletions src/NLog.Raygun.WebTestApp/NLog.xsd

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/NLog.Raygun.WebTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="NLog" version="3.2.1" targetFramework="net45" />
<package id="NLog.Config" version="3.2.1" targetFramework="net45" />
<package id="NLog.Schema" version="3.2.1" targetFramework="net45" />
<package id="NLog" version="4.0.0" targetFramework="net45" />
<package id="NLog.Config" version="4.0.0" targetFramework="net45" />
<package id="NLog.Schema" version="4.0.0" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="Respond" version="1.2.0" targetFramework="net45" />
<package id="WebGrease" version="1.5.2" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/NLog.Raygun/NLog.Raygun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Title>NLog.Raygun</Title>
<Product>NLog.Raygun</Product>
<Company>Raygun</Company>
<Authors>Ken Burkhardt</Authors>
<Authors>Ken Burkhardt, Raygun</Authors>
<Description>A custom NLog target that will push exceptions to Raygun</Description>
<Copyright>Copyright © 2015</Copyright>
<Copyright>Copyright © Raygun 2015-2018</Copyright>

<PackageTags>NLog;Raygun;Log;Logging</PackageTags>
<PackageProjectUrl>https://github.com/MindscapeHQ/NLog.Raygun</PackageProjectUrl>
Expand Down

0 comments on commit 17cccab

Please sign in to comment.