Skip to content

Commit

Permalink
Updated build script and nuspec for logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyKaylor committed Aug 3, 2012
1 parent 09ccd31 commit 4b9911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ task Release -depends Test {
& $tools_dir\7za.exe a $release_dir\Rhino.Queues.zip `
*\Rhino.Queues.dll `
*\Rhino.Queues.pdb `
*\log4net.dll `
*\Common.Logging.dll `
*\Rhino.Queues.xml `
*\Esent.Interop.dll `
*\Esent.Interop.xml `
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhino.queues.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency id="Rhino.ServiceBus.References"/>
<dependency id="PowerThreading" version="20101026.0"/>
<dependency id="log4net"/>
<dependency id="Common.Logging" version="2.1.1"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4b9911d

Please sign in to comment.