From f5f77526e24061b7e231b060b99edd83efd48c3a Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 14 Oct 2022 14:21:46 +0000 Subject: [PATCH] Chore: 0.1.10 # [0.1.10](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.9...v0.1.10) (2022-10-14) ## Fix * Improved Performance --- 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 b310a7c..5fb6bd9 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.9</Version></PropertyGroup> + <Version>0.1.10</Version></PropertyGroup> <ItemGroup> <PackageReference Include="Coscine.Database" Version="2.*-*" /> -- GitLab