Skip to content

Commit

Permalink
Bump version number to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathal Noonan committed Aug 8, 2023
1 parent e2b8252 commit acaa72a
Show file tree
Hide file tree
Showing 4 changed files with 1,333 additions and 21 deletions.
10 changes: 5 additions & 5 deletions control/ImageControl/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="ImageControl" display-name-key="ImageControl_Display_Key" description-key="ImageControl_Desc_Key" control-type="standard"
version="1.7.0">
version="1.7.1">

<property name="field" display-name-key="Field_Display_Key" description-key="Field_Desc_Key" of-type="Multiple" usage="bound" required="true" />

Expand All @@ -20,10 +20,10 @@
<code path="index.ts" order="1" />
<css path="styles.css" order="1" />

<resx path="strings/ImageControl.1043.resx" version="1.7.0" />
<resx path="strings/ImageControl.1040.resx" version="1.7.0" />
<resx path="strings/ImageControl.3082.resx" version="1.7.0" />
<resx path="strings/ImageControl.1033.resx" version="1.7.0" />
<resx path="strings/ImageControl.1043.resx" version="1.7.1" />
<resx path="strings/ImageControl.1040.resx" version="1.7.1" />
<resx path="strings/ImageControl.3082.resx" version="1.7.1" />
<resx path="strings/ImageControl.1033.resx" version="1.7.1" />
</resources>

<feature-usage>
Expand Down
Loading

0 comments on commit acaa72a

Please sign in to comment.