Skip to content

Commit

Permalink
Fixed a bug in the parameter set for Add-CrmSecurityRoleToUser (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcne authored Mar 24, 2021
1 parent 5ef0fc5 commit d8efb90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit d8efb90

Please sign in to comment.