Skip to content

Commit

Permalink
Update project and dependencies to latest versions
Browse files Browse the repository at this point in the history
Updated project version to 0.9.017.
Updated dependencies:
- LibreHardwareMonitorLib to 0.9.4-pre342
- Microsoft.Xaml.Behaviors.Wpf to 1.1.135
- NLog to 5.3.4
- OpenAI-DotNet to 8.2.5
  • Loading branch information
BoiHanny committed Sep 17, 2024
1 parent 84a2a3c commit 6c0485a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.9.015</Version>
<Version>0.9.017</Version>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -190,13 +190,13 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.5" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre338" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre342" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
<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.3.3" />
<PackageReference Include="OpenAI-DotNet" Version="8.2.2" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="OpenAI-DotNet" Version="8.2.5" />
<PackageReference Include="VRChat.OSCQuery" Version="0.0.7" />
</ItemGroup>

Expand Down

0 comments on commit 6c0485a

Please sign in to comment.