Simple update adding nuspec for Identity AD
This commit is contained in:
26
build/NuSpecs/UmbracoCms.ActiveDirectory.nuspec
Normal file
26
build/NuSpecs/UmbracoCms.ActiveDirectory.nuspec
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata minClientVersion="2.8">
|
||||
<id>UmbracoCms.Identity.ActiveDirectory</id>
|
||||
<version>1.0.0</version>
|
||||
<title>Umbraco Extensibility for ASP.Net Identity Active Directory</title>
|
||||
<authors>Umbraco HQ</authors>
|
||||
<owners>Umbraco HQ</owners>
|
||||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
|
||||
<projectUrl>http://umbraco.com/</projectUrl>
|
||||
<iconUrl>http://umbraco.com/media/357769/100px_transparent.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Installs files/classes to help with ASP.Net Identity Active Directory provider extensibility for Umbraco back office</description>
|
||||
<summary>Installs classes to help with ASP.Net Identity Active Directory extensibility for Umbraco</summary>
|
||||
<language>en-US</language>
|
||||
<tags>umbraco aspnet identity activedirectory</tags>
|
||||
<dependencies>
|
||||
<dependency id="UmbracoCms" version="[7.3.0, 8.0.0)" />
|
||||
<dependency id="Microsoft.Owin.Security.OpenIdConnect" version="3.0.1,4.0.0)" />
|
||||
<dependency id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.14.201151115,3.0.0)" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\_BuildOutput\IdentityTemplates\App_Start\**\*.pp" target="content\App_Start" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -167,7 +167,7 @@ namespace Umbraco.Web.UI
|
||||
/// <remarks>
|
||||
///
|
||||
/// Nuget installation:
|
||||
/// Microsoft.Owin.Security.OpenIdConnect
|
||||
/// Install-Package Microsoft.Owin.Security.OpenIdConnect
|
||||
/// Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory
|
||||
///
|
||||
/// ActiveDirectory account documentation for ASP.Net Identity can be found:
|
||||
@@ -222,7 +222,7 @@ namespace Umbraco.Web.UI
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B5BD12C1
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpecs", "NuSpecs", "{227C3B55-80E5-4E7E-A802-BE16C5128B9D}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
..\build\NuSpecs\UmbracoCms.ActiveDirectory.nuspec = ..\build\NuSpecs\UmbracoCms.ActiveDirectory.nuspec
|
||||
..\build\NuSpecs\UmbracoCms.Core.AllBinaries.nuspec = ..\build\NuSpecs\UmbracoCms.Core.AllBinaries.nuspec
|
||||
..\build\NuSpecs\UmbracoCms.Core.nuspec = ..\build\NuSpecs\UmbracoCms.Core.nuspec
|
||||
..\build\NuSpecs\UmbracoCms.Core.Symbols.nuspec = ..\build\NuSpecs\UmbracoCms.Core.Symbols.nuspec
|
||||
|
||||
Reference in New Issue
Block a user