diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce38dd2..4979cbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,21 +19,17 @@ jobs: uses: actions/checkout@master - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.0 + 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.29 + uses: vvvv/PublishVLNuget@1.0.42 with: - csproj: src\VL.NewLibrary.Template.csproj - nuspec: deployment\VL.NewLibrary.Template.nuspec - - # Fill the Icon file - icon-src: https://foo.bar/nugeticon.png - icon-dst: ./nugeticon.png - - # Provide the nuget key. See: https://thegraybook.vvvv.org/reference/extending/publishing.html#getting-a-nugetorg-api-key - nuget-key: ${{ secrets.NUGET_KEY }} + csproj: src\VL.Augmenta.csproj + nuspec: deployment\VL.Augmenta.nuspec + icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png + icon-dst: ./deployment/nugeticon.png + nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} diff --git a/deployment/VL.NewLibrary.Template.nuspec b/deployment/VL.Augmenta.nuspec similarity index 52% rename from deployment/VL.NewLibrary.Template.nuspec rename to deployment/VL.Augmenta.nuspec index b492d54..2220ac7 100644 --- a/deployment/VL.NewLibrary.Template.nuspec +++ b/deployment/VL.Augmenta.nuspec @@ -5,20 +5,21 @@ - VL.NewLibrary.Template - + VL.Augmenta 0.0.1-alpha - VL.NewLibrary.Template - - - - + VL.Augmenta + vvvv + vvvv + https://github.com/vvvv/VL.Augmenta false - - - nuget - MIT + Provides support for Augmenta tracking in VL. Try it with vvvv: http://visualprogramming.net/ + VL, tracking + LGPL-3.0-only + + + + icon\nugeticon.png diff --git a/src/Augmenta.csproj b/src/VL.Augmenta.csproj similarity index 100% rename from src/Augmenta.csproj rename to src/VL.Augmenta.csproj diff --git a/src/Augmenta.sln b/src/VL.Augmenta.sln similarity index 86% rename from src/Augmenta.sln rename to src/VL.Augmenta.sln index b441445..0dfadfa 100644 --- a/src/Augmenta.sln +++ b/src/VL.Augmenta.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.7.34031.279 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Augmenta", "Augmenta.csproj", "{BEE32E87-4D44-4F15-B01E-46C5E7C13739}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VL.Augmenta", "VL.Augmenta.csproj", "{BEE32E87-4D44-4F15-B01E-46C5E7C13739}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution