Skip to content

Commit

Permalink
The most significant changes involve updates to the versions of the p…
Browse files Browse the repository at this point in the history
…roject and several packages. The project version in `MagicChatbox.csproj` has been updated from `0.8.745` to `0.8.750`. Additionally, the versions of the `LibreHardwareMonitorLib`, `NHotkey.Wpf`, and `OpenAI-DotNet` packages have also been updated.

1. The project version in `MagicChatbox.csproj` has been updated from `0.8.745` to `0.8.750`. This change indicates that there have been minor updates or bug fixes in the project.

2. The `LibreHardwareMonitorLib` package version has been updated from `0.9.4-pre267` to `0.9.4-pre268`. This suggests that there have been some pre-release updates to the package.

3. The `NHotkey.Wpf` package version has been updated from `2.1.1` to `3.0.0`. This is a major version update, indicating that there have been significant changes or improvements in the package.

4. The `OpenAI-DotNet` package version has been updated from `7.6.2` to `7.6.4`. This change suggests that there have been minor updates or bug fixes in the package.
  • Loading branch information
BoiHanny committed Jan 29, 2024
1 parent f33e3c2 commit 2225fd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.745</Version>
<Version>0.8.750</Version>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -157,13 +157,13 @@

<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.3" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre267" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre268" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="OpenAI-DotNet" Version="7.6.2" />
<PackageReference Include="OpenAI-DotNet" Version="7.6.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2225fd1

Please sign in to comment.