Skip to content

Commit d8efb90

Browse files
authored
Fixed a bug in the parameter set for Add-CrmSecurityRoleToUser (#464)
1 parent 5ef0fc5 commit d8efb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
RootModule = 'Microsoft.Xrm.Data.Powershell.psm1'
2525

2626
# Version number of this module.
27-
ModuleVersion = '2.8.13'
27+
ModuleVersion = '2.8.14'
2828

2929
# ID used to uniquely identify this module
3030
GUID = '7df9c140-65c3-4862-b3bc-73fad633aae4'
@@ -116,11 +116,11 @@ PrivateData = @{
116116
# ReleaseNotes of this module
117117
ReleaseNotes = '
118118
Lots of changes and enhancements to auth in this release:
119-
- Updated to escape clientsecret in the connection strings built by connect-crmonline
119+
- Fixed a bug in the parameter set for Add-CrmSecurityRoleToUser
120120
- Updated to latest assemblies https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell/
121121
- For samples visit the community sample site here: https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell.samples
122122
123-
Including newer xrm tooling which has the following improvements:
123+
Including latest xrm tooling:
124124
- 3.3.0.911 review the following website for release notes: https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell/'
125125
# Prerelease = '-alpha'
126126

0 commit comments

Comments
 (0)