Amazingant.FSharp.TypeExpansion 0.7.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Amazingant.FSharp.TypeExpansion --version 0.7.3
NuGet\Install-Package Amazingant.FSharp.TypeExpansion -Version 0.7.3
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="Amazingant.FSharp.TypeExpansion" Version="0.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Amazingant.FSharp.TypeExpansion --version 0.7.3
#r "nuget: Amazingant.FSharp.TypeExpansion, 0.7.3"
#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 Amazingant.FSharp.TypeExpansion as a Cake Addin
#addin nuget:?package=Amazingant.FSharp.TypeExpansion&version=0.7.3

// Install Amazingant.FSharp.TypeExpansion as a Cake Tool
#tool nuget:?package=Amazingant.FSharp.TypeExpansion&version=0.7.3

Code generation tool that applies expansion functions to simple types

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Amazingant.FSharp.TypeExpansion:

Package Downloads
Amazingant.FSharp.TypeExpansion.Templates

Packaged scripts for use as expansion templates

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 490 4/18/2022
2.2.1 482 2/24/2022
2.2.0 450 2/24/2022
2.1.0 533 4/22/2020
2.0.0 517 3/9/2020
1.0.3 1,219 2/24/2017
1.0.2 1,001 2/24/2017
1.0.1 997 2/24/2017
1.0.0 1,028 2/22/2017
0.8.0 1,068 12/27/2016
0.7.3 1,033 11/18/2016
0.7.1 1,107 10/19/2016
0.7.0 996 9/15/2016
0.6.0 987 9/14/2016
0.5.0 1,032 9/7/2016
0.4.1 998 9/6/2016
0.4.0 1,185 9/2/2016
0.3.0 1,208 8/29/2016
0.2.0 5,067 8/26/2016

#16: Add support for running type provider on macOS systems with Visual Studio
for Mac by adding better detection of FSharp.Core and fsc/fsharpc
When running on a non-Windows platform, attempt to use mono to run fsc/fsharpc
Adjust target working directory handling to not fidget with the current
working directory for the type provider; now adjusting file paths and
indicating the desired working directory when invoking fsc/fsharpc