Skip to content

Commit 62053a0

Browse files
committed
Bump version to 1.0.19 for .NET library and 1.0.16 for VS Code extension
1 parent 166824d commit 62053a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/c-sharp/JakubKozera.OpenApiUi/JakubKozera.OpenApiUi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup>
22
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
33
<PackageId>JakubKozera.OpenApiUi</PackageId>
4-
<Version>1.0.18</Version>
4+
<Version>1.0.19</Version>
55
<Authors>Jakub Kozera</Authors>
66
<Description>A .NET library serving OpenAPI UI with HTML/CSS</Description>
77
<PackageTags>openapi;ui;html;css;dotnet</PackageTags>

src/vsc-extension/openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openapi-ui",
33
"displayName": "OpenAPI UI",
44
"description": "OpenAPI UI viewer for VS Code",
5-
"version": "1.0.15",
5+
"version": "1.0.16",
66
"publisher": "JakubKozera",
77
"icon": "openapi-ui.png",
88
"repository": {

0 commit comments

Comments
 (0)