Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3c committed Dec 8, 2023
1 parent 1f89496 commit 4352956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NBrowse/NBrowse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>.NET assembly query utility</Description>
<LangVersion>latest</LangVersion>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Package configuration
artifact=nbrowse
framework=net7.0
project=NBrowse.CLI
runtimes='debian-x64 osx-x64 ubuntu-x64 win-x64'

Expand All @@ -26,7 +27,7 @@ for runtime in $runtimes; do
# Publish archive for requested runtime
echo >&2 "publishing $archive..."

dotnet publish --nologo -c Release -r "$runtime" -v quiet "$base/$project"
dotnet publish --nologo --self-contained -c Release -f "$framework" -r "$runtime" -v quiet "$base/$project"

# Create temporary directory to get desired archive path
ln -s "$(realpath "$base/$project/bin/Release/"*"/$runtime/publish")" "$source/$artifact"
Expand Down

0 comments on commit 4352956

Please sign in to comment.