Skip to content

Commit

Permalink
Updated and downgraded package versions
Browse files Browse the repository at this point in the history
Updated the version of MagicChatbox project from 0.8.790 to 0.8.795 and Dubya.WindowsMediaController package from 2.5.3 to 2.5.4. Downgraded the version of OpenAI-DotNet package from 7.7.5 to 7.7.2.
  • Loading branch information
BoiHanny committed Mar 13, 2024
1 parent 9dd0dba commit 9ea1741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.790</Version>
<Version>0.8.795</Version>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -163,14 +163,14 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.3" />
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.4" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre272" />
<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="3.0.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="OpenAI-DotNet" Version="7.7.5" />
<PackageReference Include="OpenAI-DotNet" Version="7.7.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9ea1741

Please sign in to comment.