We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd8ef commit d2776a5Copy full SHA for d2776a5
RestSharp.Tests/NuSpecUpdateTask.cs
@@ -67,7 +67,7 @@ public class WhenSpecFileIsValid : BaseNuSpecUpdateTest
67
private string _expectedDescription = "Simple REST and HTTP API Client";
68
private string _expectedAuthors = "John Sheehan, RestSharp Community";
69
private string _expectedOwners = "John Sheehan, RestSharp Community";
70
- private Regex _expectedVersion = new Regex(@"^\d+\.\d+\.\d+(-\w+)$", RegexOptions.Compiled);
+ private Regex _expectedVersion = new Regex(@"^\d+\.\d+\.\d+(-\w+)?$", RegexOptions.Compiled);
71
72
protected override void Setup()
73
{
0 commit comments