Skip to content

Commit

Permalink
deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Apr 18, 2024
1 parent 3cc1e99 commit de98538
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deployment/VL.BlueIOT.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.BlueIOT</id>
<!-- For more about versions see: https://thegraybook.vvvv.org/reference/extending/publishing.html#version -->
<version>0.0.3-alpha</version>
<version>0.0.4-alpha</version>
<title>VL.BlueIOT</title>
<authors>vvvv</authors>
<projectUrl>https://github.com/vvvv/VL.BlueIOT</projectUrl>
Expand All @@ -13,7 +12,11 @@
<tags>VL, tracking</tags>
<license type="expression">LGPL-3.0-only</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
<readme>docs\README.md</readme>
<dependencies>
<dependency id="WebSocketSharp" version="1.0.3-rc11" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
</dependencies>
</metadata>
<files>
<file src="..\lib\**\*.dll" target="lib\" exclude="" />
Expand Down

0 comments on commit de98538

Please sign in to comment.