Skip to content

Commit 09e80ff

Browse files
authored
Merge pull request #16 from Nikcio-labs/feature/release-1.0.1
chore: Release 1.0.1
2 parents 116f332 + bb3a86d commit 09e80ff

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.0.1] (2026-03-14)
4+
5+
### Changes
6+
7+
- Bumps Microsoft.OpenApi from 3.3.1 to 3.4.0
8+
- Bumps Microsoft.OpenApi.YamlReader from 3.3.1 to 3.4.0
9+
310
## [1.0.0] (2026-02-21)
411

512
### Added

src/OpenApiCodeGenerator.Cli/OpenApiCodeGenerator.Cli.csproj

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

1010
<!-- NuGet Package -->
1111
<PackageId>Nikcio.OpenApiCodeGen</PackageId>
12-
<Version>1.0.0</Version>
12+
<Version>1.0.1</Version>
1313
<Authors>Nikcio</Authors>
1414
<Description>A fast, opinionated C# code generator for OpenAPI specifications. Generates records, enums, and type aliases from OpenAPI 3.x schemas.</Description>
1515
<PackageTags>openapi;codegen;csharp;code-generator;swagger;rest-api;dotnet-tool</PackageTags>

0 commit comments

Comments
 (0)