Skip to content

Commit 6c9d226

Browse files
committed
Bump the version number
1 parent bb081a5 commit 6c9d226

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Akismet.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@{
2-
ModuleVersion = "1.1.0"
2+
ModuleVersion = "2.0.0"
33
PowerShellVersion = "7.5"
44
}

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version [1.1.0](https://github.com/cedx/akismet.net/compare/v1.0.1...v1.1.0)
3+
## Version [2.0.0](https://github.com/cedx/akismet.net/compare/v1.0.1...v2.0.0)
44
- Added support for [.NET](https://dotnet.microsoft.com/en-us) 10.
55

66
## Version [1.0.1](https://github.com/cedx/akismet.net/compare/v1.0.0...v1.0.1)

src/Akismet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>Prevent comment spam using the Akismet service.</Description>
66
<Product>Akismet for .NET</Product>
7-
<Version>1.1.0</Version>
7+
<Version>2.0.0</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

src/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Client(string apiKey, Blog blog, [StringSyntax(StringSyntaxAttribut
1818
/// <summary>
1919
/// The package version.
2020
/// </summary>
21-
private const string Version = "1.1.0";
21+
private const string Version = "2.0.0";
2222

2323
/// <summary>
2424
/// The Akismet API key.

test/Akismet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Company>Cedric-Belin.fr</Company>
44
<Copyright>© Cédric Belin</Copyright>
55
<Product>Akismet for .NET</Product>
6-
<Version>1.1.0</Version>
6+
<Version>2.0.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)