Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Sep 23, 2023
1 parent ef24b10 commit 4c93139
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions control/ImageControl/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="ImageControl" display-name-key="ImageControl_Display_Key" description-key="ImageControl_Desc_Key" control-type="standard" version="1.8.0">
<control namespace="Cathal" constructor="ImageControl" display-name-key="ImageControl_Display_Key" description-key="ImageControl_Desc_Key" control-type="standard" version="1.8.1">
<property name="field" display-name-key="Field_Display_Key" description-key="Field_Desc_Key" of-type="Multiple" usage="bound" required="true" />
<property name="length" display-name-key="Length_Display_Key" description-key="Length_Desc_Key" of-type="Whole.None" usage="bound" required="false" />
<!-- KNOWN ISSUE: Cannot use a TwoOptions field as usage="input" -->
Expand All @@ -13,11 +13,11 @@
<resources>
<code path="index.ts" order="1" />
<css path="styles.css" order="1" />
<resx path="strings/ImageControl.1031.resx" version="1.8.0" />
<resx path="strings/ImageControl.1043.resx" version="1.8.0" />
<resx path="strings/ImageControl.1040.resx" version="1.8.0" />
<resx path="strings/ImageControl.3082.resx" version="1.8.0" />
<resx path="strings/ImageControl.1033.resx" version="1.8.0" />
<resx path="strings/ImageControl.1031.resx" version="1.8.1" />
<resx path="strings/ImageControl.1043.resx" version="1.8.1" />
<resx path="strings/ImageControl.1040.resx" version="1.8.1" />
<resx path="strings/ImageControl.3082.resx" version="1.8.1" />
<resx path="strings/ImageControl.1033.resx" version="1.8.1" />
</resources>
<feature-usage>
<uses-feature name="Device.captureImage" required="true" />
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-imagecontrol",
"version": "1.8.0",
"version": "1.8.1",
"description": "D365 PCF - Image control for Multiple Lines of Text fields.",
"license": "MIT",
"scripts": {
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="ImageControl" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.8.0</Version>
<Version>1.8.1</Version>
<!-- Solution Package Type: Managed(1)/Unmanaged(1)/Both (2)-->
<Managed>2</Managed>
<Publisher>
Expand Down

0 comments on commit 4c93139

Please sign in to comment.