Skip to content

1.7.0 - Defect Fixes, Dependency Upgrade and Refactored Code

Latest
Compare
Choose a tag to compare
@shanec- shanec- released this 17 Jun 13:27
2bf27d4
  • 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.