diff --git a/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj b/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj
index f1ebe85..997f978 100644
--- a/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj
+++ b/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj
@@ -9,8 +9,9 @@
Properties
RedLock.Logging.Log4Net
RedLock.Logging.Log4Net
- v4.5.1
+ v4.5
512
+
true
diff --git a/RedLock.Logging.Log4Net/packages.config b/RedLock.Logging.Log4Net/packages.config
index 7a8bb62..3a86f25 100644
--- a/RedLock.Logging.Log4Net/packages.config
+++ b/RedLock.Logging.Log4Net/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/RedLock.Tests/App.config b/RedLock.Tests/App.config
index 133b038..f1a3235 100644
--- a/RedLock.Tests/App.config
+++ b/RedLock.Tests/App.config
@@ -1,19 +1,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RedLock.Tests/RedLock.Tests.csproj b/RedLock.Tests/RedLock.Tests.csproj
index 18e42a0..eadaf95 100644
--- a/RedLock.Tests/RedLock.Tests.csproj
+++ b/RedLock.Tests/RedLock.Tests.csproj
@@ -9,8 +9,9 @@
Properties
RedLock.Tests
RedLock.Tests
- v4.5.1
+ v4.5
512
+
true
diff --git a/RedLock.Tests/packages.config b/RedLock.Tests/packages.config
index 06649f2..ba0de65 100644
--- a/RedLock.Tests/packages.config
+++ b/RedLock.Tests/packages.config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/RedLock.net.sln b/RedLock.net.sln
index 13f0bda..7eba48e 100644
--- a/RedLock.net.sln
+++ b/RedLock.net.sln
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE
README.md = README.md
redlock-icon.png = redlock-icon.png
+ RedLock.nuspec = RedLock.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedLock.Tests", "RedLock.Tests\RedLock.Tests.csproj", "{2DF8C6CF-482F-4C51-9BA0-1F7814CA91E0}"
diff --git a/RedLock/RedLock.nuspec b/RedLock.nuspec
similarity index 63%
rename from RedLock/RedLock.nuspec
rename to RedLock.nuspec
index 6b57ef2..e2f0126 100644
--- a/RedLock/RedLock.nuspec
+++ b/RedLock.nuspec
@@ -2,7 +2,7 @@
RedLock.net
- $version$
+ 1.1.0
RedLock.net
Sam Cook
Sam Cook
@@ -11,8 +11,18 @@
https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png
false
An implementation of the Redlock distributed lock algorithm
- 1.0.0 - Initial release
+
+1.1.0 - Target .NET 4.0 and 4.5
+1.0.0 - Initial release
+
Copyright 2014 Sam Cook
RedLock Redis Distributed Lock
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RedLock/Properties/AssemblyInfo.cs b/RedLock/Properties/AssemblyInfo.cs
index 4544934..5e6435c 100644
--- a/RedLock/Properties/AssemblyInfo.cs
+++ b/RedLock/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.0.0")]
-[assembly: AssemblyInformationalVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: InternalsVisibleTo("RedLock.Tests")]
\ No newline at end of file
diff --git a/RedLock/RedLock.csproj b/RedLock/RedLock.csproj
index 3cc6477..ed8ee71 100644
--- a/RedLock/RedLock.csproj
+++ b/RedLock/RedLock.csproj
@@ -9,8 +9,9 @@
Properties
RedLock
RedLock
- v4.5.1
+ v4.5
512
+
true
@@ -52,7 +53,6 @@
-