From 33de6ebdd7d1354756128e5b411d50c58fb1fe6a Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Tue, 16 Apr 2024 16:27:53 +0800 Subject: [PATCH 1/3] fix: dependabot exception when parsing .csproj Signed-off-by: Junjie Gao --- .../Notation.Plugin.AzureKeyVault.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj index 1866072..099628d 100644 --- a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj +++ b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj @@ -25,24 +25,24 @@ - - + \ No newline at end of file From 3732ad8e058d084b7055d7d8902190c1f944226a Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Tue, 16 Apr 2024 16:35:10 +0800 Subject: [PATCH 2/3] fix: update file Signed-off-by: Junjie Gao --- .../Notation.Plugin.AzureKeyVault.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj index 099628d..9b4f13c 100644 --- a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj +++ b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj @@ -34,8 +34,8 @@ { static GetPluginMetadata() { - Version = "$(Version)"; - CommitHash = "$(CommitHash)"; + Version = "$(Version)"%3b + CommitHash = "$(CommitHash)"%3b } } }" From f86c77aa97f28237bdea6f5dd848e671c2cefe76 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Tue, 16 Apr 2024 16:40:44 +0800 Subject: [PATCH 3/3] fix: update Signed-off-by: Junjie Gao --- .../Notation.Plugin.AzureKeyVault.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj index 9b4f13c..5f293e2 100644 --- a/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj +++ b/Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj @@ -25,7 +25,7 @@ -