Skip to content

Commit 911c8f0

Browse files
committed
Update to 99.99.99-dev
1 parent 490cbd6 commit 911c8f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visualstudio.xunit.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
Files='common\GlobalAssemblyInfo.cs'
6666
Condition=" '$(BuildAssemblyVersion)' != '' "/>
6767
<RegexReplace
68-
Pattern='99\.99\.99'
68+
Pattern='99\.99\.99-dev'
6969
Replacement='$(BuildSemanticVersion)'
7070
Files='@(NuspecFiles)'
7171
Condition=" '$(BuildSemanticVersion)' != '' "/>

xunit.runner.visualstudio.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata minClientVersion="2.5">
44
<id>xunit.runner.visualstudio</id>
5-
<version>99.99.99</version>
5+
<version>99.99.99-dev</version>
66
<title>xUnit.net [Runner: Visual Studio]</title>
77
<authors>James Newkirk, Brad Wilson</authors>
88
<description>Includes support for running xUnit.net v1 and v2 tests from Visual Studio 2012+.</description>

0 commit comments

Comments
 (0)