- change version to 1.2.0-beta

pull/32/head v1.2.0-beta
Simon Gockner 6 years ago
parent ab54b77634
commit ae03554d70
  1. 4
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md

@ -10,7 +10,9 @@
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl>
<Version>1.1.1</Version>
<Version>1.2.0-beta</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">

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

Loading…
Cancel
Save