diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj
index f3633b2..0fcddce 100644
--- a/LightweightIocContainer/LightweightIocContainer.csproj
+++ b/LightweightIocContainer/LightweightIocContainer.csproj
@@ -6,13 +6,14 @@
Copyright(c) 2019 SimonG. All Rights Reserved.
A lightweight IOC Container that is powerful enough to do all the things you need it to do.
https://github.com/SimonG96/LightweightIocContainer
- https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE
+
latest
true
https://github.com/SimonG96/LightweightIocContainer
- 2.0.0-beta2
+ 2.0.0
2.0.0.0
2.0.0.0
+ LICENSE.md
@@ -49,4 +50,11 @@
+
+
+ True
+
+
+
+
diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
index 2a45ef0..58af0e1 100644
--- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
+++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
@@ -5,7 +5,7 @@
false
- 2.0.0-beta2
+ 2.0.0
SimonG