Skip to content

Commit 976a149

Browse files
committed
Aling product names for the artifact signing
We have a number of external dependencies that are built from our repo, but have various product names. This PR aligns all projects to the same productname: `[assembly: AssemblyProduct("GitExtensions")]` This is required by SignPath to make sure that OSS projects don’t sign 3rd party libs.
1 parent 7614aeb commit 976a149

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Git.hub/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// Allgemeine Informationen über eine Assembly werden über die folgenden
@@ -9,7 +8,7 @@
98
[assembly: AssemblyDescription("GitHub API for C#")]
109
[assembly: AssemblyConfiguration("")]
1110
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Git.hub")]
11+
[assembly: AssemblyProduct("GitExtensions")]
1312
[assembly: AssemblyCopyright("Copyright (c) 2012 Marcus Bauer <[email protected]>")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)