From eed941c35a70dfa0fedae9861b67e37f0f5a487f Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 9 Apr 2024 14:22:06 +0000 Subject: [PATCH] Chore: 0.1.23 # [0.1.23](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.22...v0.1.23) (2024-04-09) ## Fix * Update API Client --- 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 c33012d..ea9f1d1 100644 --- a/src/SQL2Linked/SQL2Linked.csproj +++ b/src/SQL2Linked/SQL2Linked.csproj @@ -5,7 +5,7 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.22</Version> + <Version>0.1.23</Version> </PropertyGroup> <PropertyGroup> -- GitLab