From 9775e187d14f996c44fcd128b076edcdb7853268 Mon Sep 17 00:00:00 2001 From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de> Date: Mon, 27 Jan 2020 13:36:35 +0100 Subject: [PATCH] Build: removed line --- build.cake | 1 - src/ExampleProject.Tests/Properties/AssemblyInfo.cs | 2 +- src/ExampleProject.cmd/Properties/AssemblyInfo.cs | 2 +- src/ExampleProject/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.cake b/build.cake index 84a17ef..35c54a9 100644 --- a/build.cake +++ b/build.cake @@ -232,7 +232,6 @@ Task("GitlabRelease") Information("Description: {0}", description); // create tag - client.DefaultRequestHeaders.Add("PRIVATE-TOKEN", gitlabToken); result = client.PostAsync($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master", null).Result; Information("Create tag: {0}", result.Content.ReadAsStringAsync().Result); if(!result.IsSuccessStatusCode) { diff --git a/src/ExampleProject.Tests/Properties/AssemblyInfo.cs b/src/ExampleProject.Tests/Properties/AssemblyInfo.cs index 7e04798..b2db8bf 100644 --- a/src/ExampleProject.Tests/Properties/AssemblyInfo.cs +++ b/src/ExampleProject.Tests/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using System.Reflection; [assembly: AssemblyProduct("ExampleProject.Tests")] [assembly: AssemblyVersion("1.5.0")] [assembly: AssemblyFileVersion("1.5.0")] -[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")] +[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")] [assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")] diff --git a/src/ExampleProject.cmd/Properties/AssemblyInfo.cs b/src/ExampleProject.cmd/Properties/AssemblyInfo.cs index 414c5e1..16f7001 100644 --- a/src/ExampleProject.cmd/Properties/AssemblyInfo.cs +++ b/src/ExampleProject.cmd/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using System.Reflection; [assembly: AssemblyProduct("ExampleProject.cmd")] [assembly: AssemblyVersion("1.5.0")] [assembly: AssemblyFileVersion("1.5.0")] -[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")] +[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")] [assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")] diff --git a/src/ExampleProject/Properties/AssemblyInfo.cs b/src/ExampleProject/Properties/AssemblyInfo.cs index f0bd17e..7514ed9 100644 --- a/src/ExampleProject/Properties/AssemblyInfo.cs +++ b/src/ExampleProject/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using System.Reflection; [assembly: AssemblyProduct("ExampleProject")] [assembly: AssemblyVersion("1.5.0")] [assembly: AssemblyFileVersion("1.5.0")] -[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")] +[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")] [assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")] -- GitLab