net3000.common 9.0.11

dotnet add package net3000.common --version 9.0.11
                    
NuGet\Install-Package net3000.common -Version 9.0.11
                    
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="net3000.common" Version="9.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="net3000.common" Version="9.0.11" />
                    
Directory.Packages.props
<PackageReference Include="net3000.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 net3000.common --version 9.0.11
                    
#r "nuget: net3000.common, 9.0.11"
                    
#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.
#:package net3000.common@9.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=net3000.common&version=9.0.11
                    
Install as a Cake Addin
#tool nuget:?package=net3000.common&version=9.0.11
                    
Install as a Cake Tool

Common

Common is a utility library of functions built specific for Net3000.ca applications.

πŸ“¦ Installation NuGet Package Manager

Install-Package net3000.common .NET CLI

dotnet add package net3000.common

πŸš€ Usage Here’s a quick example of how to use Common:

using net3000.common;

private net3000.common.lib clib = new();

clib.DoSomething(); For more detailed documentation, check out https://net3000.ca/contacts.

🎯 Features

πŸ“Œ Requirements .NET net7.0 or later Any additional dependencies

πŸ“„ License This package is proprietary software. See the LICENSE file for details.

πŸ“ž Support & Contact For issues, please open a ticket on https://net3000.ca/support or contact us at info@net3000.ca.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on net3000.common:

Package Downloads
apiConnectorCore

Package Description

Net3000.PayPal

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.11 43 9/1/2025
9.0.10 62 8/31/2025
9.0.9 68 8/31/2025
9.0.8 103 7/29/2025
9.0.7 97 7/28/2025
9.0.6 128 7/15/2025
9.0.5 120 7/15/2025
9.0.4 127 7/15/2025
9.0.3 156 4/11/2025
9.0.2 478 3/25/2025
9.0.1 118 2/27/2025
9.0.0 109 2/27/2025
7.0.4 135 11/8/2024
7.0.3 164 7/15/2024
7.0.2 568 12/3/2023
7.0.1 459 11/30/2023
7.0.0 847 1/29/2023
5.0.0 924 12/25/2021
4.1.1 1,723 11/28/2021

Updated version with latest improvements and bug fixes