diff --git a/Cli-Manager.Test/Cli-Manager.Test.csproj b/Cli-Manager.Test/Cli-Manager.Test.csproj index b8c867c..843e349 100644 --- a/Cli-Manager.Test/Cli-Manager.Test.csproj +++ b/Cli-Manager.Test/Cli-Manager.Test.csproj @@ -6,8 +6,8 @@ {19781214-AE6D-4DCC-BA9F-12CB0C6581AE} Properties - Microsoft.Alm.CredentialHelper.Test - Microsoft.Alm.CredentialHelper.Test + Microsoft.Alm.Manager.Test + Microsoft.Alm.Manager.Test False diff --git a/Cli-Manager/Cli-Manager.csproj b/Cli-Manager/Cli-Manager.csproj index f4ed285..0e778b8 100644 --- a/Cli-Manager/Cli-Manager.csproj +++ b/Cli-Manager/Cli-Manager.csproj @@ -7,11 +7,10 @@ Properties git-credential-manager true - - + Exe {19770407-63D4-40A8-A9DF-F1C4B473308A} - Cli-CredentialHelper + Cli-Manager Microsoft.Alm.Cli v4.5.2 diff --git a/Cli-Manager/Properties/AssemblyInfo.cs b/Cli-Manager/Properties/AssemblyInfo.cs index f0428c4..51cec27 100644 --- a/Cli-Manager/Properties/AssemblyInfo.cs +++ b/Cli-Manager/Properties/AssemblyInfo.cs @@ -15,5 +15,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.16.0.0")] [assembly: AssemblyFileVersion("1.16.0.0")] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")] +[assembly: InternalsVisibleTo("Microsoft.Alm.Manager.Test")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]