Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Resources
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
GitLab 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
apis
Resources
Merge requests
!73
Issue/1866 extend resource type configuration tu do
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue/1866 extend resource type configuration tu do
Issue/1866-ExtendResourceTypeConfigurationTUDo
into
dev
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Issue/1866 extend resource type configuration tu do
Hanna Führ
requested to merge
Issue/1866-ExtendResourceTypeConfigurationTUDo
into
dev
Jan 24, 2022
Overview
0
Commits
4
Pipelines
4
Changes
1
coscine/issues#1866
Edited
Jan 28, 2022
by
Petar Hristov
0
0
Merge request reports
Compare
dev
version 2
835d09f6
Jan 28, 2022
version 1
52f0587a
Jan 25, 2022
dev (base)
and
latest version
latest version
519faf9f
4 commits,
Jan 28, 2022
version 2
835d09f6
2 commits,
Jan 28, 2022
version 1
52f0587a
1 commit,
Jan 25, 2022
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Resources/Resources.csproj
+
2
−
2
View file @ 519faf9f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,7 +10,7 @@
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>202
1
IT Center, RWTH Aachen University</Copyright>
<Copyright>202
2
IT Center, RWTH Aachen University</Copyright>
<Description>Resources is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/Resources</PackageProjectUrl>
@@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Coscine.Action" Version="2.*-*" />
<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
<PackageReference Include="Coscine.Database" Version="2.
8.0-issue-1877-exten0010
" />
<PackageReference Include="Coscine.Database" Version="2.
*-*
" />
<PackageReference Include="Coscine.Logging" Version="2.*-*" />
<PackageReference Include="Coscine.ResourceLoader" Version="2.*-*" />
<PackageReference Include="Coscine.ResourceTypeBase" Version="2.*-*" />
Loading