- update to new version

pull/59/head
Simon G 3 years ago
parent 36c517e1d8
commit 1623e5d82f
  1. 2
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md

@ -11,7 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta2</VersionSuffix>
<VersionSuffix>beta3</VersionSuffix>
</PropertyGroup>
<PropertyGroup>

@ -16,13 +16,13 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer
You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM
PM> Install-Package LightweightIocContainer -Version 4.0.0-beta2
PM> Install-Package LightweightIocContainer -Version 4.0.0-beta3
```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net
> dotnet add package LightweightIocContainer --version 4.0.0-beta2
> dotnet add package LightweightIocContainer --version 4.0.0-beta3
```
### Example usage

Loading…
Cancel
Save