From a1b7671e8d66c11b7c7b9775b019b6ed6ea76ece Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 25 Feb 2025 11:09:52 +0000 Subject: [PATCH] Chore: 1.2.6 # [1.2.6](https://git.rwth-aachen.de/coscine/backend/scripts/kpi-generator/compare/v1.2.5...v1.2.6) (2025-02-25) ## Fix * Stability issues * Stability issues ## Update * Responsible project organization extension and update Coscine.ApiClient to version 1.9.4 * Responsible project organization extension and update Coscine.ApiClient to version 1.9.4 --- src/KpiGenerator/KpiGenerator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KpiGenerator/KpiGenerator.csproj b/src/KpiGenerator/KpiGenerator.csproj index d43fcee..3be55bc 100644 --- a/src/KpiGenerator/KpiGenerator.csproj +++ b/src/KpiGenerator/KpiGenerator.csproj @@ -7,7 +7,7 @@ <AssemblyName>Coscine.KpiGenerator</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>1.2.5</Version> + <Version>1.2.6</Version> </PropertyGroup> <PropertyGroup> -- GitLab