Skip to content

Commit

Permalink
Added sln with all examples, Removed codeball, Added examples to depe…
Browse files Browse the repository at this point in the history
…ndabot, upgraded all dependencies in Whisper.net.tests.
  • Loading branch information
sandrohanea committed May 28, 2023
1 parent 56611b9 commit 51113a8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 27 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "nuget"
directory: "/examples" # Location of package manifests
schedule:
interval: "weekly"
22 changes: 0 additions & 22 deletions .github/workflows/codeball.yml

This file was deleted.

10 changes: 5 additions & 5 deletions Whisper.net.Tests/Whisper.net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.5.0">
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
37 changes: 37 additions & 0 deletions examples/Whisper.net.Examples.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWhisperExample", "SimpleWhisperExample\SimpleWhisperExample.csproj", "{9955466B-E5CA-4971-B52F-D0EBD8D856AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSyncWhisperExample", "SimpleSyncWhisperExample\SimpleSyncWhisperExample.csproj", "{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiarizationWhisperExample", "DiarizationWhisperExample\DiarizationWhisperExample.csproj", "{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Release|Any CPU.Build.0 = Release|Any CPU
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Release|Any CPU.Build.0 = Release|Any CPU
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E4ADB6D-A793-4D77-BBC9-05CDA040EAE4}
EndGlobalSection
EndGlobal

0 comments on commit 51113a8

Please sign in to comment.