- update version numbers

master v4.4.0
Simon G. 1 month ago
parent ee7164cf95
commit 129bd0603b
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 1
      LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj
  2. 1
      LightweightIocContainer/LightweightIocContainer.csproj
  3. 4
      README.md

@ -11,7 +11,6 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.Validation.xml</DocumentationFile> <DocumentationFile>LightweightIocContainer.Validation.xml</DocumentationFile>
<VersionPrefix>4.4.0</VersionPrefix> <VersionPrefix>4.4.0</VersionPrefix>
<VersionSuffix>beta7</VersionSuffix>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

@ -11,7 +11,6 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile> <DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.4.0</VersionPrefix> <VersionPrefix>4.4.0</VersionPrefix>
<VersionSuffix>beta7</VersionSuffix>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

@ -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): 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 ```.net
> dotnet add package LightweightIocContainer --version 4.4.0-beta2 > dotnet add package LightweightIocContainer --version 4.4.0
``` ```
### Example usage ### 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: There is the option to install the [LightweightIocContainer.Validation](https://www.nuget.org/packages/LightweightIocContainer.Validation/) package:
```.net ```.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: With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test:

Loading…
Cancel
Save