Skip to content

Commit f2023c9

Browse files
bump version to 0.6.0
1 parent d021ba5 commit f2023c9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Alternatively, add the following line to your `.csproj` file.
3434

3535
```text
3636
<ItemGroup>
37-
<PackageReference Include="Mscc.GenerativeAI" Version="0.5.4" />
37+
<PackageReference Include="Mscc.GenerativeAI" Version="0.6.0" />
3838
</ItemGroup>
3939
```
4040

src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2323
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
2424
<PackageReleaseNotes>
25-
- implement streaming of content.
25+
- implement streaming of content
26+
- support of HTTP/3 protocol
27+
- improve handling of config and settings
28+
- specify JSON order of properties
2629
</PackageReleaseNotes>
2730
<Version>0.6.0</Version>
2831
</PropertyGroup>

src/Mscc.GenerativeAI/RELEASE.md

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

3+
## 0.6.0
4+
5+
- implement streaming of content
6+
- support of HTTP/3 protocol
7+
- improve handling of config and settings
8+
- specify JSON order of properties
9+
310
## 0.5.4
411

512
- add embeddings

0 commit comments

Comments
 (0)