- update version numbers

pull/32/head v2.0.0-beta
Simon Gockner 6 years ago
parent f852fedae3
commit 981dd219ad
  1. 6
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 4
      README.md
  3. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -10,9 +10,9 @@
<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>1.3.0</Version> <Version>2.0.0-beta</Version>
<AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion> <FileVersion>2.0.0.0</FileVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> <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: 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 1.3.0 PM> Install-Package LightweightIocContainer -Version 2.0.0-beta
``` ```
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 1.3.0 > dotnet add package LightweightIocContainer --version 2.0.0-beta
``` ```
### Example usage ### Example usage

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

Loading…
Cancel
Save