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()
89
89
90
90
if ( ScheduledTargets . Contains ( Default ) )
91
91
{
92
- Version = $ "{ Version } -ci- { buildNumber } ";
92
+ Version = $ "{ Version } -ci. buildNumber}";
93
93
}
94
94
else if ( ScheduledTargets . Contains ( PrePublish ) )
95
95
{
96
- Version = $ "{ Version } -alpha- { buildNumber } ";
96
+ Version = $ "{ Version } -beta. { buildNumber } ";
97
97
}
98
98
}
99
99
Original file line number Diff line number Diff line change 17
17
/// </remarks>
18
18
public sealed class ReleaseNotesParser
19
19
{
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
-
30
20
/// <summary>
31
21
/// Parses all release notes.
32
22
/// </summary>
Original file line number Diff line number Diff line change 6
6
<authors >AngleSharp</authors >
7
7
<owners >Florian Rappl</owners >
8
8
<license type =" expression" >MIT</license >
9
+ <repository type =" git" url =" https://github.com/AngleSharp/AngleSharp.Css" />
9
10
<projectUrl >https://anglesharp.github.io</projectUrl >
10
11
<icon >logo.png</icon >
11
12
<readme >README.md</readme >
You can’t perform that action at this time.
0 commit comments