Skip to content

Commit

Permalink
Removed dependency on log4net since it was no longer needed (issue #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Nov 3, 2018
1 parent 391384b commit 0282114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions source/InPlaceEditBoxDemo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
3 changes: 0 additions & 3 deletions source/InplaceEditBoxLib/InplaceEditBoxLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions source/InplaceEditBoxLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.2.1")]
[assembly: AssemblyFileVersion("1.1.2.1")]

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located
Expand Down
5 changes: 0 additions & 5 deletions source/InplaceEditBoxLib/ViewModels/EditInPlaceViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
public class EditInPlaceViewModel : Base.ViewModelBase, IEditBox
{
#region fields
/// <summary>
/// Log4net logger facility for this class.
/// </summary>
protected static readonly log4net.ILog Logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

private bool _IsReadOnly;
#endregion fields

Expand Down

0 comments on commit 0282114

Please sign in to comment.