diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eaac9da..7503cd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,14 +15,14 @@ jobs: - name: Git Checkout uses: actions/checkout@master - - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup Nuget.exe - uses: nuget/setup-nuget@v1 - - - name: Publish VL Nuget - uses: vvvv/PublishVLNuget@1.0.42 + - name: Setup MSBuild.exe + uses: microsoft/setup-msbuild@v2 + + - name: Setup Nuget.exe + uses: nuget/setup-nuget@v2.0.0 + + - name: Publish VL Nuget + uses: vvvv/PublishVLNuget@1.0.43 with: csproj: src\VL.Audio.GPL.csproj nuspec: deployment\VL.Audio.GPL.nuspec diff --git a/README.md b/README.md index b98899b..a64c48d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,16 @@ GPL licensed extensions to [VL.Audio](https://github.com/vvvv/VL.Audio). Includes [Gist](https://github.com/adamstark/Gist) and [BTrack](https://github.com/adamstark/Btrack) by Adam Stark. -## Using the library -In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the documentation. As described there you go to the commandline and then type: +For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net - nuget install VL.Audio.GPL +## Getting started +- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: + + `nuget install VL.Audio.GPL` + +- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html) + +## Contributing +- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28) +- For custom development requests, please [get in touch](mailto:devvvvs@vvvv.org) +- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html) diff --git a/deployment/VL.Audio.GPL.nuspec b/deployment/VL.Audio.GPL.nuspec index 8be73af..b72b2be 100644 --- a/deployment/VL.Audio.GPL.nuspec +++ b/deployment/VL.Audio.GPL.nuspec @@ -2,21 +2,21 @@ VL.Audio.GPL - 1.2.0-preview + 1.3.0 VL.Audio.GPL NAudio, vvvv, Adam Stark, Matthias Husinsky vvvv https://github.com/vvvv/vl.audio.gpl false - GPL licensed extensions for VL.Audio GPL licensed extensions for VL.Audio Copyright © 2019 by vvvv group. All rights reserved. VL, audio, sound, analysis, beat, tracking, gist GPL-3.0-only - - + + icon\nugeticon.png + docs\README.md @@ -25,5 +25,6 @@ + \ No newline at end of file