We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb07e5 commit 13ad05dCopy full SHA for 13ad05d
src/GitVersionTask/AssemblyInfoBuilder/AssemblyInfoBuilder.cs
@@ -1,5 +1,6 @@
1
using System.Collections.Generic;
2
using System.Text;
3
+
4
using GitVersion;
5
6
public class AssemblyInfoBuilder
@@ -45,6 +46,7 @@ static class GitVersionInformation
45
46
return assemblyInfo;
47
}
48
49
50
string GenerateVariableMembers(IEnumerable<KeyValuePair<string, string>> vars)
51
{
52
var members = new StringBuilder();
0 commit comments