Skip to content

Releases: microsoft/PowerPlatform-DataverseModelBuilder

2.0.11 Nuget Release

08 May 16:25
04c1ff4
Compare
Choose a tag to compare

Accepted changes from GitHub #21
Fix for git reported issue: #17

Fix #21
Fix #20
Fix #17

What's Changed

Full Changelog: 2.0.6...2.0.11

2.0.6 Nuget release

18 Jul 21:04
14a6e41
Compare
Choose a tag to compare

Initial code release to GitHub.

2.0.6:
--- BREAKING CHANGES ---
Assembly and File Versions bumped to 2.x to denote breaking changes.
Refactored ModelBuilderLib Constructor.
Removed all console write operations for reporting status and replaced with events.
Removed GenerateActions Command from invoker and Settings, Replaced with GenerateSdkMessages.
- Existing settings files will read the value for GenerateActions and use it for GenerateSdkMessages.
--- END BREAKING CHANGES ---
Added Ilogger Support for capturing detailed output.
Added /emitEntityETC control for emitting ETC code in code base, Defaulted is now to not emit ETC on write.
Added /emitVirtualAttributes control for emitting Virtual Attributes as part of ModelBuilding. This allows access to "name" properties that are stored in the formatedvalues property bag.
-- added at the request of git: microsoft/powerplatform-vscode#509
Updated Suppress Code Generation attribute behavior to remove tool version from files.
Updated generation of field enums to a partial class to support the request on Git: microsoft/powerplatform-vscode#558
Fixed issue where Warning about not writhing Proxy attribute was not emitted to the console. microsoft/powerplatform-vscode#516
Fixed issue where SDK message builder would miss messages due to the volume of data being read from Dataverse. microsoft/powerplatform-vscode#413