Skip to content

Commit

Permalink
Bump versions to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Sep 24, 2021
1 parent 2e7a148 commit 7c0ef79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion control/SecurityRoleManager/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="1.2.0">
version="1.3.0">

<property name="sampleProperty" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type-group="any" usage="bound" required="true" />

Expand Down
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": "1.2.0",
"version": "1.3.0",
"description": "D365 - PCF - Security Role Manager",
"scripts": {
"build": "pcf-scripts build",
Expand Down
3 changes: 2 additions & 1 deletion control/pcfconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"outDir": "./out/controls"
"outDir": "./out/controls",
"buildMode": "production"
}
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" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>2</Managed>
<Publisher>
Expand Down

0 comments on commit 7c0ef79

Please sign in to comment.