diff --git a/.github/workflows/push-all.yml b/.github/workflows/push-all.yml index 176d5786..06a80268 100644 --- a/.github/workflows/push-all.yml +++ b/.github/workflows/push-all.yml @@ -36,4 +36,6 @@ jobs: run: | $version = (Get-ChildItem -Path nupkgs\*.nupkg | Select-Object -First 1).BaseName -replace '.*\.(\d+\.\d+\.\d+(-[a-zA-Z0-9]+)?)', '$1' git tag -a "$version" -m "Release version $version" + git config user.email "sandrohanea@users.noreply.github.com" + git config user.name "Sandro Hanea (auto)" git push --tags diff --git a/Whisper.net/Whisper.net.csproj b/Whisper.net/Whisper.net.csproj index 0d6e56e9..5b981be6 100755 --- a/Whisper.net/Whisper.net.csproj +++ b/Whisper.net/Whisper.net.csproj @@ -4,7 +4,7 @@ enable enable 12 - 1.7.1 + 1.7.2 Sandro Hanea Cross-platform dotnet bindings for Whisper. https://github.com/sandrohanea/whisper.net diff --git a/examples/BlazorApp/BlazorApp.Client/BlazorApp.Client.csproj b/examples/BlazorApp/BlazorApp.Client/BlazorApp.Client.csproj index 26339f87..5d250e69 100644 --- a/examples/BlazorApp/BlazorApp.Client/BlazorApp.Client.csproj +++ b/examples/BlazorApp/BlazorApp.Client/BlazorApp.Client.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/examples/ContinuousRecognition/ContinuousRecognition.csproj b/examples/ContinuousRecognition/ContinuousRecognition.csproj index 1d61464f..441d2850 100644 --- a/examples/ContinuousRecognition/ContinuousRecognition.csproj +++ b/examples/ContinuousRecognition/ContinuousRecognition.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/examples/CoreML/CoreML.csproj b/examples/CoreML/CoreML.csproj index cc722b5b..aa174a30 100644 --- a/examples/CoreML/CoreML.csproj +++ b/examples/CoreML/CoreML.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/Diarization/Diarization.csproj b/examples/Diarization/Diarization.csproj index 029eebb7..e4995ae1 100644 --- a/examples/Diarization/Diarization.csproj +++ b/examples/Diarization/Diarization.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/examples/MultiRuntime/MultiRuntime.csproj b/examples/MultiRuntime/MultiRuntime.csproj index d88c219f..84d6bd4b 100644 --- a/examples/MultiRuntime/MultiRuntime.csproj +++ b/examples/MultiRuntime/MultiRuntime.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/examples/NAudioMp3/NAudioMp3.csproj b/examples/NAudioMp3/NAudioMp3.csproj index dc2513ab..8305e5c6 100644 --- a/examples/NAudioMp3/NAudioMp3.csproj +++ b/examples/NAudioMp3/NAudioMp3.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/examples/NAudioResampleWav/NAudioResampleWav.csproj b/examples/NAudioResampleWav/NAudioResampleWav.csproj index 9d6c3278..94421a67 100644 --- a/examples/NAudioResampleWav/NAudioResampleWav.csproj +++ b/examples/NAudioResampleWav/NAudioResampleWav.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/examples/NvidiaCuda/NvidiaCuda.csproj b/examples/NvidiaCuda/NvidiaCuda.csproj index e826ee18..c989936a 100644 --- a/examples/NvidiaCuda/NvidiaCuda.csproj +++ b/examples/NvidiaCuda/NvidiaCuda.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/OpenVinoExample/OpenVinoExample.csproj b/examples/OpenVinoExample/OpenVinoExample.csproj index 6cb20203..93185678 100644 --- a/examples/OpenVinoExample/OpenVinoExample.csproj +++ b/examples/OpenVinoExample/OpenVinoExample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/ParallelExecution/ParallelExecution.csproj b/examples/ParallelExecution/ParallelExecution.csproj index f9c66644..b25acb34 100644 --- a/examples/ParallelExecution/ParallelExecution.csproj +++ b/examples/ParallelExecution/ParallelExecution.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/Simple/Simple.csproj b/examples/Simple/Simple.csproj index f9c66644..b25acb34 100644 --- a/examples/Simple/Simple.csproj +++ b/examples/Simple/Simple.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/SimpleSync/SimpleSync.csproj b/examples/SimpleSync/SimpleSync.csproj index af45c689..78d4539d 100644 --- a/examples/SimpleSync/SimpleSync.csproj +++ b/examples/SimpleSync/SimpleSync.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/Vulkan/Vulkan.csproj b/examples/Vulkan/Vulkan.csproj index 53aae93c..413eb79d 100644 --- a/examples/Vulkan/Vulkan.csproj +++ b/examples/Vulkan/Vulkan.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/readme.md b/readme.md index 60d05b89..920e39c4 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ To install Whisper.net with all the available runtimes, run the following comman Or add a package reference in your `.csproj` file: ``` - + ``` `Whisper.net` is the main package that contains the core functionality but does not include any runtimes. `Whisper.net.AllRuntimes` includes all available runtimes for Whisper.net. @@ -31,10 +31,10 @@ Or add a package reference in your `.csproj` file: To install a specific runtime, you can install them individually and combine them as needed. For example, to install the CPU runtime, add the following package references: ``` - + ``` ``` - + ``` ## GPT for Whisper