Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Mar 7, 2024
1 parent d9487bf commit 4e04ebd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.5.3" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.5.4" />
</ItemGroup>
```

Expand Down
7 changes: 5 additions & 2 deletions src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- Implement Chat
- add embeddings
- refactor handling of parts
- brief sanity check on model selection
- ⛳ allow configuration, safety settings and tools for Chat
</PackageReleaseNotes>
<Version>0.5.3</Version>
<Version>0.5.4</Version>
</PropertyGroup>

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

## 0.5.4

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

## 0.5.3

- Implement Chat
Expand Down

0 comments on commit 4e04ebd

Please sign in to comment.