Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 430bc00

Browse files
authored
Merge pull request #753 from jeschu1/rebrand-fixes
Rebranding fixes
2 parents 2a30525 + ab50398 commit 430bc00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer/Components.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<FilesToSign Include="$(IntermediateOutputPath)\Microsoft.Alm.Authentication.dll">
6464
<Authenticode>Microsoft</Authenticode>
6565
</FilesToSign>
66-
<FilesToSign Include="$(IntermediateOutputPath)\VisualStudioTeamServices.Authentication.dll">
66+
<FilesToSign Include="$(IntermediateOutputPath)\AzureDevOps.Authentication.dll">
6767
<Authenticode>Microsoft</Authenticode>
6868
</FilesToSign>
6969
<FilesToSign Include="$(IntermediateOutputPath)\git-credential-manager.exe">

Installer/Installer.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<GcmVersion>$([System.Text.RegularExpressions.Regex]::Match($(GcmProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</GcmVersion>
3838
<PkgVersion>$([System.Text.RegularExpressions.Regex]::Match($(PkgProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</PkgVersion>
3939
<PkgName>AzureDevOps.Authentication</PkgName>
40-
<!-- Read the nupkg meta data from the AssemblyInfo.cs file copied from VisualStudioTeamServicesAuthentication -->
40+
<!-- Read the nupkg meta data from the AssemblyInfo.cs file copied from AzureDevOps.Authentication -->
4141
<Pattern>^\s*\[assembly: AssemblyDescription\s*\(\s*"\s*([^"]+)\s*"\s*\)</Pattern>
4242
<PkgDescription>$([System.Text.RegularExpressions.Regex]::Match($(PkgProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</PkgDescription>
4343
<Pattern>^\s*\[assembly: AssemblyProduct\s*\(\s*"\s*([^"]+)\s*"\s*\)</Pattern>

0 commit comments

Comments
 (0)