Skip to content

Commit 0ef8dc7

Browse files
committed
Update NuGet packages: OpenAI and CommunityToolkit.Mvvm
Replaces sourcegit-scm#2155
1 parent d9d2855 commit 0ef8dc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/SourceGit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<AssemblyMetadata Include="BuildDate" Value="$([System.DateTime]::Now.ToString('o'))"/>
36+
<AssemblyMetadata Include="BuildDate" Value="$([System.DateTime]::Now.ToString('o'))" />
3737
</ItemGroup>
3838

3939
<ItemGroup>
@@ -55,12 +55,12 @@
5555
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.12" Condition="'$(Configuration)' == 'Debug'" />
5656
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
5757
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660" />
58-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
58+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.1" />
5959
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-rc6.1" />
60-
<PackageReference Include="OpenAI" Version="2.8.0" />
60+
<PackageReference Include="OpenAI" Version="2.9.1" />
6161
<PackageReference Include="Pfim" Version="0.11.4" />
6262

63-
<ProjectReference Include="../depends/AvaloniaEdit/src/AvaloniaEdit.TextMate/AvaloniaEdit.TextMate.csproj"/>
63+
<ProjectReference Include="../depends/AvaloniaEdit/src/AvaloniaEdit.TextMate/AvaloniaEdit.TextMate.csproj" />
6464
</ItemGroup>
6565

6666
<ItemGroup>

0 commit comments

Comments
 (0)