- update version to 2.1.0-beta2

pull/37/head
Simon Gockner 6 years ago
parent 24319abb46
commit 47d99ca9b9
  1. 2
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md

@ -10,7 +10,7 @@
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl>
<Version>2.1.0-beta</Version>
<Version>2.1.0-beta2</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

@ -17,13 +17,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 2.1.0-beta
PM> Install-Package LightweightIocContainer -Version 2.1.0-beta2
```
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 2.1.0-beta
> dotnet add package LightweightIocContainer --version 2.1.0-beta2
```
### Example usage

Loading…
Cancel
Save