Skip to content

Commit

Permalink
Merge pull request #904 from TestCentric/issue-903
Browse files Browse the repository at this point in the history
Update engine to alpha6
  • Loading branch information
CharliePoole authored Jun 17, 2022
2 parents 9309d00 + 419f944 commit 323024b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ config.wyam.hash
config.wyam.packages.xml

DraftRelease.md
TODO.txt
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const string DEFAULT_CONFIGURATION = "Release";
// NOTE: This must match what is actually referenced by
// the GUI test model project. Hopefully, this is a temporary
// fix, which we can get rid of in the future.
const string REF_ENGINE_VERSION = "2.0.0-dev00050";
const string REF_ENGINE_VERSION = "2.0.0-alpha6";

const string PACKAGE_NAME = "testcentric-gui";
const string NUGET_PACKAGE_NAME = "TestCentric.GuiRunner";
Expand Down
4 changes: 2 additions & 2 deletions src/TestModel/model/TestCentric.Gui.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="NUnit.Engine.Api" Version="4.0.0-dev00102" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00050" />
<PackageReference Include="TestCentric.Engine" Version="2.0.0-dev00050" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-alpha6" />
<PackageReference Include="TestCentric.Engine" Version="2.0.0-alpha6" />
</ItemGroup>

</Project>

0 comments on commit 323024b

Please sign in to comment.