Skip to content

Commit 4e04ebd

Browse files
bump version
1 parent d9487bf commit 4e04ebd

File tree

3 files changed

+13
-3
lines changed

3 files changed

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

src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2323
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
2424
<PackageReleaseNotes>
25-
- Implement Chat
25+
- add embeddings
26+
- refactor handling of parts
27+
- brief sanity check on model selection
28+
- ⛳ allow configuration, safety settings and tools for Chat
2629
</PackageReleaseNotes>
27-
<Version>0.5.3</Version>
30+
<Version>0.5.4</Version>
2831
</PropertyGroup>
2932

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

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.5.4
4+
5+
- add embeddings
6+
- refactor handling of parts
7+
- brief sanity check on model selection
8+
- ⛳ allow configuration, safety settings and tools for Chat
9+
310
## 0.5.3
411

512
- Implement Chat

0 commit comments

Comments
 (0)