Skip to content

Commit 29b57ec

Browse files
Merge branch 'main' into chore/oss-public
2 parents 46a669b + 4bedc09 commit 29b57ec

5 files changed

Lines changed: 25 additions & 5 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.0"
2+
".": "2.1.1"
33
}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dotnet-version: 10.0.x
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
32+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
3333
with:
3434
languages: csharp
3535
queries: security-and-quality
@@ -42,6 +42,6 @@ jobs:
4242
run: dotnet build --configuration Release --no-restore
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
45+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
4646
with:
4747
category: "/language:csharp"

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/intility/json-api-toolkit/compare/v2.1.0...v2.1.1) (2026-05-08)
4+
5+
6+
### Code Refactoring
7+
8+
* **controller:** dedupe filter+include logic between `JsonApiQue… ([#132](https://github.com/intility/json-api-toolkit/issues/132)) ([07f69f5](https://github.com/intility/json-api-toolkit/commit/07f69f559b769a367755f1e1ca4c3b4cb201e64e))
9+
* **filters:** split `NestedPropertyNavigator` into focused classes ([#130](https://github.com/intility/json-api-toolkit/issues/130)) ([9b602bd](https://github.com/intility/json-api-toolkit/commit/9b602bd35ce96c97cdc8ed1a4aa27d7cfeeb4ad1))
10+
11+
12+
### Documentation
13+
14+
* rename repo URLs and restructure README for OSS ([#142](https://github.com/intility/json-api-toolkit/issues/142)) ([e149f61](https://github.com/intility/json-api-toolkit/commit/e149f61fc3ec1a9dc3f57897ff5157e31fec3738))
15+
* update contributing guide for .NET 10 SDK and setup instructions ([82397c9](https://github.com/intility/json-api-toolkit/commit/82397c97d6b8417ef11911fe1b1b8b5315824670))
16+
* update contributing guide to remove outdated information and clarify setup instructions ([a1d296d](https://github.com/intility/json-api-toolkit/commit/a1d296dd97939033bffc9a8c16b9b460cc5335c9))
17+
18+
19+
### CI
20+
21+
* use GITHUB_TOKEN instead of NUGET_AUTH_TOKEN ([134eaa9](https://github.com/intility/json-api-toolkit/commit/134eaa98c530a5a880bc05c65b66fb8f5c80ec0a))
22+
323
## [2.1.0](https://github.com/intility/Intility.JsonApiToolkit/compare/v2.0.1...v2.1.0) (2026-05-07)
424

525

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Package metadata -->
88
<PackageId>Intility.JsonApiToolkit</PackageId>
9-
<Version>2.1.0</Version>
9+
<Version>2.1.1</Version>
1010
<Authors>Intility</Authors>
1111
<Company>Intility</Company>
1212
<Description>Build JSON:API endpoints in ASP.NET Core. Translates JSON:API query parameters (filter, sort, include, fields, page) into typed EF Core queries and returns spec-compliant response documents.</Description>

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.0 # x-release-please-version
5+
version: 2.1.1 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)