Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GewoonJaap committed Nov 26, 2023
1 parent ba233de commit 2148db4
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Clowd.Squirrel" Version="2.10.2" />
<PackageReference Include="Sentry" Version="3.40.1" />
<PackageReference Include="Clowd.Squirrel" Version="2.11.1" />
<PackageReference Include="Sentry" Version="3.41.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
5D5C671BBCE88B1E311569C7A2FB6AFD13D2E2D6 WinWhisper-1.2.1-delta.nupkg 3228172
C9C8834AE3D764899E5875FC6848D11EA032C39F WinWhisper-1.2.1-full.nupkg 14122233
9057A41D7995948A75822A517528F9D5658FA38B WinWhisper-1.3.0-delta.nupkg 4610872
3C144554AC0ECE4CA2D9D83A74D00F960CA09F55 WinWhisper-1.3.0-full.nupkg 11142559
3C144554AC0ECE4CA2D9D83A74D00F960CA09F55 WinWhisper-1.3.0-full.nupkg 11142559
50539658D42BF873AFE26465EED228BEB71E23B0 WinWhisper-1.3.1-delta.nupkg 62681
31A02651DA9E3764D39AE1E23526685274F69C9E WinWhisper-1.3.1-full.nupkg 11141945
F8538AAEE78C7F136BA293BB765B0657025E13E8 WinWhisper-1.3.2-delta.nupkg 5983791
5C6D0BEDE33C7F75EF3CC36E51138D68E1E85EA1 WinWhisper-1.3.2-full.nupkg 10690086
Binary file modified Releases/WinWhisperSetup.exe
Binary file not shown.
Binary file modified SquirrelTools/Setup.exe
Binary file not shown.
Binary file modified SquirrelTools/Squirrel.exe
Binary file not shown.
Binary file modified SquirrelTools/StubExecutable.exe
Binary file not shown.
Binary file modified SquirrelTools/Update.exe
Binary file not shown.
5 changes: 3 additions & 2 deletions Utility/ModelNameFetcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ public static string GgmlTypeToString(GgmlType modelType)
{
GgmlType.Base => "base",
GgmlType.BaseEn => "base-en",
GgmlType.Large => "large",
GgmlType.LargeV1 => "lage-v1",
GgmlType.LargeV2 => "large-v2",
GgmlType.LargeV1 => "large-v1",
GgmlType.LargeV3 => "large-v3",
GgmlType.Medium => "medium",
GgmlType.MediumEn => "medium-en",
GgmlType.Small => "small",
Expand Down
4 changes: 2 additions & 2 deletions Utility/Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Whisper.net" Version="1.4.7" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.7" />
<PackageReference Include="Whisper.net" Version="1.5.0" />
<PackageReference Include="Whisper.net.Runtime" Version="1.5.0" />
<PackageReference Include="MimeTypeMapOfficial" Version="1.0.17" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions WhisperAI/WhisperAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Whisper.net" Version="1.4.7" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.7" />
<PackageReference Include="Whisper.net" Version="1.5.0" />
<PackageReference Include="Whisper.net.Runtime" Version="1.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2148db4

Please sign in to comment.