Skip to content
Snippets Groups Projects
Commit 37277aa2 authored by CoscineBot's avatar CoscineBot :gear:
Browse files

Chore: 2.11.0

# [2.11.0](v2.10.0...v2.11.0) (2022-08-01)

## Fix
* fixed migration by adding cascading delete (coscine/issues#1995)

## Update
* Table GitlabResourceType
* Removed Size column from individual resource types tables from the Database
* Removed Size column from individual resource types tables from the Database
parent 3814aa97
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<RootNamespace>Migrations.Tests</RootNamespace> <RootNamespace>Migrations.Tests</RootNamespace>
<AssemblyName>Migrations.Tests</AssemblyName> <AssemblyName>Migrations.Tests</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks> <TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version></PropertyGroup> <Version>2.11.0</Version></PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Migrations\Migrations.csproj" /> <ProjectReference Include="..\Migrations\Migrations.csproj" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Migrations</RootNamespace> <RootNamespace>Coscine.Migrations</RootNamespace>
<AssemblyName>Coscine.Migrations</AssemblyName> <AssemblyName>Coscine.Migrations</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks> <TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version> <Version>2.11.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Authors>RWTH Aachen University</Authors> <Authors>RWTH Aachen University</Authors>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Migration</RootNamespace> <RootNamespace>Coscine.Migration</RootNamespace>
<AssemblyName>Coscine.Migrator</AssemblyName> <AssemblyName>Coscine.Migrator</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks> <TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version></PropertyGroup> <Version>2.11.0</Version></PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Migrations\Migrations.csproj" /> <ProjectReference Include="..\Migrations\Migrations.csproj" />
</ItemGroup> </ItemGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment