Skip to content

Commit

Permalink
Add build script, change version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhch committed Aug 25, 2019
1 parent e44e7c6 commit 3153a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BizwebSharp
BizwebSharp is a C# and .NET client library for Bizweb.vn API
BizwebSharp is a C# and .NET client library for Bizweb.vn (now is Sapo.vn) API

Inspired by [ShopifySharp](https://github.com/nozzlegear/ShopifySharp), [Stripe.net](https://github.com/jaymedavis/stripe.net) and [GeckoApi](https://github.com/ElijahGlover/GeckoApi)
6 changes: 6 additions & 0 deletions src/BizwebSharp/BizwebSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
<PropertyGroup>
<Description>BizwebSharp is a C# and .NET client library for Bizweb.vn API, and now is Sapo.vn web store API</Description>
<Authors>Cao Ha Vinh</Authors>
<Copyright>Cao Ha Vinh</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/vinhch/BizwebSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/vinhch/BizwebSharp</RepositoryUrl>
<PackageTags>bizweb,sapo,ecommerce</PackageTags>
</PropertyGroup>

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

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.1" />
</ItemGroup>
Expand Down

0 comments on commit 3153a62

Please sign in to comment.