File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 33[ assembly: AssemblyCompany ( "Outercurve Foundation" ) ]
44[ assembly: AssemblyProduct ( "xUnit.net Runner for Visual Studio" ) ]
55[ assembly: AssemblyCopyright ( "Copyright (C) Outercurve Foundation" ) ]
6- [ assembly: AssemblyVersion ( "0 .99.10 .0" ) ]
6+ [ assembly: AssemblyVersion ( "99 .99.99 .0" ) ]
Original file line number Diff line number Diff line change 6969
7070 <Target Name =" SetVersionNumber" >
7171 <RegexReplace
72- Pattern =' < version> (\d+\.\d+\.\d+(-[A-Za-z0-9-]+)?)< '
73- Replacement =' < version> $1-build$(BuildNumber)< '
74- Files =' @(NuspecFiles)' />
72+ Pattern =' AssemblyVersion\("99\.99\.99\.0"\)'
73+ Replacement =' AssemblyVersion("$(BuildAssemblyVersion)")'
74+ Files =' common\GlobalAssemblyInfo.cs'
75+ Condition =" '$(BuildAssemblyVersion)' != '' " />
7576 <RegexReplace
76- Pattern =' version=" \[(\d+\.\d+\.\d+(-[A-Za-z0-9-]+)?)\]" '
77- Replacement =' version=" [$1-build$(BuildNumber)]" '
78- Files =' @(NuspecFiles)' />
77+ Pattern =' 99\.99\.99'
78+ Replacement =' $(BuildSemanticVersion)'
79+ Files =' @(NuspecFiles)'
80+ Condition =" '$(BuildSemanticVersion)' != '' " />
7981 </Target >
8082
8183 <Target Name =' GitHubLink' >
82- <Exec Command =' packages\githublink\tools\GitHubLink.exe $(MSBuildThisFileDirectory) -u https://github.com/xunit/xunit -commit $(CommitHash)' IgnoreExitCode =' true' />
84+ <Exec
85+ Command =' packages\githublink\tools\GitHubLink.exe $(MSBuildThisFileDirectory) -u https://github.com/xunit/visualstudio.xunit -commit $(CommitHash)'
86+ IgnoreExitCode =' true'
87+ Condition =" '$(CommitHash)' != '' " />
8388 </Target >
8489
8590 <Target Name =' Packages' DependsOnTargets =" _DownloadNuGet" >
Original file line number Diff line number Diff line change 22<package >
33 <metadata minClientVersion =" 2.5" >
44 <id >xunit.runner.visualstudio</id >
5- <version >0 .99.10 </version >
5+ <version >99 .99.99 </version >
66 <title >xUnit.net [Visual Studio Runner]</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 >
You can’t perform that action at this time.
0 commit comments