From d8efb90abec08987cb05aec1bc76bfbd2d0f05a3 Mon Sep 17 00:00:00 2001 From: Sean McNellis Date: Wed, 24 Mar 2021 13:14:03 -0500 Subject: [PATCH] Fixed a bug in the parameter set for Add-CrmSecurityRoleToUser (#464) --- .../Microsoft.Xrm.Data.PowerShell.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 b/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 index 92a37fb..6dd44af 100644 --- a/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 +++ b/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 @@ -24,7 +24,7 @@ RootModule = 'Microsoft.Xrm.Data.Powershell.psm1' # Version number of this module. -ModuleVersion = '2.8.13' +ModuleVersion = '2.8.14' # ID used to uniquely identify this module GUID = '7df9c140-65c3-4862-b3bc-73fad633aae4' @@ -116,11 +116,11 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = ' Lots of changes and enhancements to auth in this release: -- Updated to escape clientsecret in the connection strings built by connect-crmonline +- Fixed a bug in the parameter set for Add-CrmSecurityRoleToUser - Updated to latest assemblies https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell/ - For samples visit the community sample site here: https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell.samples -Including newer xrm tooling which has the following improvements: +Including latest xrm tooling: - 3.3.0.911 review the following website for release notes: https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell/' # Prerelease = '-alpha'