Push4711.Shared
1.0.1
Install-Package Push4711.Shared -Version 1.0.1
dotnet add package Push4711.Shared --version 1.0.1
<PackageReference Include="Push4711.Shared" Version="1.0.1" />
paket add Push4711.Shared --version 1.0.1
#r "nuget: Push4711.Shared, 1.0.1"
// Install Push4711.Shared as a Cake Addin
#addin nuget:?package=Push4711.Shared&version=1.0.1
// Install Push4711.Shared as a Cake Tool
#tool nuget:?package=Push4711.Shared&version=1.0.1
Library containing common types to be used within Push4711.Sender and Push4711.Receiver. Provides no functionality itself.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Push4711.Shared:
Package | Downloads |
---|---|
Push4711.Receiver
Allows to easily send (use package Push4711.Sender) and receive (with this package) typed push notifications via SignalR. Could be -for example- used to send notifications and/or data from an ASP.NET Core Webservice to a Blazor Frontend. |
|
Push4711.Sender
Allows to easily send (with this package) and receive (use package Push4711.Receiver) typed push notifications via SignalR. Could be -for example- used to send notifications and/or data from an ASP.NET Core Webservice to a Blazor Frontend. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.1: Changed compile target to netstandard 2.1
1.0.0: Initial release