You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Termii/Termii.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
<AssemblyName>Termii</AssemblyName>
5
5
<RootNamespace>Termii</RootNamespace>
6
6
<PackageId>Termii.SDK</PackageId>
7
-
<VersionPrefix>0.2.0</VersionPrefix>
7
+
<VersionPrefix>0.3.0</VersionPrefix>
8
8
<Description>A .NET SDK for the Termii messaging, token, and insights APIs, compatible with .NET Core 3.1 through .NET 10.</Description>
9
-
<PackageReleaseNotes>Add messaging, sender ID, Number API, Token API, and Insights API client support with unit and integration smoke coverage.</PackageReleaseNotes>
9
+
<PackageReleaseNotes>Add webhook event models, message analytics support, and explicit .NET Core 3.1 through .NET 10 compatibility documentation.</PackageReleaseNotes>
0 commit comments