CSharpLib 4.0.0

dotnet add package CSharpLib --version 4.0.0
                    
NuGet\Install-Package CSharpLib -Version 4.0.0
                    
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="CSharpLib" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpLib" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CSharpLib" />
                    
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 CSharpLib --version 4.0.0
                    
#r "nuget: CSharpLib, 4.0.0"
                    
#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=CSharpLib&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CSharpLib&version=4.0.0
                    
Install as a Cake Tool

Version 4.0.0 Release Notes:

  • Migrated to .NET 5
  • Added class WorldWideWeb in namespace CSharpLib.Net:
    • UrlResponds(string url) : Checks whether the specified URL is online by sending it a WebRequest.
    • GetFavIcon(string url) : Gets a website's favicon based on the specified URL.
Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 4,378 12/28/2021
3.0.1 7,214 6/7/2020
3.0.0 2,529 3/28/2020
2.5.8 714 11/11/2019
2.5.6 683 7/6/2019
2.4.5 1,009 4/26/2019
2.3.5 688 4/12/2019
1.3.5 716 4/6/2019

Migrated to .NET 5