Skip to content

Commit

Permalink
hopefully the last step in the evil typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepyGnome committed Jan 6, 2016
1 parent d4d4470 commit 7090994
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Fay Logging log4net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fay.Logging.log4net", "src\Fay.Logging.log4net\Fay.Logging.log4net.csproj", "{677600DE-8E6B-4898-9CB8-68B4DE70E9C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -32,6 +34,10 @@ Global
{75C4CAC8-EDE4-401B-838D-A7E0D270140D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C4CAC8-EDE4-401B-838D-A7E0D270140D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C4CAC8-EDE4-401B-838D-A7E0D270140D}.Release|Any CPU.Build.0 = Release|Any CPU
{677600DE-8E6B-4898-9CB8-68B4DE70E9C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{677600DE-8E6B-4898-9CB8-68B4DE70E9C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{677600DE-8E6B-4898-9CB8-68B4DE70E9C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{677600DE-8E6B-4898-9CB8-68B4DE70E9C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/Fay.Logging.log4net/L4NSimpleLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using log4net;
using log4net.Core;

namespace Fey.Logging.Log4Net
namespace Fay.Logging.Log4Net
{
public sealed class L4NSimpleLogger : DelegateLogger<object>
{
Expand Down
4 changes: 2 additions & 2 deletions src/Fay.Logging.log4net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fey Logging Library for log4net")]
[assembly: AssemblyTitle("Fay Logging Library for log4net")]
[assembly: AssemblyDescription("Facade for logging to the log4net")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rodney S. Foley")]
[assembly: AssemblyProduct("Fey Logging Library for log4net")]
[assembly: AssemblyProduct("Fay Logging Library for log4net")]
[assembly: AssemblyCopyright("Copyright © 2015 Rodney S. Foley")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.IO;
using System.Reflection;
using Fay.Logging;
using Fey.Logging.Log4Net;
using Fay.Logging.Log4Net;
using log4net;
using log4net.Appender;
using log4net.Config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Fay.Logging.log4net\Fay.Logging.log4net.csproj">
<Project>{677600de-8e6b-4898-9cb8-68b4de70e9c2}</Project>
<Name>Fay.Logging.log4net</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Reflection;
using Fay.Logging;
using Fey.Logging.Log4Net;
using Fay.Logging.Log4Net;
using log4net.Core;
using Moq;
using Ploeh.AutoFixture.Xunit2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Fay.Logging.log4net\Fay.Logging.log4net.csproj">
<Project>{677600de-8e6b-4898-9cb8-68b4de70e9c2}</Project>
<Name>Fay.Logging.log4net</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 7090994

Please sign in to comment.