powerapps Xrm Tools now generates code-behind for plugins on any message Xrm Tools v1.5.7 brings message-aware code generation for Dataverse plugins. Your code-behind now adapts to any message—Create, Delete, Merge, or Custom APIs—generating the right input properties automatically. Less SDK plumbing, more real logic.
powerplatform Convert Power Platform Plugin projects to SDK-style Modernize legacy Dataverse plug‑in projects by converting them to SDK‑style .csproj files. This format is required for packages, simplifies project files, improves package management, and the post shows how to migrate.
powerapps Xrm Tools 1.5.0 - FetchXML becomes a native language in Visual Studio Xrm Tools 1.5.0 brings native FetchXML support to Visual Studio — with IntelliSense, live query previews, and automatic C# code generation, all powered by your connected Power Platform environment.
power platform Xrm Tools 1.4.4+: Easier Updates, Less Hassle Xrm Tools 1.4.4+ makes keeping your projects up to date easier than ever. Visual Studio now notifies you when the XrmTools.Meta.Attributes NuGet package is out of date, and new utility methods simplify writing plugin code.