Skip to content

Commit

Permalink
build: include version in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
chelkyl committed Nov 5, 2024
1 parent bcb52f3 commit 6c22f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bunny-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<PropertyGroup>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<!-- GenerateAssemblyInfo is required to include the version in the final binary -->
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>partial</TrimMode>
Expand Down

0 comments on commit 6c22f3e

Please sign in to comment.