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 789a3a0 commit d5d0d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nina-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 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.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")]
Expand Down

0 comments on commit d5d0d56

Please sign in to comment.