Skip to content

Commit

Permalink
Merge pull request #1631 from adamralph/update-build-tools
Browse files Browse the repository at this point in the history
update Bullseye, SimpleExec, and MinVer to RC
  • Loading branch information
thomaslevesque committed Sep 29, 2019
2 parents fd82bcd + 9ff0a2b commit cbf5505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="1.0.0-rc.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.0.0-rc.1" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tools/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<NoWarn>$(NoWarn),SA0001</NoWarn>
<SimpleExecVersion>6.1.0-beta.1</SimpleExecVersion>
<SimpleExecVersion>6.1.0-rc.1</SimpleExecVersion>
<NuGetVersion>4.1.0</NuGetVersion>
<OctokitVersion>0.31.0</OctokitVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/FakeItEasy.Build/FakeItEasy.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bullseye" Version="3.0.0-beta.3" />
<PackageReference Include="Bullseye" Version="3.0.0-rc.1" />
<PackageReference Include="SimpleExec" Version="$(SimpleExecVersion)" />
<PackageReference Include="PdbGit" Version="3.0.41" ToolName="PdbGit" ToolExe="PdbGit.exe" />
</ItemGroup>
Expand Down

0 comments on commit cbf5505

Please sign in to comment.