Skip to content

Commit 2af2ab0

Browse files
committed
update version 3.0.8
1 parent 5b52d1b commit 2af2ab0

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build BoneFish.sln -c Release --no-restore
2525

2626
- name: Publish
27-
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj
27+
run: dotnet publish -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -p:DebugType=None -p:DebugSymbols=false -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj
2828

2929
- name: Upload Artifact
3030
uses: actions/upload-artifact@v4

Bloxstrap/Bloxstrap.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@
77
<UseWPF>true</UseWPF>
88
<UseWindowsForms>True</UseWindowsForms>
99
<ApplicationIcon>BoneFish.ico</ApplicationIcon>
10-
<Version>3.0.6</Version>
11-
<FileVersion>3.0.6</FileVersion>
10+
<Version>3.0.8</Version>
11+
<FileVersion>3.0.8</FileVersion>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1515
<AssemblyName>BoneFish</AssemblyName>
1616
<Product>BoneFish</Product>
1717
<RootNamespace>Bloxstrap</RootNamespace>
18+
19+
<!-- Publish Optimization -->
20+
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
21+
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
1822
</PropertyGroup>
1923

2024
<ItemGroup>

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<h1>BoneFish</h1>
2323
<p>A custom bootstrapper for Roblox with enhanced features</p>
2424
<a href="#download" class="btn-primary">Download Now</a>
25-
<p class="version">Latest Version: v3.0.6</p>
25+
<p class="version">Latest Version: v3.0.8</p>
2626
</section>
2727

2828
<section id="features" class="features">

0 commit comments

Comments
 (0)