Shared.Common
2.0.0-alpha
dotnet add package Shared.Common --version 2.0.0-alpha
NuGet\Install-Package Shared.Common -Version 2.0.0-alpha
<PackageReference Include="Shared.Common" Version="2.0.0-alpha" />
paket add Shared.Common --version 2.0.0-alpha
#r "nuget: Shared.Common, 2.0.0-alpha"
// Install Shared.Common as a Cake Addin
#addin nuget:?package=Shared.Common&version=2.0.0-alpha&prerelease
// Install Shared.Common as a Cake Tool
#tool nuget:?package=Shared.Common&version=2.0.0-alpha&prerelease
A lightweight .NET library with re-usable resources/software components that can be shared among multiple application blocks or programs. It has a rich set of commonly used functions and methods with most of which are Extension Methods to assist software developers avoid re-writing code blocks and only focus on writing new features.
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Shared.Common:
Package | Downloads |
---|---|
Download.Client
.NET lightweight library for download operations offering download statistics/metrics and events while downloading. |
|
UWP.Common.Helpers
Useful and re-usable methods when working in UWP |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-alpha | 222 | 9/4/2021 |
1.3.6 | 3,007 | 11/4/2020 |
1.3.5 | 1,916 | 8/22/2020 |
1.3.5-alpha | 500 | 3/20/2020 |
1.3.4 | 619 | 3/4/2020 |
1.3.3 | 645 | 2/29/2020 |
1.3.2 | 638 | 12/30/2019 |
1.3.1 | 654 | 11/16/2019 |
1.3.0 | 414 | 11/16/2019 |
1.3.0-rc | 313 | 11/16/2019 |
1.2.0 | 1,277 | 10/1/2019 |
1.1.9 | 1,031 | 8/22/2019 |
1.1.8 | 904 | 8/13/2019 |
1.1.7 | 428 | 8/12/2019 |
1.1.6 | 541 | 8/3/2019 |
1.1.5 | 437 | 8/1/2019 |
1.1.4 | 454 | 7/28/2019 |
1.1.3 | 458 | 7/28/2019 |
1.1.2 | 435 | 7/27/2019 |
1.1.1 | 441 | 7/24/2019 |
1.1.0 | 712 | 6/23/2019 |
1.1.0-alpha-1 | 317 | 6/20/2019 |
1.0.24 | 444 | 6/18/2019 |
1.0.13 | 440 | 6/18/2019 |
1.0.11 | 537 | 6/17/2019 |
1.0.10 | 499 | 6/16/2019 |
1.0.9 | 433 | 6/15/2019 |
1.0.8 | 441 | 6/15/2019 |
1.0.1 | 1,370 | 3/31/2019 |
1.0.0 | 957 | 2/5/2019 |
Overhaul change of namespaces.
Reduce target frameworks to only netstandard2.0.
N.B: To update to this version, MAKE SURE to test