-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated Microsoft.IdentityModel.Clients.ActiveDirectory from 2.19 t…
…o 3.13.8 - Cannot update Microsoft.Azure.ActiveDirectory.GraphClient from 2.1.0 to 2.1.1 because v2.1.1 is not strongly signed - Improved logging
- Loading branch information
Showing
13 changed files
with
228 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="d1817470-ca9f-4b0c-83c5-ea61f9b0660d" creator="Yvan Duhamel" description="Enables Azure AD Claims Provider - https://azurecp.codeplex.com/" featureId="d1817470-ca9f-4b0c-83c5-ea61f9b0660d" imageUrl="" receiverAssembly="$SharePoint.Project.AssemblyFullName$" receiverClass="$SharePoint.Type.39c10d12-2c7f-4148-bd81-2283a5ce4a27.FullName$" scope="Farm" solutionId="00000000-0000-0000-0000-000000000000" title="Azure AD Claims Provider" version="" deploymentPath="$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel" /> | ||
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="d1817470-ca9f-4b0c-83c5-ea61f9b0660d" creator="Yvan Duhamel" description="Enables Azure AD Claims Provider - https://github.com/Yvand/AzureCP" featureId="d1817470-ca9f-4b0c-83c5-ea61f9b0660d" imageUrl="" receiverAssembly="$SharePoint.Project.AssemblyFullName$" receiverClass="$SharePoint.Type.39c10d12-2c7f-4148-bd81-2283a5ce4a27.FullName$" scope="Farm" solutionId="00000000-0000-0000-0000-000000000000" title="Azure AD Claims Provider" version="" deploymentPath="$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel" /> |
2 changes: 1 addition & 1 deletion
2
AzureCP/Features/AzureCP_Administration/AzureCP_Administration.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
[assembly: AssemblyTitle("AzureCP")] | ||
[assembly: AssemblyDescription("")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("Yvan Duhamel - [email protected]")] | ||
[assembly: AssemblyCompany("Yvan Duhamel - [email protected]")] | ||
[assembly: AssemblyProduct("AzureCP")] | ||
[assembly: AssemblyCopyright("Copyright © 2014, Yvan Duhamel - [email protected]")] | ||
[assembly: AssemblyCopyright("Copyright © 2016, Yvan Duhamel - [email protected]")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
|
@@ -34,5 +34,5 @@ | |
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("1.0.0.0")] | ||
[assembly: AssemblyFileVersion("2.8")] | ||
[assembly: AssemblyFileVersion("2.9")] | ||
|
Oops, something went wrong.