1
0

v0.1.0 - SMS messaging

This commit is contained in:
2025-12-03 19:58:44 +01:00
parent 4d2d1fb9d5
commit b5a6205e52
3 changed files with 9 additions and 2 deletions

View File

@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
_No changes yet_
## [v0.1.0] - 2025-12-03
_Initial release, SMS only._
### Added ### 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

View File

@@ -14,7 +14,6 @@
<Company>AM.WD</Company> <Company>AM.WD</Company>
<Authors>Andreas Müller</Authors> <Authors>Andreas Müller</Authors>
<Copyright>© {copyright:2025-} AM.WD</Copyright> <Copyright>© {copyright:2025-} AM.WD</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(GITLAB_CI)' == 'true'"> <PropertyGroup Condition="'$(GITLAB_CI)' == 'true'">

View File

@@ -16,7 +16,9 @@
<EmbedUntrackedSources>false</EmbedUntrackedSources> <EmbedUntrackedSources>false</EmbedUntrackedSources>
<PackageIcon>package-icon.png</PackageIcon> <PackageIcon>package-icon.png</PackageIcon>
<PackageProjectUrl>https://developer.linkmobility.eu/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile> <PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Product>LINK Mobility REST API</Product> <Product>LINK Mobility REST API</Product>
<Description>Implementation of the LINK Mobility REST API using .NET</Description> <Description>Implementation of the LINK Mobility REST API using .NET</Description>