-
released this
2026-02-20 18:41:46 +00:00 | 8 commits to main since this releaseWhat's Changed
Fixed
- Timestamp formatting: All timestamps now use AT Protocol spec-compliant millisecond precision (
2026-02-20T18:19:03.889Z) instead of the overly precise 7-digit format (2026-02-20T18:19:03.8899309Z) previously generated byDateTime.ToString("o").
Added
AtProtoJsonDefaults.FormatTimestamp(DateTime)— formats anyDateTimeto AT Proto spec-compliant string.AtProtoJsonDefaults.NowTimestamp()— returns the current UTC time as an AT Proto timestamp.
Packages
Install from the Forgejo NuGet registry:
<PackageReference Include="ATProtoNet" Version="0.1.1" /> <PackageReference Include="ATProtoNet.Server" Version="0.1.1" /> <PackageReference Include="ATProtoNet.Blazor" Version="0.1.1" />Full changelog: v0.1.0...v0.1.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Timestamp formatting: All timestamps now use AT Protocol spec-compliant millisecond precision (