Skip to content

Commit

Permalink
- not beta anymore
Browse files Browse the repository at this point in the history
- update package license to file instead of deprecated url
  • Loading branch information
SimonG96 committed Nov 13, 2019
1 parent 9f8e598 commit 9dcbaa5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions LightweightIocContainer/LightweightIocContainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<Copyright>Copyright(c) 2019 SimonG. All Rights Reserved.</Copyright>
<Description>A lightweight IOC Container that is powerful enough to do all the things you need it to do.</Description>
<RepositoryUrl>https://github.com/SimonG96/LightweightIocContainer</RepositoryUrl>
<PackageLicenseUrl>https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl>
<Version>2.0.0-beta2</Version>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
Expand Down Expand Up @@ -49,4 +50,11 @@
</Content>
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>2.0.0-beta2</Version>
<Version>2.0.0</Version>

<Authors>SimonG</Authors>
</PropertyGroup>
Expand Down

0 comments on commit 9dcbaa5

Please sign in to comment.