From ef5624ee4e3d4a00781542f89f7e051c48b140d0 Mon Sep 17 00:00:00 2001 From: edmand46 Date: Fri, 4 Sep 2026 15:37:00 +0300 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 2 +- Rudder.Core.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e7a51..3366285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.0.0 Breaking change — major bump. The local scenario engine is replaced by a server-driven effects client; the realtime websocket client is removed. diff --git a/Rudder.Core.csproj b/Rudder.Core.csproj index 26f0580..022768d 100644 --- a/Rudder.Core.csproj +++ b/Rudder.Core.csproj @@ -6,7 +6,7 @@ Rudder.Core RudderSdk.Core Rudder.Core - 0.4.0 + 1.0.0 Rudder Rudder LiveOps client SDK for .NET: auth, player, stores, battle pass, quests, leaderboards, inventory, remote config, scenarios and storage. MIT