Tulpep / Active-Directory-Object-Picker

The standard Active Directory object picker dialog for .NET
Other
87 stars 20 forks source link

Updated NuGet Build.ps1 and Nuget Spec file to use the new AssemblyName #22

Closed ajevansch closed 7 years ago

ajevansch commented 7 years ago

At the last commit that was made to change the .NET version to 3.5, the Assembly Name was changed to remove the 'Tulep' prefix.

This broke the NuGet package build - if you look at the AppVeyor output the Nuget package is not being updated.

This change just updates the powershell build file and the NuGet spec so that it will build correctly.

ricardopolo commented 7 years ago

@ajevansch good catch!! Thank you!

ajevansch commented 7 years ago

@ricardopolo No problem; is there a reason why the new NuGet version (2.1.109) would not be available for consumption via NuGet yet?

The appveyor build indicates it is indeed deploying the nuget package: https://ci.appveyor.com/project/tulpep/active-directory-object-picker/build/2.1.109#L158

ricardopolo commented 7 years ago

I can see it. There is a problem with the Digital Certificate that was expired a few days ago.

I will resolve this in about 4 days. Thanks for your patience.