diff --git a/source/InPlaceEditBoxDemo/Properties/AssemblyInfo.cs b/source/InPlaceEditBoxDemo/Properties/AssemblyInfo.cs
index 75494a3..7a3ab0e 100644
--- a/source/InPlaceEditBoxDemo/Properties/AssemblyInfo.cs
+++ b/source/InPlaceEditBoxDemo/Properties/AssemblyInfo.cs
@@ -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")]
diff --git a/source/InplaceEditBoxLib/InplaceEditBoxLib.csproj b/source/InplaceEditBoxLib/InplaceEditBoxLib.csproj
index 4d04964..bd7305c 100644
--- a/source/InplaceEditBoxLib/InplaceEditBoxLib.csproj
+++ b/source/InplaceEditBoxLib/InplaceEditBoxLib.csproj
@@ -78,9 +78,6 @@
MinimumRecommendedRules.ruleset
-
- ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll
-
diff --git a/source/InplaceEditBoxLib/Properties/AssemblyInfo.cs b/source/InplaceEditBoxLib/Properties/AssemblyInfo.cs
index 65ddd20..27cf5b2 100644
--- a/source/InplaceEditBoxLib/Properties/AssemblyInfo.cs
+++ b/source/InplaceEditBoxLib/Properties/AssemblyInfo.cs
@@ -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
diff --git a/source/InplaceEditBoxLib/ViewModels/EditInPlaceViewModel.cs b/source/InplaceEditBoxLib/ViewModels/EditInPlaceViewModel.cs
index a5dd0ad..8f76137 100644
--- a/source/InplaceEditBoxLib/ViewModels/EditInPlaceViewModel.cs
+++ b/source/InplaceEditBoxLib/ViewModels/EditInPlaceViewModel.cs
@@ -12,11 +12,6 @@
public class EditInPlaceViewModel : Base.ViewModelBase, IEditBox
{
#region fields
- ///
- /// Log4net logger facility for this class.
- ///
- protected static readonly log4net.ILog Logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
-
private bool _IsReadOnly;
#endregion fields