Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Mar 11, 2024
1 parent d021ba5 commit f2023c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Alternatively, add the following line to your `.csproj` file.

```text
<ItemGroup>
<PackageReference Include="Mscc.GenerativeAI" Version="0.5.4" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.6.0" />
</ItemGroup>
```

Expand Down
5 changes: 4 additions & 1 deletion src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- implement streaming of content.
- implement streaming of content
- support of HTTP/3 protocol
- improve handling of config and settings
- specify JSON order of properties
</PackageReleaseNotes>
<Version>0.6.0</Version>
</PropertyGroup>
Expand Down
7 changes: 7 additions & 0 deletions src/Mscc.GenerativeAI/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 0.6.0

- implement streaming of content
- support of HTTP/3 protocol
- improve handling of config and settings
- specify JSON order of properties

## 0.5.4

- add embeddings
Expand Down

0 comments on commit f2023c9

Please sign in to comment.