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"
#:package 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 configureJPushOptionswithservices.Configure<JPushOptions>(configuration)inStartup.ConfigureServicesmethod.
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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 (3)
Showing the top 3 NuGet packages that depend on Jiguang.JPush.Extensions:
| Package | Downloads |
|---|---|
|
PiratesCore
湖南医标通信息科技有限公司 |
|
|
Pirates.Core
湖南医标通信息科技有限公司 |
|
|
SDTZ.Abp.JPush
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.5 | 1,229 | 3/17/2025 |
| 1.2.4 | 71,420 | 4/10/2020 |
| 1.2.3 | 774 | 4/10/2020 |
| 1.2.2 | 717 | 4/10/2020 |
| 1.2.1 | 770 | 4/10/2020 |
| 1.1.5 | 779 | 4/10/2020 |
| 1.1.4 | 767 | 4/10/2020 |
| 1.1.3 | 725 | 4/10/2020 |
| 1.1.2 | 722 | 4/10/2020 |
| 1.1.1 | 750 | 4/10/2020 |
| 1.0.13 | 715 | 4/10/2020 |
| 1.0.12 | 756 | 4/10/2020 |
| 1.0.9 | 707 | 4/10/2020 |
| 1.0.8 | 716 | 4/10/2020 |
| 1.0.7 | 691 | 4/10/2020 |
| 1.0.6 | 707 | 4/10/2020 |
| 1.0.5 | 675 | 4/10/2020 |
| 1.0.4 | 669 | 4/10/2020 |
| 1.0.3 | 649 | 4/10/2020 |
| 1.0.2 | 635 | 4/10/2020 |
v1.2.5 release