Skip to content

Commit 654d4ee

Browse files
authored
Prepare v0.2.0 release (#28)
1 parent 28f4278 commit 654d4ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This project publishes the SDK as a NuGet package from version tags.
1313
1. Confirm all intended issues for the release are merged.
1414
2. Confirm CI is green on `main`.
1515
3. Update package metadata and README examples if needed.
16-
4. Update `VersionPrefix` in `src/Termii/Termii.csproj`.
17-
5. Create and push a tag like `v0.1.0`.
16+
4. Update `VersionPrefix` and `PackageReleaseNotes` in `src/Termii/Termii.csproj`.
17+
5. Create and push a tag like `v0.2.0`.
1818
6. Confirm the release workflow creates the package artifact.
1919
7. Confirm NuGet publishing succeeds when the `NUGET_API_KEY` secret is configured.
2020

src/Termii/Termii.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<AssemblyName>Termii</AssemblyName>
55
<RootNamespace>Termii</RootNamespace>
66
<PackageId>Termii.SDK</PackageId>
7-
<VersionPrefix>0.1.0</VersionPrefix>
7+
<VersionPrefix>0.2.0</VersionPrefix>
88
<Description>A .NET SDK for the Termii messaging, token, and insights APIs.</Description>
9-
<PackageReleaseNotes>Initial SDK package metadata and release workflow preparation.</PackageReleaseNotes>
9+
<PackageReleaseNotes>Add messaging, sender ID, Number API, Token API, and Insights API client support with unit and integration smoke coverage.</PackageReleaseNotes>
1010
<PackageTags>termii;sms;otp;messaging;dotnet;sdk</PackageTags>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<NoWarn>$(NoWarn);1591</NoWarn>

0 commit comments

Comments
 (0)