CoreTechs.Common 21.0.1

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

Cool stuff that every app needs.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CoreTechs.Common:

Package Downloads
AlphaFrame

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
21.0.1 53,730 3/28/2018
21.0.0 6,487 4/25/2016
20.0.0 2,197 11/20/2015
19.1.0 2,285 11/10/2015
19.0.0 1,580 11/5/2015
18.0.1 1,555 11/3/2015
18.0.0 1,590 11/3/2015
17.0.0 1,752 10/13/2015
16.0.5-alpha002-sync 1,349 8/25/2015
16.0.5-alpha001-sync 1,324 8/19/2015
16.0.4 20,259 7/11/2015
16.0.3 1,623 7/9/2015
16.0.2 1,552 7/8/2015
16.0.1 2,194 7/8/2015
16.0.0 1,799 5/22/2015
15.0.0 1,592 5/19/2015
14.0.4 1,552 5/14/2015
14.0.3 1,591 5/8/2015
14.0.2 1,794 4/15/2015
14.0.1 1,640 3/16/2015
Loading failed

Fixed bug in csv writer. Allows null values to be written as empty string.