From 477c3644048e375419e281fbdd4be6d3f482c721 Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Tue, 9 May 2023 08:37:41 -0700 Subject: [PATCH] Update engine reference to beta1 release --- build.cake | 2 +- src/TestModel/model/TestCentric.Gui.Model.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.cake b/build.cake index c1ad9a88b..4370ea0d4 100644 --- a/build.cake +++ b/build.cake @@ -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"; diff --git a/src/TestModel/model/TestCentric.Gui.Model.csproj b/src/TestModel/model/TestCentric.Gui.Model.csproj index fc8dfbf87..55f5400a4 100644 --- a/src/TestModel/model/TestCentric.Gui.Model.csproj +++ b/src/TestModel/model/TestCentric.Gui.Model.csproj @@ -16,8 +16,8 @@ - - + + \ No newline at end of file