Skip to content

Commit 63877ba

Browse files
bump package version to 0.6.1
1 parent 70a4a13 commit 63877ba

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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.6.0" />
37+
<PackageReference Include="Mscc.GenerativeAI" Version="0.6.1" />
3838
</ItemGroup>
3939
```
4040

src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2323
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
2424
<PackageReleaseNotes>
25-
- implement streaming of content
26-
- support of HTTP/3 protocol
27-
- improve handling of config and settings
28-
- specify JSON order of properties
25+
- implement Function Calling
2926
</PackageReleaseNotes>
30-
<Version>0.6.0</Version>
27+
<Version>0.6.1</Version>
3128
</PropertyGroup>
3229

3330
<PropertyGroup Condition="$(TargetFramework.StartsWith('net6.0')) or $(TargetFramework.StartsWith('net7.0')) or $(TargetFramework.StartsWith('net8.0'))">

src/Mscc.GenerativeAI/RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.6.1
4+
5+
- implement Function Calling
6+
37
## 0.6.0
48

59
- implement streaming of content
@@ -9,7 +13,7 @@
913

1014
## 0.5.4
1115

12-
- add embeddings
16+
- implement Embeddings
1317
- refactor handling of parts
1418
- brief sanity check on model selection
1519
- ⛳ allow configuration, safety settings and tools for Chat

0 commit comments

Comments
 (0)