From 930dcabd61ed86d9f174506bacfc54cc34a137fe Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 13 Dec 2022 14:05:39 +0000 Subject: [PATCH] Chore: 0.1.11 # [0.1.11](https://git.rwth-aachen.de/coscine/backend/scripts/kpi-generator/compare/v0.1.10...v0.1.11) (2022-12-13) ## Fix * Organizations could contain the information of Institutes * Organizations could contain the information of Institutes --- src/KPI Generator/KPI Generator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KPI Generator/KPI Generator.csproj b/src/KPI Generator/KPI Generator.csproj index 74c09dd..9588fdc 100644 --- a/src/KPI Generator/KPI Generator.csproj +++ b/src/KPI Generator/KPI Generator.csproj @@ -7,7 +7,7 @@ <AssemblyName>Coscine.KpiGenerator</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.10</Version> + <Version>0.1.11</Version> </PropertyGroup> <PropertyGroup> -- GitLab