Skip to content

Commit

Permalink
- prepare for new beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonG96 committed Sep 1, 2022
1 parent a6f4466 commit 54f06b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.Validation.xml</DocumentationFile>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta5</VersionSuffix>
<VersionSuffix>beta6</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LightweightIocContainer.Validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta5
> dotnet add package LightweightIocContainer.Validaton --version 4.0.0-beta6
```

### Validation
Expand Down
2 changes: 1 addition & 1 deletion LightweightIocContainer/LightweightIocContainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta5</VersionSuffix>
<VersionSuffix>beta6</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta5
> dotnet add package LightweightIocContainer --version 4.0.0-beta6
```

### Example usage
Expand Down Expand Up @@ -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-beta5
> dotnet add package LightweightIocContainer.Validaton --version 4.0.0-beta6
```

With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test:
Expand Down

0 comments on commit 54f06b6

Please sign in to comment.