From 66fdf6ba7c397948c458388c365ddd86ff388ff8 Mon Sep 17 00:00:00 2001 From: Dima Ovcharenko Date: Sun, 21 Dec 2025 15:14:23 +0300 Subject: [PATCH 1/2] fix name --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index a02fdadb..c3604d48 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=gitsync # this is the name displayed in the SonarQube UI -sonar.projectName=1S storage and git sync for OScript +sonar.projectName=gitsync # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. From 5008097b167b8f5d832393094b86eee6baa1eed8 Mon Sep 17 00:00:00 2001 From: Dima Ovcharenko Date: Fri, 16 Jan 2026 12:23:46 +0300 Subject: [PATCH 2/2] bump version --- packagedef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packagedef b/packagedef index 1abb05b2..78324c00 100644 --- a/packagedef +++ b/packagedef @@ -1,6 +1,6 @@ Описание.Имя("gitsync") - .Версия("3.7.0") + .Версия("3.7.1") .ВерсияСреды("1.9.2") .ЗависитОт("logos", "1.7.1") .ЗависитОт("tempfiles", "1.1.1")