From 73b007152352a492b0d2c6eb5d5fbfc1e1ecb8d3 Mon Sep 17 00:00:00 2001 From: Bas Gijzen Date: Fri, 1 Aug 2025 09:57:18 +0200 Subject: [PATCH 1/3] Updating dependencies --- CHANGELOG.md | 4 ++++ CM.Text.Tests/CM.Text.Tests.csproj | 2 +- CM.Text/CM.Text.csproj | 17 +++++++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fb1ca..646ab96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.11.2] - 2025-08-01 +### Updated +- Updated dependencies and .NET version + ## [2.11.1] - 2025-01-31 ### Added - Derived type declarations on `SuggestionBase` diff --git a/CM.Text.Tests/CM.Text.Tests.csproj b/CM.Text.Tests/CM.Text.Tests.csproj index 76e45a1..14bd060 100644 --- a/CM.Text.Tests/CM.Text.Tests.csproj +++ b/CM.Text.Tests/CM.Text.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable diff --git a/CM.Text/CM.Text.csproj b/CM.Text/CM.Text.csproj index a96c07e..27ee3da 100644 --- a/CM.Text/CM.Text.csproj +++ b/CM.Text/CM.Text.csproj @@ -1,8 +1,8 @@  - netstandard2.0;net7.0 - CM Text + netstandard2.0;net8.0 + CM.com Messaging team CM.com CM Text SDK A software development kit to provide ways to interact with CM.com's Text/messaging service. @@ -13,13 +13,14 @@ LICENSE icon.png $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md")) - 2.11.1 + 2.11.2 https://github.com/cmdotcom/text-sdk-dotnet en true - 2.11.1 - 2.11.1 + 2.11.2 + 2.11.2 True + README.md @@ -63,7 +64,7 @@ - + @@ -73,6 +74,10 @@ + + True + \ + From 51fee5814fe3c66696c72f98495c40af4b94a00c Mon Sep 17 00:00:00 2001 From: Bas Gijzen Date: Fri, 1 Aug 2025 10:06:48 +0200 Subject: [PATCH 2/3] Bumping version --- CHANGELOG.md | 2 +- CM.Text/CM.Text.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646ab96..2736c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.11.2] - 2025-08-01 +## [2.12.0] - 2025-08-01 ### Updated - Updated dependencies and .NET version diff --git a/CM.Text/CM.Text.csproj b/CM.Text/CM.Text.csproj index 27ee3da..50b8c18 100644 --- a/CM.Text/CM.Text.csproj +++ b/CM.Text/CM.Text.csproj @@ -13,12 +13,12 @@ LICENSE icon.png $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md")) - 2.11.2 + 2.12.0 https://github.com/cmdotcom/text-sdk-dotnet en true - 2.11.2 - 2.11.2 + 2.12.0 + 2.12.0 True README.md From a3a61ea56abf3840630fafaf51848baac77c0efe Mon Sep 17 00:00:00 2001 From: Bas Gijzen Date: Fri, 1 Aug 2025 10:08:04 +0200 Subject: [PATCH 3/3] Updating build versions --- .github/workflows/main.yml | 3 +-- .github/workflows/nuget.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 794bbfd..edb7475 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x - 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index ba97fc2..739c3d1 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -15,8 +15,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x - 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore - name: Build