Skip to content

Commit

Permalink
The most important changes involve updates to the versions of both th…
Browse files Browse the repository at this point in the history
…e MagicChatbox project and the OpenAI-DotNet package. The MagicChatbox project version has been updated from 0.8.757 to 0.8.760, while the OpenAI-DotNet package that the project depends on has been updated from 7.6.4 to 7.6.5.

Changes:
1. The MagicChatbox project version has been updated from 0.8.757 to 0.8.760. This change may include bug fixes, performance improvements, or new features. (Reference to code changes)
2. The version of the OpenAI-DotNet package that the project depends on has been updated from 7.6.4 to 7.6.5. This update may bring improvements or new features to the package, which could potentially enhance the functionality of the MagicChatbox project. (Reference to code changes)
  • Loading branch information
BoiHanny committed Feb 8, 2024
1 parent 5127d23 commit 7406e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vrcosc-magicchatbox/MagicChatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.8.757</Version>
<Version>0.8.760</Version>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -169,7 +169,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="OpenAI-DotNet" Version="7.6.4" />
<PackageReference Include="OpenAI-DotNet" Version="7.6.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7406e77

Please sign in to comment.