Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ExampleProject
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
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
scripts
ExampleProject
Merge requests
!26
Fix: correct local push
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix: correct local push
Topic/570-gitVersion
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Fix: correct local push
L. Ellenbeck
requested to merge
Topic/570-gitVersion
into
master
Jan 30, 2020
Overview
0
Commits
1
Pipelines
1
Changes
4
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
26e36124
1 commit,
Jan 30, 2020
4 files
+
13
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/ExampleProject/Properties/AssemblyInfo.cs
+
3
−
3
View file @ 26e36124
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,8 +9,8 @@ using System.Reflection;
[
assembly
:
AssemblyDescription
(
"ExampleProject is a part of the CoScInE group."
)]
[
assembly
:
AssemblyCompany
(
"IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyProduct
(
"ExampleProject"
)]
[
assembly
:
AssemblyVersion
(
"1.7.
1
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.7.
1
"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.7.1"
)]
[
assembly
:
AssemblyVersion
(
"1.7.
2
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.7.
2
"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.7.
2-topic-570-gitver000
1"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
Loading