Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senketsu03 committed Jun 9, 2023
1 parent 2de0643 commit 856d521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Release 0.4.0

- Add `HTTP/1.1, 2, 3` server with generatable swagger/redoc API page
- Add `HTTP/3` client
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<!-- requires net8.0 -->
<!-- <UseArtifactsOutput>true</UseArtifactsOutput> -->
<!-- <Platofrms>AnyCPU;x64</Platofrms> -->
<VersionPrefix>0.3.2</VersionPrefix>
<VersionSuffix>preview.0</VersionSuffix>
<AssemblyVersion>0.3.2.1</AssemblyVersion>
<FileVersion>0.3.2.1</FileVersion>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<Configurations>Debug;Release</Configurations>

<!-- metadata -->
Expand Down

0 comments on commit 856d521

Please sign in to comment.