Skip to content

Commit b88b7d7

Browse files
Release version 3.0.1
2 parents 228a57d + 18108f4 commit b88b7d7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

IconCaptcha.Demo/IconCaptcha.Demo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
</PropertyGroup>
77

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.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge"/>
34+
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 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.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge" />
23+
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 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.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge" />
34+
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
55
<LangVersion>9</LangVersion>
66

77
<Title>IconCaptcha</Title>
@@ -10,7 +10,7 @@
1010
<Product>IconCaptcha</Product>
1111
<Authors>Fabian Wennink</Authors>
1212
<Copyright>Copyright © 2024 Fabian Wennink</Copyright>
13-
<Version>3.0.0</Version>
13+
<Version>3.0.1</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.0-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.1-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)