Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
libraries
Migrations
Commits
39e9a496
Commit
39e9a496
authored
Aug 17, 2020
by
Marcel Nellesen
Browse files
Merge branch 'Hotfix/1020-releaseMigrations' into 'master'
Hotfix/1020-releaseMigrations See merge request coscine/cs/migrations!27
parents
852afcd0
1dfa6d47
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/Migrations/Migrations.csproj
View file @
39e9a496
...
...
@@ -8,7 +8,7 @@
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
Coscine.Migrations
</RootNamespace>
<AssemblyName>
Migrations
</AssemblyName>
<AssemblyName>
Coscine.
Migrations
</AssemblyName>
<TargetFrameworkVersion>
v4.6.1
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
...
...
src/Migrations/Properties/AssemblyInfo.cs
View file @
39e9a496
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Cake.
// </auto-generated>
//------------------------------------------------------------------------------
using
System.Reflection
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyTitle
(
"Migrations"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyDescription
(
"Migrations is a part of the CoScInE group."
)]
[
assembly
:
AssemblyCompany
(
"IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyProduct
(
"Migrations"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2020"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyVersion
(
"1.6.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.6.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.6.0"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[
assembly
:
Guid
(
"447e8ba5-30e3-4521-b6f6-51a064098026"
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
src/Migrator/Migrator.csproj
View file @
39e9a496
...
...
@@ -7,7 +7,7 @@
<ProjectGuid>
{A48A255E-D08A-4336-B481-266DEBFABDE9}
</ProjectGuid>
<OutputType>
Exe
</OutputType>
<RootNamespace>
Coscine.Migration
</RootNamespace>
<AssemblyName>
Migrator
</AssemblyName>
<AssemblyName>
Coscine.
Migrator
</AssemblyName>
<TargetFrameworkVersion>
v4.6.1
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
...
...
src/Migrator/Properties/AssemblyInfo.cs
View file @
39e9a496
...
...
@@ -9,8 +9,8 @@ using System.Reflection;
[
assembly
:
AssemblyDescription
(
"Migrator is a part of the CoScInE group."
)]
[
assembly
:
AssemblyCompany
(
"IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyProduct
(
"Migrator"
)]
[
assembly
:
AssemblyVersion
(
"1.
4
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
4
.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.
4
.0
-topic-758-userpr0001
"
)]
[
assembly
:
AssemblyVersion
(
"1.
6
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
6
.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.
6
.0"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment