Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sshh12 committed Sep 7, 2024
1 parent d5d0d56 commit 1b1456b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nina-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions AstroAppHTTPAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down Expand Up @@ -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/")]
Expand Down

0 comments on commit 1b1456b

Please sign in to comment.