Select Git revision
-
CoscineBot authored
# [2.14.0](v2.13.0...v2.14.0) (2022-09-23) ## New * Column "Date Created" added to the Resource Table * Column "Date Created" added to the Resource Table * Columns "Date Created" and "Creator" added to the Project Table * Columns "Date Created" and "Creator" added to the Project Table
CoscineBot authored# [2.14.0](v2.13.0...v2.14.0) (2022-09-23) ## New * Column "Date Created" added to the Resource Table * Column "Date Created" added to the Resource Table * Columns "Date Created" and "Creator" added to the Project Table * Columns "Date Created" and "Creator" added to the Project Table
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Database.Actions.csproj 476 B
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Database.Actions</RootNamespace>
<AssemblyName>Coscine.Database.Actions</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<Version>2.14.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Database.Helpers" Version="2.*-*" />
<PackageReference Include="Coscine.Migrations" Version="2.*-*" />
</ItemGroup>
</Project>