CrmUp 1.1.7
See the version list below for details.
Install-Package CrmUp -Version 1.1.7
dotnet add package CrmUp --version 1.1.7
<PackageReference Include="CrmUp" Version="1.1.7" />
paket add CrmUp --version 1.1.7
#r "nuget: CrmUp, 1.1.7"
// 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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- dbup (>= 3.0.6)
- Microsoft.CrmSdk.Extensions (>= 6.0.2)
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,453 | 1/29/2015 |
1.2.2 | 1,052 | 1/28/2015 |
1.2.1 | 994 | 1/28/2015 |
1.2.0 | 1,296 | 12/10/2014 |
1.1.10 | 1,399 | 12/2/2014 |
1.1.8 | 1,050 | 10/25/2014 |
1.1.7 | 1,238 | 2/17/2014 |
1.1.2 | 1,106 | 2/13/2014 |
1.1.0 | 1,107 | 2/13/2014 |
1.0.5 | 1,086 | 2/12/2014 |
1.0.4 | 1,232 | 1/28/2014 |
1.0.3 | 1,216 | 1/28/2014 |
1.0.2 | 1,209 | 1/24/2014 |
1.0.1 | 1,060 | 1/24/2014 |
1.0.0 | 1,045 | 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.