diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj
index ef7bbb4..f3633b2 100644
--- a/LightweightIocContainer/LightweightIocContainer.csproj
+++ b/LightweightIocContainer/LightweightIocContainer.csproj
@@ -10,7 +10,7 @@
latest
true
https://github.com/SimonG96/LightweightIocContainer
- 2.0.0-beta
+ 2.0.0-beta2
2.0.0.0
2.0.0.0
diff --git a/README.md b/README.md
index 72520d6..aff6d6a 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer
You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM
-PM> Install-Package LightweightIocContainer -Version 2.0.0-beta
+PM> Install-Package LightweightIocContainer -Version 2.0.0-beta2
```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net
-> dotnet add package LightweightIocContainer --version 2.0.0-beta
+> dotnet add package LightweightIocContainer --version 2.0.0-beta2
```
### Example usage
diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
index f7dea7f..2a45ef0 100644
--- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
+++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
@@ -5,7 +5,7 @@
false
- 2.0.0-beta
+ 2.0.0-beta2
SimonG