- update version numbers to 2.1.0

pull/43/head v2.1.0
Simon Gockner 6 years ago
parent 4620dfca85
commit 1cc48414c9
  1. 2
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md
  3. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -10,7 +10,7 @@
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl>
<Version>2.1.0-beta2</Version>
<Version>2.1.0</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-beta2
PM> Install-Package LightweightIocContainer -Version 2.1.0
```
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-beta2
> dotnet add package LightweightIocContainer --version 2.1.0
```
### Example usage

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

Loading…
Cancel
Save