File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
AutoTest.ArgumentNullException.Xunit
AutoTest.ArgumentNullException Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - src\packages -> **\packages.config
1414
1515# version format
16- version : 0.7 .0.{build}
16+ version : 0.8 .0.{build}
1717
1818# ---------------------------------#
1919# environment configuration #
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ using this tokenized nuspec file.
1515<package xmlns =" http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd" >
1616 <metadata >
1717 <id >$id$</id >
18- <version >0.7 .0</version >
18+ <version >0.8 .0</version >
1919 <title >$title$</title >
2020 <authors >James Skimming</authors >
2121 <owners >James Skimming</owners >
@@ -25,7 +25,7 @@ using this tokenized nuspec file.
2525 <description >$description$</description >
2626 <tags >Unit Test TDD AutoFixture Exception ArgumentNullException</tags >
2727 <dependencies >
28- <dependency id =" AutoTest.ArgumentNullException" version =" 0.7 .0" />
28+ <dependency id =" AutoTest.ArgumentNullException" version =" 0.8 .0" />
2929 </dependencies >
3030 </metadata >
3131</package >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ using this tokenized nuspec file.
1515<package xmlns =" http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd" >
1616 <metadata >
1717 <id >$id$</id >
18- <version >0.7 .0</version >
18+ <version >0.8 .0</version >
1919 <title >$title$</title >
2020 <authors >James Skimming</authors >
2121 <owners >James Skimming</owners >
Original file line number Diff line number Diff line change 11using System . Reflection ;
22
33[ assembly: AssemblyVersion ( "0.7.0.0" ) ]
4- [ assembly: AssemblyFileVersion ( "0.7 .0.0" ) ]
4+ [ assembly: AssemblyFileVersion ( "0.8 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments