With.Extensions 1.0.0

dotnet add package With.Extensions --version 1.0.0
NuGet\Install-Package With.Extensions -Version 1.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="With.Extensions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add With.Extensions --version 1.0.0
#r "nuget: With.Extensions, 1.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.
// Install With.Extensions as a Cake Addin
#addin nuget:?package=With.Extensions&version=1.0.0

// Install With.Extensions as a Cake Tool
#tool nuget:?package=With.Extensions&version=1.0.0

Extension methods used to copy and update immutable classes (as copy and update record expression in F#).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.0 8,135 11/2/2016
0.6.3 1,791 12/2/2015
0.6.2 1,188 10/23/2015
0.6.1 1,415 10/8/2015
0.6.0 1,228 9/22/2015
0.5.0 1,194 9/8/2015
0.4.2 1,198 9/3/2015
0.4.1 1,180 9/3/2015
0.3.0 1,197 8/25/2015
0.2.0 2,228 7/30/2015
0.1.0 1,337 7/30/2015

Added CopyWith helper to update a single field