File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >TestStack.BDDfy.Samples</id >
5
- <version >3.10 </version >
6
- <title >Two BDD samples done using BDDfy</title >
5
+ <version >$version$ </version >
6
+ <title >TestStack. BDDfy.Samples </title >
7
7
<authors >Mehdi Khalili, Michael Whelan</authors >
8
8
<owners >Mehdi Khalili, Michael Whelan</owners >
9
9
<requireLicenseAcceptance >false</requireLicenseAcceptance >
10
- <description >contains two small samples that showcase BDDfy's API and usage</description >
10
+ <description >Contains two small samples that showcase BDDfy's API and usage</description >
11
11
<projectUrl >http://teststack.github.com/TestStack.BDDfy/</projectUrl >
12
12
<dependencies >
13
- <dependency id =" TestStack.BDDfy" version =" 3.10 " />
13
+ <dependency id =" TestStack.BDDfy" version =" $version$ " />
14
14
<dependency id =" nunit" version =" 2.5" />
15
15
</dependencies >
16
16
</metadata >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >TestStack.BDDfy</id >
5
- <version >3.15 </version >
6
- <title >A simple to use and extend BDD framework for .Net programmers </title >
5
+ <version >$version$ </version >
6
+ <title >TestStack.BDDfy </title >
7
7
<authors >Mehdi Khalili, Michael Whelan</authors >
8
8
<owners >Mehdi Khalili, Michael Whelan</owners >
9
9
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 81
81
<CreateItem Include =" $(BDDfySpec);$(SamplesSpec);" >
82
82
<Output ItemName =" NuGetSpec" TaskParameter =" Include" />
83
83
</CreateItem >
84
- <FileUpdate Files =" @(NuGetSpec)" Regex =" 0\.0\.0\.0" ReplacementText =" $(Version)" />
85
84
<CallTarget Targets =" CopyBDDfyLibs;CopyBDDfySampleFiles;" />
86
85
<MakeDir Directories =" $(PackageOutput)" ContinueOnError =" true" />
87
- <Exec Command =' $(NuGetExe) pack "%(NuGetSpec.FullPath)"' WorkingDirectory =" $(PackageOutput)" />
86
+ <Exec Command =' $(NuGetExe) pack "%(NuGetSpec.FullPath)" -version $(Version) ' WorkingDirectory =" $(PackageOutput)" />
88
87
</Target >
89
88
90
89
<Target Name =" Release" DependsOnTargets =" Clean;Prepare;Build;Pack" />
You can’t perform that action at this time.
0 commit comments