diff --git a/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj b/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj index 9e972aad..6a90a154 100644 --- a/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj +++ b/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4Orm.Tests/CDP4Orm.Tests.csproj b/CDP4Orm.Tests/CDP4Orm.Tests.csproj index 6d074715..83d9d045 100644 --- a/CDP4Orm.Tests/CDP4Orm.Tests.csproj +++ b/CDP4Orm.Tests/CDP4Orm.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4Orm/CDP4Orm.csproj b/CDP4Orm/CDP4Orm.csproj index 8bf02ce7..fe503d03 100644 --- a/CDP4Orm/CDP4Orm.csproj +++ b/CDP4Orm/CDP4Orm.csproj @@ -80,7 +80,7 @@ - + diff --git a/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj b/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj index b440be48..8e325dd4 100644 --- a/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj +++ b/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CometServer.Tests/CometServer.Tests.csproj b/CometServer.Tests/CometServer.Tests.csproj index 2afd7f71..c8282ae9 100644 --- a/CometServer.Tests/CometServer.Tests.csproj +++ b/CometServer.Tests/CometServer.Tests.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/CometServer/CometServer.csproj b/CometServer/CometServer.csproj index 6a1b0263..7aaa8184 100644 --- a/CometServer/CometServer.csproj +++ b/CometServer/CometServer.csproj @@ -3,7 +3,7 @@ net8.0 Starion Group S.A. CometServer-CE - 8.0.0-RC29 + 8.0.0-RC30 CDP4-COMET Services API Copyright © Starion Group S.A. AGPL-3.0-only @@ -17,12 +17,12 @@ OnOutputUpdated - - - - + + + + - + @@ -38,7 +38,7 @@ - + diff --git a/README.Create-RC.txt b/README.Create-RC.txt new file mode 100644 index 00000000..badf356f --- /dev/null +++ b/README.Create-RC.txt @@ -0,0 +1,2 @@ +DOCKER_BUILDKIT=1 docker build -f Dockerfile -t rheagroup/comet-webservices-community-edition:d8.0.0-rc30 . +docker push rheagroup/comet-webservices-community-edition:8.0.0-rc30 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 98fc2d91..1832b48e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - comet-db-logs:/logs comet_webservices: - image: rheagroup/comet-webservices-community-edition:8.0.0-rc29 + image: rheagroup/comet-webservices-community-edition:8.0.0-rc30 container_name: comet-webservices shm_size: 512m restart: always