Maverick.PCF.Builder 2.2021.5.241

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

// Install Maverick.PCF.Builder as a Cake Tool
#tool nuget:?package=Maverick.PCF.Builder&version=2.2021.5.241

Easily create, build and deployment solution for your custom control using PCF.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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
2.2023.6.162 8,479 6/16/2023
2.2023.3.201 3,531 3/20/2023
2.2022.7.162 8,458 7/16/2022
2.2021.8.221 14,207 8/22/2021
2.2021.5.241 3,855 5/24/2021
2.2021.2.52 4,054 2/5/2021
2.2021.2.31 844 2/3/2021
2.2021.2.23 714 2/2/2021
2.2021.1.122 1,934 1/12/2021
2.2020.10.212 3,708 10/21/2020
2.2020.10.201 788 10/20/2020
2.2020.10.92 1,372 10/9/2020
2.2020.8.241 2,665 8/24/2020
2.2020.6.11 3,914 6/1/2020
2.2020.5.104 2,054 5/10/2020
2.2020.3.22 2,963 3/22/2020
2.2020.2.3 3,308 2/3/2020
2.2019.12.9 3,113 12/9/2019
2.2019.10.22 3,414 10/22/2019
2.2019.10.21 913 10/21/2019
1.2019.9.6 3,267 9/7/2019
1.2019.8.21 1,982 8/21/2019
1.2019.8.1 1,949 8/2/2019
1.0.6 3,675 7/1/2019
1.0.5 1,709 6/28/2019
1.0.4 1,690 6/24/2019
1.0.3 1,349 6/23/2019
1.0.2 1,322 6/23/2019

---- NEW FEATURES ----
1. Separation of Display name and Control name for PCF Project initialization
2. Ability to update control display name and description right from the tool after creation
3. Full properties and type-group management
4. Enable and Disable features
5. Add or update Preview image with ease
6. Added "Existing Solution" option
7. Automatically detects if npm packages needs to be installed and prompts to run 'npm install'
8. Ability to add solution Friendly name and Unique name
9. Added solution package type option
10. Build mode for creating a regular or optimized packages

---- UPDATES ----
1. UI Rearranged
2. Automatically identify if node_modules are missing and runs 'npm install'

---- BUG FIXES ----
None

Enhancements and Issues reported by the community fixed in this version:
- #31: Add fields for control property (Rappen)
- #35: Managed should be renamed to Release (Power-Maverick)
- #46: Ability to select Managed/Unmanaged/Both (Power-Maverick)
- #38: Use existing publisher option similar to use existing solution (OliverFlint)
- #44: Create a new button to just install dependencies (Power-Maverick)