Skip to content

Commit

Permalink
bump package version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Mar 11, 2024
1 parent 70a4a13 commit 63877ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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.6.0" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.6.1" />
</ItemGroup>
```

Expand Down
7 changes: 2 additions & 5 deletions src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- implement streaming of content
- support of HTTP/3 protocol
- improve handling of config and settings
- specify JSON order of properties
- implement Function Calling
</PackageReleaseNotes>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework.StartsWith('net6.0')) or $(TargetFramework.StartsWith('net7.0')) or $(TargetFramework.StartsWith('net8.0'))">
Expand Down
6 changes: 5 additions & 1 deletion src/Mscc.GenerativeAI/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.6.1

- implement Function Calling

## 0.6.0

- implement streaming of content
Expand All @@ -9,7 +13,7 @@

## 0.5.4

- add embeddings
- implement Embeddings
- refactor handling of parts
- brief sanity check on model selection
- ⛳ allow configuration, safety settings and tools for Chat
Expand Down

0 comments on commit 63877ba

Please sign in to comment.