Shared.Common 2.0.0-beta

This is a prerelease version of Shared.Common.
dotnet add package Shared.Common --version 2.0.0-beta
                    
NuGet\Install-Package Shared.Common -Version 2.0.0-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Shared.Common" Version="2.0.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shared.Common" Version="2.0.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="Shared.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shared.Common --version 2.0.0-beta
                    
#r "nuget: Shared.Common, 2.0.0-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Shared.Common&version=2.0.0-beta&prerelease
                    
Install Shared.Common as a Cake Addin
#tool nuget:?package=Shared.Common&version=2.0.0-beta&prerelease
                    
Install Shared.Common as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 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

ForgeFusion.Core.Data.Common

Provides a robust and secure data abstraction layer for .NET applications. Part of the ForgeFusion Community app framework.

ForgeFusion.Entities.Core.Account

Provides a robust and secure data abstraction layer for .NET applications. Part of the ForgeFusion Community app framework.

ForgeFusion.Core.Data

Core liraries for the ForgeFusion Framework and CloudExtend core platform. Part of the ForgeFusion Enterprise app framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta 195 4/3/2025
2.0.0-alpha 391 9/4/2021
1.3.6 4,986 11/4/2020
1.3.5 3,470 8/22/2020
1.3.5-alpha 676 3/20/2020
1.3.4 831 3/4/2020
1.3.3 915 2/29/2020
1.3.2 850 12/30/2019
1.3.1 888 11/16/2019
1.3.0 575 11/16/2019
1.3.0-rc 444 11/16/2019
1.2.0 2,437 10/1/2019
1.1.9 1,450 8/22/2019
1.1.8 1,256 8/13/2019
1.1.7 563 8/12/2019
1.1.6 737 8/3/2019
1.1.5 587 8/1/2019
1.1.4 607 7/28/2019
1.1.3 632 7/28/2019
1.1.2 586 7/27/2019
1.1.1 582 7/24/2019
1.1.0 986 6/23/2019
1.1.0-alpha-1 431 6/20/2019
1.0.24 605 6/18/2019
1.0.13 594 6/18/2019
1.0.11 693 6/17/2019
1.0.10 648 6/16/2019
1.0.9 586 6/15/2019
1.0.8 599 6/15/2019
1.0.1 4,329 3/31/2019
1.0.0 1,255 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