diff --git a/LICENSE b/LICENSE
index 470f190..10b5b1c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013 - 2023 AngleSharp
+Copyright (c) 2013 - 2024 AngleSharp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 41b631c..cc20655 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
The MIT License (MIT)
-Copyright (c) 2020 - 2023 AngleSharp
+Copyright (c) 2020 - 2024 AngleSharp
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/nuke/Build.cs b/nuke/Build.cs
index 3757626..645fa14 100644
--- a/nuke/Build.cs
+++ b/nuke/Build.cs
@@ -89,11 +89,11 @@ protected override void OnBuildInitialized()
if (ScheduledTargets.Contains(Default))
{
- Version = $"{Version}-ci-{buildNumber}";
+ Version = $"{Version}-ci.{buildNumber}";
}
else if (ScheduledTargets.Contains(PrePublish))
{
- Version = $"{Version}-alpha-{buildNumber}";
+ Version = $"{Version}-beta.{buildNumber}";
}
}
diff --git a/nuke/ReleaseNotesParser.cs b/nuke/ReleaseNotesParser.cs
index 4b00a07..d911c90 100644
--- a/nuke/ReleaseNotesParser.cs
+++ b/nuke/ReleaseNotesParser.cs
@@ -17,16 +17,6 @@
///
public sealed class ReleaseNotesParser
{
- private readonly Regex _versionRegex;
-
- ///
- /// Initializes a new instance of the class.
- ///
- public ReleaseNotesParser()
- {
- _versionRegex = new Regex(@"(?\d+(\s*\.\s*\d+){0,3})(?-[a-z][0-9a-z-]*)?");
- }
-
///
/// Parses all release notes.
///
diff --git a/src/AngleSharp.Xml.nuspec b/src/AngleSharp.Xml.nuspec
index 2897e8e..c64c94e 100644
--- a/src/AngleSharp.Xml.nuspec
+++ b/src/AngleSharp.Xml.nuspec
@@ -6,13 +6,14 @@
AngleSharp
Florian Rappl
MIT
+
https://anglesharp.github.io
logo.png
README.md
false
Adds a powerful XML and DTD parser to AngleSharp.
https://github.com/AngleSharp/AngleSharp.Xml/blob/main/CHANGELOG.md
- Copyright 2016-2023, AngleSharp
+ Copyright 2016-2024, AngleSharp
html html5 css css3 dom requester http https xml dtd