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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fb1ca..2736c91 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.12.0] - 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..50b8c18 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.12.0 https://github.com/cmdotcom/text-sdk-dotnet en true - 2.11.1 - 2.11.1 + 2.12.0 + 2.12.0 True + README.md @@ -63,7 +64,7 @@ - + @@ -73,6 +74,10 @@ + + True + \ +