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
!1
Topic/311 create metadata library
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Topic/311 create metadata library
Topic/311-createMetadataLibrary
into
Product/269-contentMD
Overview
0
Commits
10
Pipelines
1
Changes
23
Merged
L. Ellenbeck
requested to merge
Topic/311-createMetadataLibrary
into
Product/269-contentMD
5 years ago
Overview
0
Commits
10
Pipelines
1
Changes
23
Expand
coscine/issues#311
0
0
Merge request reports
Compare
Product/269-contentMD
Product/269-contentMD (base)
and
latest version
latest version
45ddba36
10 commits,
5 years ago
23 files
+
3630
−
23
Inline
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