Skip to content

Releases: shanec-/generator-nullfactory-xrm

1.7.0 - Defect Fixes, Dependency Upgrade and Refactored Code

17 Jun 13:27
2bf27d4
Compare
Choose a tag to compare
  • Feature #37: Added ability to upgrade tooling PowerShell scripts via the generator.
    • Run yo nullfactory-xrml:tooling
  • Feature #12: The generated *.csproj files now have unique identifiers. This should avoid any potential conflict between projects.
  • Feature #35: .gitignore file updated to be compatible with nested "standard project structure". (see https://gist.github.com/davidfowl/ed7564297c61fe9ab814).
  • Fixed #34: Pull-CrmSolution.ps1 now downloads the zip file to a temporary file location before extraction.
  • Fixed #36: solution sub-generator now creates mapping file as expected.
  • Updated plugin and workflow project dependencies:
    • Microsoft.CrmSdk.CoreAssemblies - 9.0.0.7 ==> 9.0.2.3
    • Microsoft.CrmSdk.Worklow - 9.0.0.7 ==> 9.0.2.3
  • Refactored the internal structure of the generator.
  • Refreshed package dependencies.
  • Fixed broken unit tests.

1.6.0 - V9 Support, VSTS YML Builds

28 Feb 23:00
86eef33
Compare
Choose a tag to compare
  • V9 Support!
    Simplified post installation steps with the introduction of _RunFirst.ps1 script.
  • Ability to generate VSTS compatible YML build file
    • Added nullfactory-xrm:cibuild sub-command (Issue #30).
  • Ability to generate individual CRM project file after initial scaffolding run
    • Added nullfactory-xrm:solution sub-command (Issue #28).
  • Default generator creates a tailored README.md file with a summary of changes (Issue #27).
  • Fixed issue with generated workflow template code.
  • CRM SDK assemblies updated:
    • Microsoft.CrmSdk.CoreTools 8.2.0.4 => 9.0.0.7
    • Microsoft.CrmSdk.CoreAssemblies 8.1.0.2 => 9.0.0.7
    • Microsoft.CrmSdk.Workflow 8.1.0.2 => 9.0.0.7
  • Added (Beta) version of the Online Management API scripts.

1.4.0 - Deploy Third-Party Solutions

17 Apr 06:36
Compare
Choose a tag to compare
  • Added support to deploy third-party CRM solutions.
  • CRM SDK assemblies updated:
    • Microsoft.CrmSdk.CoreTools 8.1.0.2 => 8.2.0.4
    • Microsoft.CrmSdk.CoreAssemblies 8.1.0.2 => 8.2.0.2
    • Microsoft.CrmSdk.Workflow 8.1.0.2 => 8.2.0.2
  • If opted-in to generate plugins and workflows projects, the generator would automatically create mapping entries in the mapping-xml file.
  • PowerShell script updates:
    • Better handle exception and failure flows.
    • *.param.ps1 scripts to have high verbosity by default.
    • Fixed deploy script to have the new solution name. (i.e. ProjectPrefix+SolutionName)
    • Improved help documentation.

Bug Fix Release 2

13 Mar 14:36
Compare
Choose a tag to compare
  • Fixed typos in the Deployment-CrmSolution.ps1 script

Bug fix release

11 Mar 03:29
Compare
Choose a tag to compare
  • Fixed missing reference to gitignore subcommand

1.3.2 - gitignore Sub Command

09 Feb 13:21
Compare
Choose a tag to compare
  • Introduced the gitignore subcommand

1.3.1 - Apply Versioning

07 Feb 13:49
Compare
Choose a tag to compare
  • Added script to update version of CRM Solution and custom assembiles.
  • Added ability to deploy solution as a hold solution.
  • Updated synchronization and deployment scripts to store and retrieve passwords via user environmental variables.
  • Integrated with AppVeyor CI.
  • Fixed unit tests.