From 0703d1840b166f6581e92b58963331c058f52603 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 23 Sep 2022 14:25:53 +0000 Subject: [PATCH] Chore: 0.1.8 # [0.1.8](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.7...v0.1.8) (2022-09-23) ## New * "Date Created" translation added to the SQL2Linked * "Date Created" translation added to the SQL2Linked * "Date Created" and "Creator" translations added to the SQL2Linked * "Date Created" and "Creator" translations added to the SQL2Linked --- 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 034e57e..888a769 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.7</Version></PropertyGroup> + <Version>0.1.8</Version></PropertyGroup> <ItemGroup> <PackageReference Include="Coscine.Database" Version="2.*-*" /> -- GitLab