From 129bd0603be16aa134029deb4fd8a12e1b898f60 Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Tue, 4 Nov 2025 15:04:07 +0100 Subject: [PATCH] - update version numbers --- .../LightweightIocContainer.Validation.csproj | 1 - LightweightIocContainer/LightweightIocContainer.csproj | 1 - README.md | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj index 0b8b32b..f7f5a19 100644 --- a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj +++ b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj @@ -11,7 +11,6 @@ enable LightweightIocContainer.Validation.xml 4.4.0 - beta7 diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 7a4baaa..de2ccac 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -11,7 +11,6 @@ enable LightweightIocContainer.xml 4.4.0 - beta7 diff --git a/README.md b/README.md index c037883..2039dbe 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-beta2 +> dotnet add package LightweightIocContainer --version 4.4.0 ``` ### 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-beta2 +> dotnet add package LightweightIocContainer.Validaton --version 4.4.0 ``` With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test: