We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77f934 commit c0f0e5aCopy full SHA for c0f0e5a
SubtitleCreator.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net8.0</TargetFramework>
6
- <Version>1.5.0.0</Version>
+ <Version>1.5.1.0</Version>
7
<PackageProjectUrl></PackageProjectUrl>
8
<PackageReadmeFile>README.md</PackageReadmeFile>
9
<RepositoryUrl>https://github.com/BillOatmanWork/SubtitleCreator</RepositoryUrl>
@@ -13,8 +13,8 @@
13
14
<ItemGroup>
15
<PackageReference Include="NAudio" Version="2.2.1" />
16
- <PackageReference Include="Whisper.net" Version="1.8.1" />
17
- <PackageReference Include="Whisper.net.Runtime" Version="1.8.1" />
+ <PackageReference Include="Whisper.net" Version="1.9.0" />
+ <PackageReference Include="Whisper.net.Runtime" Version="1.9.0" />
18
</ItemGroup>
19
20
0 commit comments