- update package versions to 2.0.0-beta2

pull/32/head v2.0.0-beta2
Simon Gockner 6 years ago
parent 659a45dd96
commit 7b0e2feee0
  1. 2
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md
  3. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -10,7 +10,7 @@
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl> <PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl>
<Version>2.0.0-beta</Version> <Version>2.0.0-beta2</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion> <FileVersion>2.0.0.0</FileVersion>
</PropertyGroup> </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: You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM ```PM
PM> Install-Package LightweightIocContainer -Version 2.0.0-beta PM> Install-Package LightweightIocContainer -Version 2.0.0-beta2
``` ```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net ```.net
> dotnet add package LightweightIocContainer --version 2.0.0-beta > dotnet add package LightweightIocContainer --version 2.0.0-beta2
``` ```
### Example usage ### Example usage

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

Loading…
Cancel
Save