forked from Bukimedia/PrestaSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrestaSharp.csproj
30 lines (30 loc) · 1.44 KB
/
PrestaSharp.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<RootNamespace>Bukimedia.PrestaSharp</RootNamespace>
<AssemblyName>Bukimedia.PrestaSharp</AssemblyName>
<Company>Bukimedia</Company>
<Authors>Bukimedia</Authors>
<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>
<Copyright>Copyright (C) 2019 Bukimedia</Copyright>
<RepositoryType>Dependency</RepositoryType>
<PackageProjectUrl>http://bukimedia.github.io/PrestaSharp/</PackageProjectUrl>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/5653635?s=200&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.1-SNAPSHOT</Version>
<Title>Bukimedia PrestaSharp</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.9" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>