Skip to content

Commit

Permalink
🎉 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Kirstätter committed Mar 7, 2024
1 parent f5c97ba commit daac644
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.2" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.5.3" />
</ItemGroup>
```

Expand Down
5 changes: 2 additions & 3 deletions src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- Correct JSON conversion of SafetySettings
- Use of enum string values
- Implement Chat
</PackageReleaseNotes>
<Version>0.5.2</Version>
<Version>0.5.3</Version>
</PropertyGroup>

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

## 0.5.3

- Implement Chat

## 0.5.2

- Correct JSON conversion of SafetySettings
Expand Down

0 comments on commit daac644

Please sign in to comment.