Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metadata
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Metadata
Merge requests
!2
Content MD for resource type RDS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Content MD for resource type RDS
Product/269-contentMD
into
Sprint/201921
Overview
0
Commits
11
Pipelines
1
Changes
23
Merged
Marcel Nellesen
requested to merge
Product/269-contentMD
into
Sprint/201921
5 years ago
Overview
0
Commits
11
Pipelines
1
Changes
23
Expand
coscine/issues#269
Edited
5 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
Sprint/201921
Sprint/201921 (base)
and
latest version
latest version
89a38f74
11 commits,
5 years ago
23 files
+
3630
−
23
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
src/Metadata/Properties/AssemblyInfo.cs
0 → 100644
+
12
−
0
Options
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
[
assembly
:
AssemblyTitle
(
"Metadata"
)]
[
assembly
:
AssemblyDescription
(
"Metadata is a part of the CoScInE group."
)]
[
assembly
:
AssemblyCompany
(
"IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyProduct
(
"Database"
)]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyCopyright
(
"2019 IT Center, RWTH Aachen University"
)]
\ No newline at end of file
Loading