Skip to content

Commit

Permalink
Merge pull request #53 from chkworks/update/6.1.1
Browse files Browse the repository at this point in the history
Links README and includes website
  • Loading branch information
chkworks authored Sep 15, 2024
2 parents e9153a9 + 127492c commit 79ddf54
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions deployment/VL.TheBigBang.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>VL.TheBigBang</id>
<version>6.1.0</version>
<description>A tutorial series of 42 chapters, covering all nodes and techniques to get you started with the visual programming environment vvvv and its language VL. If you find this material helpful, please consider supporting its development via ko-fi.com/chk</description>
<authors>chk</authors>
<version>6.1.1</version>
<title>VL.TheBigBang</title>
<owners>chkworks</owners>
<projectUrl>https://github.com/chkworks/VL.TheBigBang</projectUrl>
<authors>chk</authors>
<projectUrl>https://www.3e8.studio/</projectUrl>
<repository type="git" url="https://github.com/chkworks/VL.TheBigBang" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A tutorial series of 42 chapters, covering all nodes and techniques to get you started with the visual programming environment vvvv and its language VL. If you find this material helpful, please consider supporting its development via ko-fi.com/chk</summary>
<description>A tutorial series of 42 chapters, covering all nodes and techniques to get you started with the visual programming environment vvvv and its language VL. If you find this material helpful, please consider supporting its development via ko-fi.com/chk</description>
<tags>VL, vvvv, tutorial, creativecoding, visualprogramming</tags>
<license type="expression">CC-BY-SA-4.0</license>
<readme>docs\README.md</readme>
<copyright>Copyright ©2024</copyright>
</metadata>
<files>
<file src="..\*.vl" target="" />
<file src="..\assets\**" target="assets" />
<file src="..\help\**" target="help" />
<file src="..\include\**" target="include"/>
<file src="..\assets\**" target="assets\" />
<file src="..\help\**" target="help\" />
<file src="..\include\**" target="include\"/>
<file src="..\README.md" target="docs\" />
</files>
</package>

0 comments on commit 79ddf54

Please sign in to comment.