Skip to content

Commit

Permalink
Updated Common.Logging to version 3.0.0 (breaking change)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeurts committed Mar 18, 2015
1 parent 84bf757 commit 27e3b7d
Show file tree
Hide file tree
Showing 27 changed files with 1,968 additions and 2,574 deletions.
7 changes: 5 additions & 2 deletions Rhino.Etl.Cmd/Rhino.Etl.Cmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Log4Net">
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.Log4Net.dll</HintPath>
<Reference Include="Common.Logging.Core">
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Log4Net1210">
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.Log4Net1210.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
5 changes: 2 additions & 3 deletions Rhino.Etl.Cmd/RhinoEtlRunner.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System.Collections.Specialized;
using Common.Logging.Log4Net;

namespace Rhino.Etl.Cmd
{
using System;
using System.IO;
using Common.Logging.Configuration;
using Common.Logging.Log4Net;
using Core;
using log4net;
using log4net.Config;
Expand Down
3 changes: 3 additions & 0 deletions Rhino.Etl.Core/Rhino.Etl.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
<Reference Include="Common.Logging">
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>..\SharedLibs\Common.Logging\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="FileHelpers">
<HintPath>..\SharedLibs\FileHelpers\FileHelpers.dll</HintPath>
</Reference>
Expand Down
Binary file not shown.
Binary file added SharedLibs/Common.Logging/Common.Logging.Core.pdb
Binary file not shown.
876 changes: 876 additions & 0 deletions SharedLibs/Common.Logging/Common.Logging.Core.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed SharedLibs/Common.Logging/Common.Logging.EntLib.pdb
Binary file not shown.
437 changes: 0 additions & 437 deletions SharedLibs/Common.Logging/Common.Logging.EntLib.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
438 changes: 0 additions & 438 deletions SharedLibs/Common.Logging/Common.Logging.EntLib41.xml

This file was deleted.

Binary file not shown.
Binary file removed SharedLibs/Common.Logging/Common.Logging.Log4Net.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 27e3b7d

Please sign in to comment.