Skip to content

Commit 0aa7df8

Browse files
Merge pull request #11 from fabianwennink/3.x-develop
Release version 3.0.2
2 parents 7adf1c6 + 0fce12c commit 0aa7df8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

IconCaptcha.Demo/Views/Home/AjaxForm.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="shields">
3232
<div class="shields-row">
3333
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/releases" target="_blank" rel="noopener">
34-
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge"/>
34+
<img src="https://img.shields.io/badge/Version-3.0.2-orange.svg?style=flat-square" alt="Version 3.0.2 Badge"/>
3535
</a>
3636
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/blob/master/LICENSE" target="_blank" rel="noopener">
3737
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />

IconCaptcha.Demo/Views/Home/Index.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="shields">
2121
<div class="shields-row">
2222
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/releases" target="_blank" rel="noopener">
23-
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge" />
23+
<img src="https://img.shields.io/badge/Version-3.0.2-orange.svg?style=flat-square" alt="Version 3.0.2 Badge" />
2424
</a>
2525
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/blob/master/LICENSE" target="_blank" rel="noopener">
2626
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />

IconCaptcha.Demo/Views/Home/RegularForm.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="shields">
3232
<div class="shields-row">
3333
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/releases" target="_blank" rel="noopener">
34-
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge" />
34+
<img src="https://img.shields.io/badge/Version-3.0.2-orange.svg?style=flat-square" alt="Version 3.0.2 Badge" />
3535
</a>
3636
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/blob/master/LICENSE" target="_blank" rel="noopener">
3737
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />

IconCaptcha/IconCaptcha.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Product>IconCaptcha</Product>
1111
<Authors>Fabian Wennink</Authors>
1212
<Copyright>Copyright © 2024 Fabian Wennink</Copyright>
13-
<Version>3.0.1</Version>
13+
<Version>3.0.2</Version>
1414
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<PackageProjectUrl>https://www.fabianwennink.nl/projects/IconCaptcha</PackageProjectUrl>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</p>
1313

1414
<p align="center">
15-
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/releases"><img src="https://img.shields.io/badge/version-3.0.1-orange.svg?style=flat-square" alt="Version" /></a>
15+
<a href="https://github.com/fabianwennink/IconCaptcha-ASP.NET/releases"><img src="https://img.shields.io/badge/version-3.0.2-orange.svg?style=flat-square" alt="Version" /></a>
1616
<a href="https://www.nuget.org/packages/IconCaptcha"><img src="https://img.shields.io/nuget/dt/IconCaptcha?style=flat-square" alt="Downloads on NuGet" /></a>
1717
<a href="https://fabianwennink.nl/projects/IconCaptcha-ASP.NET/license"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License" /></a>
1818
<a href="https://paypal.me/nlgamevideosnl"><img src="https://img.shields.io/badge/support-PayPal-lightblue.svg?style=flat-square" alt="Support via PayPal" /></a>

0 commit comments

Comments
 (0)