Skip to content

Commit

Permalink
deployment update
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Aug 20, 2024
1 parent 610909b commit 701daaa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].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/[email protected].43
with:
csproj: src\VL.Audio.GPL.csproj
nuspec: deployment\VL.Audio.GPL.nuspec
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected])
- 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)
9 changes: 5 additions & 4 deletions deployment/VL.Audio.GPL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Audio.GPL</id>
<version>1.2.0-preview</version>
<version>1.3.0</version>
<title>VL.Audio.GPL</title>
<authors>NAudio, vvvv, Adam Stark, Matthias Husinsky</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/vl.audio.gpl</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>GPL licensed extensions for VL.Audio</summary>
<description>GPL licensed extensions for VL.Audio</description>
<copyright>Copyright © 2019 by vvvv group. All rights reserved.</copyright>
<tags>VL, audio, sound, analysis, beat, tracking, gist</tags>
<license type="expression">GPL-3.0-only</license>
<dependencies>
<dependency id="VL.Audio" version="1.2.0" />
</dependencies>
<dependency id="VL.Audio" version="1.8.4" />
</dependencies>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\lib\net472\VL.Audio.GPL.dll" target="lib\" exclude="" />
Expand All @@ -25,5 +25,6 @@
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="nugeticon.png" target="icon\" />
<file src="..\README.md" target="docs\" />
</files>
</package>

0 comments on commit 701daaa

Please sign in to comment.