Skip to content

Commit

Permalink
Prepare release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mowcixo committed Apr 25, 2019
1 parent 0144fb3 commit 76be060
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions 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,16 +8,18 @@
<Product>PrestaSharp</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>prestashop rest webservice official prestasharp bukimedia</PackageTags>
<PackageReleaseNotes>Compatibility with Prestashop 1.7</PackageReleaseNotes>
<Copyright>Copyright (C) 2016 Bukimedia</Copyright>
<PackageReleaseNotes>* Fix bug updating entities originated by newer versions of RestSharp.
* Code cleanup.</PackageReleaseNotes>
<Copyright>Copyright (C) 2019 Bukimedia</Copyright>
<RepositoryType>Dependency</RepositoryType>
<PackageProjectUrl>https://github.com/Bukimedia/PrestaSharp</PackageProjectUrl>
<PackageProjectUrl>http://bukimedia.github.io/PrestaSharp/</PackageProjectUrl>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/5653635?s=200&amp;amp;v=4</PackageIconUrl>
<RepositoryUrl>https://github.com/Bukimedia/PrestaSharp</RepositoryUrl>
<Description>CSharp .Net client library for the PrestaShop API via web service</Description>
<PackageLicenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</PackageLicenseUrl>
<PackageId>PrestaSharp</PackageId>
<Version>1.0.5-SNAPSHOT</Version>
<Version>1.0.5</Version>
<Title>Bukimedia PrestaSharp</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.9" />
Expand Down

0 comments on commit 76be060

Please sign in to comment.