From 93702528ef54d5724293e8329eddae7b4a00a87c Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 2 Jun 2025 11:37:04 +0000 Subject: [PATCH] Chore: 1.2.10 # [1.2.10](https://git.rwth-aachen.de/coscine/backend/scripts/kpi-generator/compare/v1.2.9...v1.2.10) (2025-06-02) ## Fix * ProjectReporting to fetch project quotas individually and update API * ProjectReporting to fetch project quotas individually and update API --- 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 bc810e6..c1e5a37 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.9</Version> + <Version>1.2.10</Version> </PropertyGroup> <PropertyGroup> -- GitLab