Skip to content

Commit 2b84b62

Browse files
committed
Version/Release notes set
1 parent 57cbe81 commit 2b84b62

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard1.3;net452</TargetFrameworks>
3+
<TargetFrameworks>netstandard1.3;netstandard2.0;net452</TargetFrameworks>
44
<Authors>Alexander Krylkov</Authors>
55
<Product>Simplify</Product>
66
<Description>Simplify.DI SimpleInjector provider</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.8.3</Version>
8+
<Version>1.8.4</Version>
99
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212
<PackageTags>.NET DI IOC-container-provider</PackageTags>
1313
<PackageReleaseNotes>
1414
Updates
15-
* Upgrade to Simplify.DI 4.0.2
16-
* Upgrade to SimpleInjector 4.9.1
15+
* Upgrade to Simplify.DI 4.0.3
16+
* Upgrade to SimpleInjector 4.10.2
17+
New
18+
* .NET Standard 2 exact support
1719
</PackageReleaseNotes>
1820
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1921
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -22,7 +24,7 @@
2224
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.DI.Provider.SimpleInjector.xml</DocumentationFile>
2325
</PropertyGroup>
2426
<ItemGroup>
25-
<PackageReference Include="Simplify.DI" Version="4.0.2" />
27+
<PackageReference Include="Simplify.DI" Version="4.0.3" />
2628
<PackageReference Include="SimpleInjector" Version="4.10.2" />
2729
</ItemGroup>
2830
</Project>

0 commit comments

Comments
 (0)