Skip to content

Commit 2c689f6

Browse files
authored
v2.2.2 (#45)
1 parent cd81788 commit 2c689f6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

control/SecurityRoleManager/ControlManifest.Input.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Cathal" constructor="SecurityRoleManager" display-name-key="SecurityRoleManager" description-key="SecurityRoleManager_description" control-type="standard" preview-image="preview.png" version="2.2.1">
3+
<control namespace="Cathal" constructor="SecurityRoleManager" display-name-key="SecurityRoleManager" description-key="SecurityRoleManager_description" control-type="standard" preview-image="preview.png" version="2.2.2">
44
<property name="sampleProperty" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type-group="any" usage="bound" required="true" />
55
<property name="entityId" display-name-key="entityId_Display_Key" description-key="entityId_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
66
<property name="entityLogicalName" display-name-key="entityLogicalName_Display_Key" description-key="entityLogicalName_Desc_Key" of-type="SingleLine.Text" usage="input" required="true" />
@@ -40,8 +40,8 @@
4040
</type-group>
4141
<resources>
4242
<code path="index.ts" order="1" />
43-
<resx path="strings/SecurityRoleManager.1033.resx" version="2.2.1" />
44-
<resx path="strings/SecurityRoleManager.1043.resx" version="2.2.1" />
43+
<resx path="strings/SecurityRoleManager.1033.resx" version="2.2.2" />
44+
<resx path="strings/SecurityRoleManager.1043.resx" version="2.2.2" />
4545
</resources>
4646
<!-- UNCOMMENT TO ENABLE THE SPECIFIED API -->
4747
<feature-usage>

control/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d365-pcf-securityrolemanager",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "D365 - PCF - Security Role Manager",
55
"scripts": {
66
"build": "pcf-scripts build",

solution/src/Other/Solution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LocalizedName description="Security Role Manager. https://github.com/cathalnoonan/d365-pcf-securityrolemanager" languagecode="1033" />
99
</LocalizedNames>
1010
<Descriptions />
11-
<Version>2.2.1</Version>
11+
<Version>2.2.2</Version>
1212
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
1313
<Managed>1</Managed>
1414
<Publisher>

0 commit comments

Comments
 (0)