Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PID Migrator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
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
scripts
PID Migrator
Merge requests
!4
Breaking: Complete Overhaul
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Breaking: Complete Overhaul
Issue/2259-updatePids
into
dev
Overview
0
Commits
4
Pipelines
5
Changes
15
Merged
Petar Hristov
requested to merge
Issue/2259-updatePids
into
dev
2 years ago
Overview
0
Commits
4
Pipelines
5
Changes
15
Expand
coscine/issues#2259
Edited
2 years ago
by
Petar Hristov
0
0
Merge request reports
Compare
dev
version 3
2ee8ab9a
2 years ago
version 2
2c4a7351
2 years ago
version 1
f16b7f51
2 years ago
dev (base)
and
latest version
latest version
2c45f5a9
4 commits,
2 years ago
version 3
2ee8ab9a
3 commits,
2 years ago
version 2
2c4a7351
2 commits,
2 years ago
version 1
f16b7f51
1 commit,
2 years ago
15 files
+
348
−
1056
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
src/PIDMigrator/Properties/AssemblyInfo.cs deleted
100644 → 0
+
0
−
36
Options
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// 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
(
"Coscine.PIDMigrator"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"Coscine.PIDMigrator"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2020"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// 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
(
"3bc5bcca-28a9-4108-a791-bf6a2fb7935f"
)]
// 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"
)]
Loading