From b15cd221b974f54e93a13b4f24f0b7c53505fee1 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 1 Dec 2022 13:33:20 +0000 Subject: [PATCH] Chore: 0.1.14 # [0.1.14](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.13...v0.1.14) (2022-12-01) ## Fix * Added missing ProjectInstitutes * Added missing ProjectInstitutes --- src/SQL2Linked/SQL2Linked.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SQL2Linked/SQL2Linked.csproj b/src/SQL2Linked/SQL2Linked.csproj index a26e194..98e8e8d 100644 --- a/src/SQL2Linked/SQL2Linked.csproj +++ b/src/SQL2Linked/SQL2Linked.csproj @@ -5,7 +5,7 @@ <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.13</Version></PropertyGroup> + <Version>0.1.14</Version></PropertyGroup> <ItemGroup> <PackageReference Include="Coscine.Database" Version="2.*-*" /> -- GitLab