Skip to content

Commit 0cbc7db

Browse files
release: 0.12.1
1 parent 9b88b0a commit 0cbc7db

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.12.1 (2026-03-12)
4+
5+
Full Changelog: [v0.12.0...v0.12.1](https://github.com/sentdm/sent-dm-csharp/compare/v0.12.0...v0.12.1)
6+
7+
### Chores
8+
9+
* **client:** update formatting ([236e8cc](https://github.com/sentdm/sent-dm-csharp/commit/236e8cc96b98c2822f530799bffa4cf2f4295e5d))
10+
311
## 0.12.0 (2026-03-12)
412

513
Full Changelog: [v0.11.0...v0.12.0](https://github.com/sentdm/sent-dm-csharp/compare/v0.11.0...v0.12.0)

src/Sentdm/Sentdm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Sent Dm C#</AssemblyTitle>
55
<AssemblyName>Sentdm</AssemblyName>
6-
<VersionPrefix>0.12.0</VersionPrefix>
6+
<VersionPrefix>0.12.1</VersionPrefix>
77
<Description>The official .NET library for the Sent Dm API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)