From b4b2442301e065fdb182bf92c501cb0b6f3961c5 Mon Sep 17 00:00:00 2001 From: Gerhard Olsson Date: Mon, 13 Oct 2025 22:29:03 +0200 Subject: [PATCH] fix: bump GitExtensions.Extensibility to 1.0.0 Update GitExtensions.Extensibility to 1.0.0 to get rid of old plugins with incorrect version handling. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1f8dbf8..2127b47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ #---------------------------------# # version format -version: 0.4.0.{build} +version: 1.0.0.{build} #---------------------------------# # environment configuration #