Skip to content

Commit

Permalink
v2.2.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan authored Sep 27, 2024
1 parent 53d1bb4 commit 4861cca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions control/SecurityRoleManager/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="Cathal" constructor="SecurityRoleManager" display-name-key="SecurityRoleManager" description-key="SecurityRoleManager_description" control-type="standard" preview-image="preview.png" version="2.1.1">
<control namespace="Cathal" constructor="SecurityRoleManager" display-name-key="SecurityRoleManager" description-key="SecurityRoleManager_description" control-type="standard" preview-image="preview.png" version="2.2.0">
<property name="sampleProperty" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type-group="any" usage="bound" required="true" />
<property name="entityId" display-name-key="entityId_Display_Key" description-key="entityId_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
<property name="entityLogicalName" display-name-key="entityLogicalName_Display_Key" description-key="entityLogicalName_Desc_Key" of-type="SingleLine.Text" usage="input" required="true" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</type-group>
<resources>
<code path="index.ts" order="1" />
<resx path="strings/SecurityRoleManager.1033.resx" version="2.1.1" />
<resx path="strings/SecurityRoleManager.1033.resx" version="2.2.0" />
</resources>
<!-- UNCOMMENT TO ENABLE THE SPECIFIED API -->
<feature-usage>
Expand Down
4 changes: 2 additions & 2 deletions control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d365-pcf-securityrolemanager",
"version": "2.1.1",
"version": "2.2.0",
"description": "D365 - PCF - Security Role Manager",
"scripts": {
"build": "pcf-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion solution/src/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LocalizedName description="Security Role Manager. https://github.com/cathalnoonan/d365-pcf-securityrolemanager" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>2.1.1</Version>
<Version>2.2.0</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>1</Managed>
<Publisher>
Expand Down

0 comments on commit 4861cca

Please sign in to comment.