File tree Expand file tree Collapse file tree
src/MetadataGen/MetadataGenerator.Tool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ### 1.17.12-preview.1 - 04 March 2026
2- * Add: Added ability to log startup sequence and Plugin/API detection to a file
1+ ### 1.18.0 - 23 March 2026
2+ * Add: Added ability to log startup sequence and Plugin/API detection to a file (#314 )
3+ * Add: Support re-sending emails with Failed status in SendEmailRequestHandler (#318 )
4+ * Add: IPluginExecutionContext2-7 support to PluginContext (#323 )
5+
6+ * Fix: Throw better exception when security role isn't found on create (#315 )
7+ * Fix: Ordinal sorting (byte-code based instead of locale) of the SecurityRoles struct to reduce unnessary changes to the file (#316 )
8+ * Fix: SendEmailRequestHandler to support all recipient entity types (#320 )
9+ * Fix: NullReferenceException when plugins with post-images fire via Multiple requests (#322 )
310
411### 1.17.11 - 02 March 2026
512* Fix: Added validation of emailaddress on all to references in SendEmailRequest (@JonasGLund99 ) #313
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to XrmMockup.MetadataGenerator will be documented in this fi
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ### v1.0.4 - 23 March 2026
9+ * Add: Show version header on start (#321 )
10+
811### v1.0.3 - 6 March 2026
912* Fix: Metadata for the package didn't get picked up after Directory.Build.props was created
1013
You can’t perform that action at this time.
0 commit comments