Skip to content

Commit

Permalink
Prepare release 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mowcixo committed Oct 21, 2019
1 parent 4dc5861 commit bc566b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PrestaSharp/PrestaSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<RootNamespace>Bukimedia.PrestaSharp</RootNamespace>
Expand All @@ -8,8 +8,7 @@
<Product>PrestaSharp</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>prestashop rest webservice official prestasharp bukimedia</PackageTags>
<PackageReleaseNotes>* Fix bug updating entities originated by newer versions of RestSharp.
* Code cleanup.</PackageReleaseNotes>
<PackageReleaseNotes>* Added Task/Async features.</PackageReleaseNotes>
<Copyright>Copyright (C) 2019 Bukimedia</Copyright>
<RepositoryType>Dependency</RepositoryType>
<PackageProjectUrl>http://bukimedia.github.io/PrestaSharp/</PackageProjectUrl>
Expand All @@ -20,6 +19,7 @@
<PackageId>PrestaSharp</PackageId>
<Version>1.0.5.1-SNAPSHOT</Version>
<Title>Bukimedia PrestaSharp</Title>
<PackageVersion>1.1.0.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.10" />
Expand Down

0 comments on commit bc566b7

Please sign in to comment.