From 1b1456b06239334701cbfc584f5c4c553fec16b0 Mon Sep 17 00:00:00 2001 From: Shrivu Shankar Date: Sat, 7 Sep 2024 13:32:09 -0700 Subject: [PATCH] tweak --- .github/workflows/nina-release.yaml | 4 ++-- AstroAppHTTPAPI/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nina-release.yaml b/.github/workflows/nina-release.yaml index 3108fa3..4e9e3a6 100644 --- a/.github/workflows/nina-release.yaml +++ b/.github/workflows/nina-release.yaml @@ -42,8 +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 + curl https://raw.githubusercontent.com/sshh12/astro-app-nina-api/main/bins/EmbedIO.dll -o "packages/${{ env.PLUGIN_NAME }}/EmbedIO.dll" + curl https://raw.githubusercontent.com/sshh12/astro-app-nina-api/main/binsSwan.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 d660773..a0e2b16 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.5")] -[assembly: AssemblyFileVersion("1.0.0.5")] +[assembly: AssemblyVersion("1.0.0.6")] +[assembly: AssemblyFileVersion("1.0.0.6")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("Astro HTTP API")] @@ -39,7 +39,7 @@ [assembly: AssemblyMetadata("Homepage", "https://github.com/sshh12/astro-app-nina-api")] //[Optional] Common tags that quickly describe your plugin -[assembly: AssemblyMetadata("Tags", "HTTP, REST, API, Websockets")] +[assembly: AssemblyMetadata("Tags", "HTTP,REST,API,Websockets")] //[Optional] A link that will show a log of all changes in between your plugin's versions [assembly: AssemblyMetadata("ChangelogURL", "https://github.com/sshh12/astro-app-nina-api/commits/main/")]