From 94f4ea64765c041d3df2feef774e856aefff5b39 Mon Sep 17 00:00:00 2001 From: Mark Heath Date: Tue, 26 Sep 2023 19:06:36 +0100 Subject: [PATCH] Update README.md No longer publishing binaries to the releases area on GitHub --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f54b7b..0dfb285 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,7 @@ NAudio is an open source .NET audio library written by [Mark Heath](https://mark The easiest way to install NAudio into your project is to install the latest [NAudio NuGet package](https://www.nuget.org/packages/NAudio/). Prerelease versions of NAudio are also often made available on NuGet. -Alternatively, you can download the latest release in binary format from [here](https://github.com/naudio/NAudio/releases). - -NAudio comes with several demo applications which are the quickest way to see how to use the various features of NAudio. You can download compiled demo applications from [here](https://github.com/naudio/NAudio/releases), and explore the source code [here](https://github.com/naudio/NAudio/tree/master/NAudioDemo). +NAudio comes with several demo applications which are the quickest way to see how to use the various features of NAudio. You can explore the source code [here](https://github.com/naudio/NAudio/tree/master/NAudioDemo). ## Tutorials