From b5a6205e529f8d3e287d6fc411ce3eb5b74758b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Dec 2025 19:58:44 +0100 Subject: [PATCH] v0.1.0 - SMS messaging --- CHANGELOG.md | 8 +++++++- Directory.Build.props | 1 - src/LinkMobility/LinkMobility.csproj | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59994e9..ce2b6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No changes yet_ +## [v0.1.0] - 2025-12-03 + +_Initial release, SMS only._ ### Added @@ -21,4 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/AM-WD/LinkMobility +[Unreleased]: https://github.com/AM-WD/LinkMobility/compare/v0.1.0...HEAD + +[v0.1.0]: https://github.com/AM-WD/LinkMobility/commits/v0.1.0 diff --git a/Directory.Build.props b/Directory.Build.props index 2578254..8968f55 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,6 @@ AM.WD Andreas Müller © {copyright:2025-} AM.WD - MIT diff --git a/src/LinkMobility/LinkMobility.csproj b/src/LinkMobility/LinkMobility.csproj index 7ae8d6c..d6563fd 100644 --- a/src/LinkMobility/LinkMobility.csproj +++ b/src/LinkMobility/LinkMobility.csproj @@ -16,7 +16,9 @@ false package-icon.png + https://developer.linkmobility.eu/ README.md + LICENSE.txt LINK Mobility REST API Implementation of the LINK Mobility REST API using .NET