Skip to content

Commit

Permalink
CI changes for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
calloncampbell committed Aug 6, 2015
1 parent c7360a5 commit 222a11c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function Invoke-NuGetPackProj($csproj)

function Invoke-NuGetPackSpec($nuspec, $version)
{

nuget pack $nuspec -Version $version -OutputDirectory ..\
}

Expand Down
4 changes: 4 additions & 0 deletions src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RabbitMQ.Client, Version=3.4.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
<HintPath>..\packages\RabbitMQ.Client.3.4.0\lib\net35\RabbitMQ.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1-test2\lib\net20\ReflectSoftware.Insight.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<HintPath>..\packages\RabbitMQ.Client.3.5.4\lib\net40\RabbitMQ.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ReflectSoftware.Insight, Version=5.5.0.1500, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1-test2\lib\net40\ReflectSoftware.Insight.dll</HintPath>
<Private>True</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<HintPath>..\packages\RabbitMQ.Client.3.5.4\lib\net40\RabbitMQ.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ReflectSoftware.Insight, Version=5.5.0.1500, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1-test2\lib\net45\ReflectSoftware.Insight.dll</HintPath>
<Private>True</Private>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions src/ReflectSoftware.Insight.Extensions.Log4net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>ReflectSoftware.Insight.Extensions.Log4net</id>
<version>5.5.2</version>
<version>$version$</version>
<title>ReflectSoftware.Insight.Extensions.Log4net</title>
<authors>ReflectSoftware Inc.</authors>
<owners>ReflectSoftware Inc.</owners>
Expand All @@ -22,7 +22,7 @@ You can view your log4net messages in realtime, in a rich viewer that allows you

As of version 5.1 of the ReflectInsight NuGet Package, you are now required to manually add in the ReflectInsight configuration details that you may require.

For help on configuration, please see our documentation on the website (https://insightextensions.codeplex.com/wikipage?title=Getting%20Started%20with%20Log4net%20Extension&amp;referringTitle=Documentation) and/or the knowledge base articles on our UserVoice site (http://reflectsoftware.uservoice.com/knowledgebase).</releaseNotes>
For help on configuration, please see our documentation on the website (https://reflectsoftware.atlassian.net/wiki/display/RI5/ReflectInsight+5+documentation) and/or the knowledge base articles on our UserVoice site (http://reflectsoftware.uservoice.com/knowledgebase).</releaseNotes>
<copyright>© 2015 ReflectSoftware Inc.</copyright>
<tags>Log4net Logging Extensions ReflectInsight Appender Log Tracing RabbitMQ</tags>
<dependencies>
Expand Down

0 comments on commit 222a11c

Please sign in to comment.