- update version numbers

pull/43/head v2.2.0-beta
Simon G 6 years ago
parent 5df73072c3
commit 3512fe3bad
  1. 6
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md
  3. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

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

@ -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
PM> Install-Package LightweightIocContainer -Version 2.2.0-beta
```
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
> dotnet add package LightweightIocContainer --version 2.2.0-beta
```
### Example usage

@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
<Version>2.1.0</Version>
<Version>2.2.0-beta</Version>
<Authors>SimonG</Authors>
</PropertyGroup>

Loading…
Cancel
Save