From 63877ba30f0a76be59bf76379d0360ffd8aaf20b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jochen=20Kirst=C3=A4tter?=
<7329802+jochenkirstaetter@users.noreply.github.com>
Date: Mon, 11 Mar 2024 20:58:48 +0400
Subject: [PATCH] bump package version to 0.6.1
---
README.md | 2 +-
src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj | 7 ++-----
src/Mscc.GenerativeAI/RELEASE.md | 6 +++++-
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 30e86a8..e64cdac 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Alternatively, add the following line to your `.csproj` file.
```text
-
+
```
diff --git a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
index 74873a3..dbc9c7f 100644
--- a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
+++ b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
@@ -22,12 +22,9 @@
LICENSE
False
- - implement streaming of content
- - support of HTTP/3 protocol
- - improve handling of config and settings
- - specify JSON order of properties
+ - implement Function Calling
- 0.6.0
+ 0.6.1
diff --git a/src/Mscc.GenerativeAI/RELEASE.md b/src/Mscc.GenerativeAI/RELEASE.md
index 68d34dd..e4969ef 100644
--- a/src/Mscc.GenerativeAI/RELEASE.md
+++ b/src/Mscc.GenerativeAI/RELEASE.md
@@ -1,5 +1,9 @@
# Release Notes
+## 0.6.1
+
+- implement Function Calling
+
## 0.6.0
- implement streaming of content
@@ -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