From 93428ee797f429173845f767f9b6fda360f14490 Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Mon, 25 Nov 2024 16:06:46 +0100 Subject: [PATCH] - update version number to 4.4.0-beta2 --- .../LightweightIocContainer.Validation.csproj | 2 +- LightweightIocContainer.Validation/README.md | 2 +- LightweightIocContainer/LightweightIocContainer.csproj | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj index f4fcf2a..12457af 100644 --- a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj +++ b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj @@ -11,7 +11,7 @@ enable LightweightIocContainer.Validation.xml 4.4.0 - beta + beta2 diff --git a/LightweightIocContainer.Validation/README.md b/LightweightIocContainer.Validation/README.md index 7d6a30c..3127460 100644 --- a/LightweightIocContainer.Validation/README.md +++ b/LightweightIocContainer.Validation/README.md @@ -5,7 +5,7 @@ The easiest way to [install](https://github.com/SimonG96/LghtweightIocContainer/wiki/Install-Lightweight-IOC-Container) the Lightweight IOC Container is by using [NuGet](https://www.nuget.org/packages/LightweightIocContainer.Validation/) through the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): ```.net -> dotnet add package LightweightIocContainer.Validaton --version 4.4.0-beta +> dotnet add package LightweightIocContainer.Validaton --version 4.4.0-beta2 ``` ### Validation diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 8868955..4650757 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -11,7 +11,7 @@ enable LightweightIocContainer.xml 4.4.0 - beta + beta2 diff --git a/README.md b/README.md index 2921bfb..c037883 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A lightweight IOC Container that is powerful enough to do all the things you nee The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container) the Lightweight IOC Container is by using [NuGet](https://www.nuget.org/packages/LightweightIocContainer/) through the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): ```.net -> dotnet add package LightweightIocContainer --version 4.4.0-beta +> dotnet add package LightweightIocContainer --version 4.4.0-beta2 ``` ### Example usage @@ -59,7 +59,7 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer There is the option to install the [LightweightIocContainer.Validation](https://www.nuget.org/packages/LightweightIocContainer.Validation/) package: ```.net -> dotnet add package LightweightIocContainer.Validaton --version 4.4.0-beta +> dotnet add package LightweightIocContainer.Validaton --version 4.4.0-beta2 ``` With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test: