-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitted in two packs: VL.Audio and VL.Audio.UI
- Loading branch information
Showing
114 changed files
with
8,959 additions
and
8,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,19 @@ jobs: | |
- name: Setup Nuget.exe | ||
uses: nuget/[email protected] | ||
|
||
- name: Publish VL Nuget | ||
- name: Publish VL.Audio Nuget | ||
uses: vvvv/[email protected] | ||
with: | ||
csproj: src\VL.Audio.csproj | ||
nuspec: deployment\VL.Audio.nuspec | ||
nuspec: VL.Audio\deployment\VL.Audio.nuspec | ||
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png | ||
icon-dst: ./deployment/nugeticon.png | ||
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} | ||
|
||
- name: Publish VL.Audio.UI Nuget | ||
uses: vvvv/[email protected] | ||
with: | ||
nuspec: VL.Audio.UI\deployment\VL.Audio.nuspec | ||
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png | ||
icon-dst: ./deployment/nugeticon.png | ||
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} |
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
assets/Ic_settings_48px.svg → VL.Audio.UI/assets/Ic_settings_48px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>VL.Audio.UI</id> | ||
<version>0.0.1-alpha</version> | ||
<title>VL.Audio.UI</title> | ||
<authors>vvvv</authors> | ||
<owners>vvvv</owners> | ||
<projectUrl>https://github.com/vvvv/vl.audio</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<summary>UI for VL.Audio Settings</summary> | ||
<description>UI for VL.Audio Settings</description> | ||
<tags>VL, sound, music, asio, wasapi, analysis, synthesis, buffer, wav, mp3, aiff, audioin, audioout, audioplayer, fft</tags> | ||
<dependencies> | ||
<dependency id="VL.Audio" version="1.6.0-alpha" /> | ||
</dependencies> | ||
<license type="expression">LGPL-3.0-only</license> | ||
<icon>icon\nugeticon.png</icon> | ||
</metadata> | ||
<files> | ||
<file src="..\*.vl" target="" exclude="" /> | ||
<file src="..\assets\**" target="assets\" exclude="" /> | ||
<file src="..\shaders\**" target="shaders\" exclude="" /> | ||
<file src="..\help\**" target="help\" exclude="" /> | ||
<file src="nugeticon.png" target="icon\" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.