File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ protected override void OnBuildInitialized()
8989
9090 if ( ScheduledTargets . Contains ( Default ) )
9191 {
92- Version = $ "{ Version } -ci- { buildNumber } ";
92+ Version = $ "{ Version } -ci. buildNumber}";
9393 }
9494 else if ( ScheduledTargets . Contains ( PrePublish ) )
9595 {
96- Version = $ "{ Version } -alpha- { buildNumber } ";
96+ Version = $ "{ Version } -beta. { buildNumber } ";
9797 }
9898 }
9999
Original file line number Diff line number Diff line change 1717/// </remarks>
1818public sealed class ReleaseNotesParser
1919{
20- private readonly Regex _versionRegex ;
21-
22- /// <summary>
23- /// Initializes a new instance of the <see cref="ReleaseNotesParser"/> class.
24- /// </summary>
25- public ReleaseNotesParser ( )
26- {
27- _versionRegex = new Regex ( @"(?<Version>\d+(\s*\.\s*\d+){0,3})(?<Release>-[a-z][0-9a-z-]*)?" ) ;
28- }
29-
3020 /// <summary>
3121 /// Parses all release notes.
3222 /// </summary>
Original file line number Diff line number Diff line change 66 <authors >AngleSharp</authors >
77 <owners >Florian Rappl</owners >
88 <license type =" expression" >MIT</license >
9+ <repository type =" git" url =" https://github.com/AngleSharp/AngleSharp.Css" />
910 <projectUrl >https://anglesharp.github.io</projectUrl >
1011 <icon >logo.png</icon >
1112 <readme >README.md</readme >
You can’t perform that action at this time.
0 commit comments