From 8285e70b0703cac4b22923d3cbbabb100cc94432 Mon Sep 17 00:00:00 2001 From: Byron Matus Date: Fri, 19 Jun 2026 11:49:45 +0200 Subject: [PATCH 1/2] Add package expressin for nuget --- src/dvx.PluginAttributes/dvx.PluginAttributes.csproj | 1 + src/dvx/dvx.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj b/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj index 6bfba93..078dfaa 100644 --- a/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj +++ b/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj @@ -11,6 +11,7 @@ dvx.PluginAttributes https://github.com/beyro/dvx-cli package-icon.png + MIT diff --git a/src/dvx/dvx.csproj b/src/dvx/dvx.csproj index cfc4165..a4e5935 100644 --- a/src/dvx/dvx.csproj +++ b/src/dvx/dvx.csproj @@ -16,6 +16,7 @@ Matus Tech https://github.com/beyro/dvx-cli package-icon.png + MIT From 19213fead4571ea212f49936329b78781a1a8ae5 Mon Sep 17 00:00:00 2001 From: Byron Matus Date: Fri, 19 Jun 2026 12:01:35 +0200 Subject: [PATCH 2/2] Bump dvx and dvx.PluginAttributes package versions --- src/dvx.PluginAttributes/dvx.PluginAttributes.csproj | 2 +- src/dvx/dvx.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj b/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj index 078dfaa..ef086e4 100644 --- a/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj +++ b/src/dvx.PluginAttributes/dvx.PluginAttributes.csproj @@ -1,7 +1,7 @@  dvx.PluginAttributes - 1.2.0 + 1.2.1 Byron Matus Attributes for declarative Dataverse plugin step registration using the dvx cli true diff --git a/src/dvx/dvx.csproj b/src/dvx/dvx.csproj index a4e5935..5c2d34d 100644 --- a/src/dvx/dvx.csproj +++ b/src/dvx/dvx.csproj @@ -7,7 +7,7 @@ true dvx dvx.cli - 1.6.1 + 1.6.2 Byron Matus CLI for deploying code-first Dataverse / Power Platform artifacts — plugin assemblies and web resources. default