Skip to content

Commit

Permalink
Updated Log4Net version
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Jan 4, 2014
1 parent 2762a23 commit a665558
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def copyOutputFiles(fromDir, filePattern, outDir)
nuspec.licenseUrl = "http://www.apache.org/licenses/LICENSE-2.0"
nuspec.requireLicenseAcceptance = "false"
nuspec.dependency "Topshelf", NUGET_VERSION
nuspec.dependency "Log4Net", "2.0.2"
nuspec.dependency "Log4Net", "2.0.3"
nuspec.output_file = File.join(props[:artifacts], 'Topshelf.Log4Net.nuspec')
add_files props[:output], 'Topshelf.Log4Net.{dll,pdb,xml}', nuspec
nuspec.file(File.join(props[:src], "Topshelf.Log4Net\\**\\*.cs").gsub("/","\\"), "src")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net35-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' != 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/SampleTopshelfRehabService/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.2" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions src/SampleTopshelfService/SampleTopshelfService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net35-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' != 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/SampleTopshelfService/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.2" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net35-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' != 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion src/SampleTopshelfSuperviseService/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.2" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions src/Topshelf.Log4Net/Topshelf.Log4Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net35-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net" Condition="'$(TargetFrameworkVersion)' != 'v3.5'">
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/Topshelf.Log4Net/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.2" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
</packages>

0 comments on commit a665558

Please sign in to comment.