From 0312a39de0d17664a9649ace321bd5c93e7f9bbe Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:34:19 +0200 Subject: [PATCH 1/2] change test builds to 'Kodi Nexus' --- Jenkinsfile | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6782937..f8c7a5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(version: "Matrix", platforms: ['windows-i686', 'windows-x86_64']) +buildPlugin(version: "Nexus", platforms: ['windows-i686', 'windows-x86_64']) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79a4d9a..7121433 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ variables: trigger: branches: include: - - Matrix + - Nexus - releases/* paths: include: From 932e139d81987ef3f1869406bdb4737431c66646 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:35:13 +0200 Subject: [PATCH 2/2] increase version to 20.0.0 (see note below) With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi. This done to know easier to which Kodi the addon works. --- visualization.milkdrop2/addon.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualization.milkdrop2/addon.xml.in b/visualization.milkdrop2/addon.xml.in index c196671..47a3dab 100644 --- a/visualization.milkdrop2/addon.xml.in +++ b/visualization.milkdrop2/addon.xml.in @@ -1,7 +1,7 @@  @ADDON_DEPENDS@