Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 4bf93ba

Browse files
Update packages (#21)
1 parent 9766746 commit 4bf93ba

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

src/Example.Failing/Example.Failing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
10+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/Example.Issue157-Fail/Example.Issue157-Fail.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
10+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/Example.Issue157-Success/Example.Issue157-Success.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
10+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/Example.UsingExternalFile/Example.UsingExternalFile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="2.2.0" />
11-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
11+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/Example/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="2.2.0" />
11-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
11+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1212
</ItemGroup>
1313

1414
</Project>

src/Machine.Specifications.ConsoleRunner.Specs/Machine.Specifications.ConsoleRunner.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="2.2.0" />
11-
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
11+
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
1212
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
1414
</ItemGroup>

src/Machine.Specifications.ConsoleRunner.x86/Machine.Specifications.ConsoleRunner.x86.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="CommandLineParser" Version="1.9.71" />
23-
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0-beta1" />
24-
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0-beta2" />
23+
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0" />
24+
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/Machine.Specifications.ConsoleRunner/Machine.Specifications.ConsoleRunner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="CommandLineParser" Version="1.9.71" PrivateAssets="All" />
31-
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0-beta1" PrivateAssets="All" />
32-
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0-beta2" PrivateAssets="All" />
31+
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0" PrivateAssets="All" />
32+
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0" PrivateAssets="All" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)