Jiguang.JPush.Extensions
1.2.5
dotnet add package Jiguang.JPush.Extensions --version 1.2.5
NuGet\Install-Package Jiguang.JPush.Extensions -Version 1.2.5
<PackageReference Include="Jiguang.JPush.Extensions" Version="1.2.5" />
<PackageVersion Include="Jiguang.JPush.Extensions" Version="1.2.5" />
<PackageReference Include="Jiguang.JPush.Extensions" />
paket add Jiguang.JPush.Extensions --version 1.2.5
#r "nuget: Jiguang.JPush.Extensions, 1.2.5"
#addin nuget:?package=Jiguang.JPush.Extensions&version=1.2.5
#tool nuget:?package=Jiguang.JPush.Extensions&version=1.2.5
Jiguang.JPush.Extensions
Jiguang.JPush.Extensions is an extension library that allows you to use JPush easier in Asp.net core / .Net Stadard 2.0+
Supported platforms
- .Net Standard 2.0+
Installation
Basic use
Add JPush into Startup.ConfigureServices
:
services.AddJPush(options =>
{
options.AppKey = "Your AppKey";
options.MasterSecret = "Your MasterSecret";
});
Or, you can use another method, like below:
var configuration = new ConfigurationBuilder()
.AddJsonFile("whatever.json")
.Build();
services.AddJPush(configuration);
If you use this way, you need to add a whatever.json
file first, and with content:
{
"AppKey": "Your AppKey",
"MasterSecret": "Your MasterSecret"
}
You can also just call
AddJPush()
without any parameters, by doing this, you need to configureJPushOptions
withservices.Configure<JPushOptions>(configuration)
inStartup.ConfigureServices
method.
Now, you can use JPushClient
in your classes.
private readonly JPushClient _client;
public Constructor(JPushClient client)
{
_client = client;
}
Other information
- The package version like v1.1.0 is related to Jiguang.JPush's v1.1.0, and so on.
- Newer version of Jiguang.JPush will be covered by Azure Pipelines automatically every month.
- Please raise an issue or contact me directly if some version hasn't been covered.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Jiguang.JPush (>= 1.2.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Jiguang.JPush.Extensions:
Package | Downloads |
---|---|
PiratesCore
湖南医标通信息科技有限公司 |
|
Pirates.Core
路飞基础类 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.5 | 157 | 3/17/2025 |
1.2.4 | 63,733 | 4/10/2020 |
1.2.3 | 562 | 4/10/2020 |
1.2.2 | 545 | 4/10/2020 |
1.2.1 | 553 | 4/10/2020 |
1.2.0 | 22,585 | 1/12/2019 |
1.1.5 | 588 | 4/10/2020 |
1.1.4 | 553 | 4/10/2020 |
1.1.3 | 542 | 4/10/2020 |
1.1.2 | 524 | 4/10/2020 |
1.1.1 | 529 | 4/10/2020 |
1.1.0 | 964 | 1/12/2019 |
1.0.13 | 544 | 4/10/2020 |
1.0.12 | 546 | 4/10/2020 |
1.0.11 | 503 | 4/10/2020 |
1.0.10 | 489 | 4/10/2020 |
1.0.9 | 493 | 4/10/2020 |
1.0.8 | 516 | 4/10/2020 |
1.0.7 | 494 | 4/10/2020 |
1.0.6 | 487 | 4/10/2020 |
1.0.5 | 480 | 4/10/2020 |
1.0.4 | 474 | 4/10/2020 |
1.0.3 | 475 | 4/10/2020 |
1.0.2 | 461 | 4/10/2020 |
1.0.1 | 504 | 4/10/2020 |
1.0.0 | 903 | 12/29/2018 |
v1.2.5 release