Skip to content

Commit cc53615

Browse files
author
Hevin
committed
change .Net Standard to v1.3
1 parent e5f1c73 commit cc53615

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Jiguang.JPush.dll

0 Bytes
Binary file not shown.

Jiguang.JPush/Jiguang.JPush.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.4</TargetFramework>
4+
<TargetFramework>netstandard1.3</TargetFramework>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
66
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
77
<Description>The CSharp api client by Jiguang.</Description>
@@ -10,7 +10,7 @@
1010
<Product>JPush</Product>
1111
<Copyright>MIT</Copyright>
1212
<PackageLicenseUrl></PackageLicenseUrl>
13-
<Version>1.0.4</Version>
13+
<Version>1.0.5</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JPush Library for .NET
22

3-
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.4-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/)
3+
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.3-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/)
44

55
[极光](https://www.jiguang.cn/)官方支持的 JPush .NET API Client。
66

@@ -12,9 +12,7 @@
1212
- 手动添加 Jiguang.JPush.dll 依赖
1313

1414
## Support Frameworks
15-
基于 [.NET Standard 1.4](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.4.md),支持平台:
16-
- .NET Core 1.0
17-
- .NET Framework 4.6.1
15+
基于 [.NET Standard 1.3](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.3.md)
1816

1917
## Support
2018
- [极光社区](https://community.jiguang.cn/)

0 commit comments

Comments
 (0)