Skip to content

Commit

Permalink
Merge pull request #4 from bo-stig-christensen/master
Browse files Browse the repository at this point in the history
Fixed Version in manifest. Fixed solution version.
  • Loading branch information
Allan De Castro authored Mar 24, 2021
2 parents 9d36983 + 1970769 commit 7f54436
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Deployment/VATNumberValidatorSolution_managed.zip
Binary file not shown.
Binary file modified Deployment/VATNumberValidatorSolution_unmanaged.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion VATNumberValidator/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="VATNumberValidatorNameSpace" constructor="VATNumberValidator" version="1.0.4" display-name-key="VATNumberValidator" description-key="VATNumberValidator allows you to validate the entry of a VAT Number by checking it with the European Commission and retrieving, depending on the configuration, the address and the name of the company." control-type="standard" preview-image="img/preview.png">
<control namespace="VATNumberValidatorNameSpace" constructor="VATNumberValidator" version="1.1.0" display-name-key="VATNumberValidator" description-key="VATNumberValidator allows you to validate the entry of a VAT Number by checking it with the European Commission and retrieving, depending on the configuration, the address and the name of the company." control-type="standard" preview-image="img/preview.png">
<property name="vatNumberfield" display-name-key="VAT Number Field" description-key="Field containing the VAT Number." of-type-group="textFields" usage="bound" required="true" />
<property name="isVatNumberValid" display-name-key="VAT number validity field" description-key="Boolean field filled-in with the output validity of the VAT Number." of-type="TwoOptions" usage="bound" required="false" />
<property name="companyName" display-name-key="Company Name" description-key="Field that will be used to insert the name of the found company." of-type-group="textFields" usage="bound" required="false" />
Expand Down

0 comments on commit 7f54436

Please sign in to comment.