diff --git a/Build/build.cake b/Build/build.cake index 495df71..edcf874 100644 --- a/Build/build.cake +++ b/Build/build.cake @@ -17,7 +17,7 @@ var solutionPath = "../SmppClient.sln"; var projectName = "SmppClient"; var projectFolder = "../Source/"; var gitRepoRootFolder = "../"; -var solutionVersion = "1.0.0"; +var solutionVersion = "1.1.0"; var projects = new List<(string path, string name, string version)> { ("SmppClient/", "SmppClient.csproj", solutionVersion), diff --git a/CHANGELOG.md b/CHANGELOG.md index 8055c74..89d4809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,10 @@ All notable changes to SMPPClient project will be documented in this file. - Migration to .NET 8.0 - Initial NuGet package release. - Started using changelog + +## [1.1.0] - 2026-08-23 + +### Added + +- `SendMessage` overload accepting `destTon`/`destNpi` on `ESMEManager` and `ESMEConnection`. +- Update NuGet package release. \ No newline at end of file diff --git a/Source/SmppClient/SmppClient.csproj b/Source/SmppClient/SmppClient.csproj index 3e6e187..eeabf9b 100644 --- a/Source/SmppClient/SmppClient.csproj +++ b/Source/SmppClient/SmppClient.csproj @@ -1,14 +1,14 @@ - + net8.0 BSN.SmppClient - 1.0.0 - 1.0.0 + 1.1.0 + 1.1.0 Ardan Studio, BSN Company Ardan Studio, BSN Developers Ardan Studio Until 2024, BSN Co 2024 true - 1.0.0 + 1.1.0 https://github.com/BSVN/Commons SMPP Communication library for enterprise application @@ -49,7 +49,7 @@ true - + @@ -92,7 +92,7 @@ false true 0 - 1.0.0.%2a + 1.1.0.%2a false true false