Skip to content

Commit 2b15c35

Browse files
chore(main): release 2.1.7
1 parent 5ec62c2 commit 2b15c35

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [2.1.7](https://github.com/intility/json-api-toolkit/compare/v2.1.6...v2.1.7) (2026-06-16)
4+
5+
6+
### Build System
7+
8+
* **nuget:** Bump the microsoft group with 4 updates ([#170](https://github.com/intility/json-api-toolkit/issues/170)) ([5ec62c2](https://github.com/intility/json-api-toolkit/commit/5ec62c2d5ce138ea71f6ec31fbd5be638bca598d))
9+
310
## [2.1.6](https://github.com/intility/json-api-toolkit/compare/v2.1.5...v2.1.6) (2026-06-09)
411

512

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Package metadata -->
88
<PackageId>Intility.JsonApiToolkit</PackageId>
99
<Title>JsonApiToolkit</Title>
10-
<Version>2.1.6</Version>
10+
<Version>2.1.7</Version>
1111
<Authors>Intility</Authors>
1212
<Company>Intility</Company>
1313
<Copyright>Copyright (c) Intility</Copyright>

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Intility JsonApiToolkit
22
site_description: Documentation for Intility JsonApiToolkit
33
site_url: https://intility.github.io/json-api-toolkit/
44
extra:
5-
version: 2.1.6 # x-release-please-version
5+
version: 2.1.7 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)