Skip to content

Commit

Permalink
Updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK committed May 17, 2022
1 parent 77ef0ab commit 82b6cce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Builds/NuGet/UmbracoForms.uCaptcha.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AaronSadler.uCaptcha</id>
<version>1.0.3</version>
<version>1.0.4</version>
<title>UmbracoForms.uCaptcha</title>
<authors>Aaron Sadler</authors>
<owners>Aaron Sadler</owners>
Expand All @@ -17,9 +17,9 @@
<tags>umbraco, umbraco-cms, hCaptcha, umbraco-forms, reCaptcha</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="UmbracoForms" version="8.7.0" />
<dependency id="UmbracoForms.Core" version="8.7.0" />
<dependency id="UmbracoCms" version="8.6.1" />
<dependency id="UmbracoForms" version="8.7.3" />
<dependency id="UmbracoForms.Core" version="8.7.3" />
<dependency id="UmbracoCms" version="8.13.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Builds/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<info>
<package>
<name>UmbracoForms.uCaptcha</name>
<version>1.0.3</version>
<version>1.0.4</version>
<iconUrl></iconUrl>
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
<url>https://github.com/AaronSadlerUK/UmbracoForms.uCaptcha</url>
<requirements type="strict">
<major>8</major>
<minor>6</minor>
<minor>13</minor>
<patch>0</patch>
</requirements>
</package>
Expand Down

0 comments on commit 82b6cce

Please sign in to comment.