diff --git a/.github/workflows/nina-release.yaml b/.github/workflows/nina-release.yaml index 597672c..3108fa3 100644 --- a/.github/workflows/nina-release.yaml +++ b/.github/workflows/nina-release.yaml @@ -42,6 +42,8 @@ jobs: run: | Copy-Item "AstroAppHTTPAPI/bin/Release/net8.0-windows/${{ env.PLUGIN_DLL_NAME }}.dll" "packages/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_DLL_NAME }}.dll" -Force Copy-Item "AstroAppHTTPAPI/bin/Release/net8.0-windows/${{ env.PLUGIN_DLL_NAME }}.pdb" "packages/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_DLL_NAME }}.pdb" -Force + curl https://github.com/sshh12/astro-app-nina-api/raw/main/bins/EmbedIO.dll -o packages/${{ env.PLUGIN_NAME }}/EmbedIO.dll + curl https://github.com/sshh12/astro-app-nina-api/raw/main/bins/Swan.Lite.dll -o packages/${{ env.PLUGIN_NAME }}/Swan.Lite.dll - name: Create Plugin archives and manifests run: | diff --git a/AstroAppHTTPAPI/Properties/AssemblyInfo.cs b/AstroAppHTTPAPI/Properties/AssemblyInfo.cs index 74f07c8..d660773 100644 --- a/AstroAppHTTPAPI/Properties/AssemblyInfo.cs +++ b/AstroAppHTTPAPI/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ // [MANDATORY] The assembly versioning //Should be incremented for each new release build of a plugin -[assembly: AssemblyVersion("1.0.0.4")] -[assembly: AssemblyFileVersion("1.0.0.4")] +[assembly: AssemblyVersion("1.0.0.5")] +[assembly: AssemblyFileVersion("1.0.0.5")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("Astro HTTP API")]