- prepare for beta7

ImplementExpressionTrees
Simon G 3 years ago
parent 6c7751153e
commit b19ea9fbf6
  1. 2
      LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj
  2. 2
      LightweightIocContainer.Validation/README.md
  3. 2
      LightweightIocContainer/LightweightIocContainer.csproj
  4. 4
      README.md

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

@ -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.0.0-beta6
> dotnet add package LightweightIocContainer.Validaton --version 4.0.0-beta7
```
### Validation

@ -11,7 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta6</VersionSuffix>
<VersionSuffix>beta7</VersionSuffix>
</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):
```.net
> dotnet add package LightweightIocContainer --version 4.0.0-beta6
> dotnet add package LightweightIocContainer --version 4.0.0-beta7
```
### 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.0.0-beta6
> dotnet add package LightweightIocContainer.Validaton --version 4.0.0-beta7
```
With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test:

Loading…
Cancel
Save