Skip to content

Commit 265ab20

Browse files
release: 6.3.0
1 parent 2bec549 commit 265ab20

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 6.3.0 (2026-07-24)
4+
5+
Full Changelog: [v6.2.0...v6.3.0](https://github.com/imagekit-developer/imagekit-dotnet/compare/v6.2.0...v6.3.0)
6+
7+
### Features
8+
9+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([e827186](https://github.com/imagekit-developer/imagekit-dotnet/commit/e82718678fd3289b5cf213b87434418bbc983195))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** tolerate JSON null in required untyped fields and prefer more specific union variants ([2bec549](https://github.com/imagekit-developer/imagekit-dotnet/commit/2bec549e4d11458a351838320952b6fd96a2742d))
15+
316
## 6.2.0 (2026-07-14)
417

518
Full Changelog: [v6.1.0...v6.2.0](https://github.com/imagekit-developer/imagekit-dotnet/compare/v6.1.0...v6.2.0)

src/Imagekit/Imagekit.csproj

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

0 commit comments

Comments
 (0)