File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ using this tokenized nuspec file.
15
15
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
16
16
<metadata >
17
17
<id >AutoTest.ArgumentNullException.Xunit</id >
18
- <version >0.5.1 .0</version >
18
+ <version >0.5.2 .0</version >
19
19
<authors >James Skimming</authors >
20
20
<owners >James Skimming</owners >
21
21
<requireLicenseAcceptance >false</requireLicenseAcceptance >
22
22
<description >Auto test ArgumentNullException using Xunit</description >
23
23
<tags >Unit Test TDD AutoFixture Exception ArgumentNullException Xunit</tags >
24
24
<dependencies >
25
- <dependency id =" AutoTest.ArgumentNullException" version =" 0.5.0 " />
25
+ <dependency id =" AutoTest.ArgumentNullException" version =" 0.5.2 " />
26
26
<dependency id =" xunit.extensions" version =" 1.9.1" />
27
27
</dependencies >
28
28
</metadata >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ using this tokenized nuspec file.
15
15
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
16
16
<metadata >
17
17
<id >AutoTest.ArgumentNullException</id >
18
- <version >0.5.1 .0</version >
18
+ <version >0.5.2 .0</version >
19
19
<authors >James Skimming</authors >
20
20
<owners >James Skimming</owners >
21
21
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
3
[ assembly: AssemblyVersion ( "0.5.0.0" ) ]
4
- [ assembly: AssemblyFileVersion ( "0.5.1 .0" ) ]
4
+ [ assembly: AssemblyFileVersion ( "0.5.2 .0" ) ]
You can’t perform that action at this time.
0 commit comments