CrmUp 1.1.7

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

// Install CrmUp as a Cake Tool
#tool nuget:?package=CrmUp&version=1.1.7

CrmUp is a .NET library that helps you to automate the deployment of your Microsoft Dynamics Crm customisations. See https://dazinator.github.io/CrmUp/ for details.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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

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.2.3 1,738 1/29/2015
1.2.2 1,296 1/28/2015
1.2.1 1,256 1/28/2015
1.2.0 1,554 12/10/2014
1.1.10 1,661 12/2/2014
1.1.8 1,286 10/25/2014
1.1.7 1,500 2/17/2014
1.1.2 1,342 2/13/2014
1.1.0 1,369 2/13/2014
1.0.5 1,343 2/12/2014
1.0.4 1,504 1/28/2014
1.0.3 1,477 1/28/2014
1.0.2 1,474 1/24/2014
1.0.1 1,308 1/24/2014
1.0.0 1,297 1/24/2014

Previous versions of this NuGet package only installed correctly when your visual studio project was targeting .NET 4.5. Now .NET 4.0 and 4.5 compatible binaries are included in the NuGet package so as long as your project is targeting either one of those then it will install correctly. Other versions of .NET are not currently supported. Small breaking change for the code migrations, new abstract property intrduced in migration base class that must be implemented for script name.