From e23734dac7c2977f9efd209ac4bf38f87c5dedb7 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Sun, 25 Feb 2024 15:56:11 +0100 Subject: [PATCH] Updated license date --- LICENSE | 2 +- README.md | 2 +- nuke/Build.cs | 4 ++-- nuke/ReleaseNotesParser.cs | 10 ---------- src/AngleSharp.Io.nuspec | 3 ++- 5 files changed, 6 insertions(+), 15 deletions(-) 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 5619f89..2bcba6b 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org) The MIT License (MIT) -Copyright (c) 2015 - 2023 AngleSharp +Copyright (c) 2015 - 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 cbd915b..f44344c 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.Io.nuspec b/src/AngleSharp.Io.nuspec index 2806336..408d49c 100644 --- a/src/AngleSharp.Io.nuspec +++ b/src/AngleSharp.Io.nuspec @@ -6,13 +6,14 @@ AngleSharp Florian Rappl MIT + https://anglesharp.github.io logo.png README.md false Providers additional requesters and IO helpers for AngleSharp. https://github.com/AngleSharp/AngleSharp.Io/blob/main/CHANGELOG.md - Copyright 2016-2023, AngleSharp + Copyright 2016-2024, AngleSharp html html5 css css3 dom requester http https io filesystem storage httpclient cache