Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dotnet": "2.2.1"
"dotnet": "2.3.0"
}
15 changes: 15 additions & 0 deletions dotnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [2.3.0](https://github.com/intility/templates/compare/dotnet-v2.2.1...dotnet-v2.3.0) (2026-06-02)


### Features

* **dotnet:** migrate OpenAPI generation to Microsoft.AspNetCore.OpenApi ([#627](https://github.com/intility/templates/issues/627)) ([daf49d1](https://github.com/intility/templates/commit/daf49d1211835e247fd0e2517f88fdbdd7893b79))


### Bug Fixes

* **dotnet:** Bump Intility.Authorization.Azure.GuestPolicies and Microsoft.Identity.Web ([#628](https://github.com/intility/templates/issues/628)) ([e438210](https://github.com/intility/templates/commit/e438210d2262afb4f054f72b14a32c35298a0c9c))
* **dotnet:** bump nuget packages and github actions ([#608](https://github.com/intility/templates/issues/608)) ([bc36322](https://github.com/intility/templates/commit/bc36322cfcf2b463ad87b42aaffca01d669cc84a))
* use client-id for release-please ([7a5912e](https://github.com/intility/templates/commit/7a5912ebfe928c5a1008f0ea33356c7b70336afb))
6 changes: 3 additions & 3 deletions dotnet/Intility.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>2.2.1</PackageVersion>
<PackageVersion>2.3.0</PackageVersion>
<PackageId>Intility.Templates</PackageId>
<Title>Intility Templates</Title>
<Authors>Intility</Authors>
Expand All @@ -20,8 +20,8 @@
</PropertyGroup>

<ItemGroup>
<Content Include="*\**\*" Exclude="**\bin\**;**\obj\**;**\.vscode\**" />
<Compile Remove="**\*" />
<Content Include="*\**\*" Exclude="**\bin\**;**\obj\**;**\.vscode\**"/>
<Compile Remove="**\*"/>
<None Include="LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

Expand Down