Skip to content

Commit

Permalink
Update engine reference to beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed May 9, 2023
1 parent 9ef1d50 commit 477c364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static string[] VALID_CONFIGS = new [] { "Release", "Debug" };
// 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-dev00017";
const string REF_ENGINE_VERSION = "2.0.0-beta1";

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="3.16.2" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Engine" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-beta1" />
<PackageReference Include="TestCentric.Engine" Version="2.0.0-beta1" />
</ItemGroup>

</Project>

0 comments on commit 477c364

Please sign in to comment.