Skip to content

Commit

Permalink
fix: partial trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Sep 1, 2024
1 parent e7f2ed1 commit 6d1562c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bunny-sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.6</Version>
<Version>0.0.7</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>partial</TrimMode>
<PublishReadyToRun>true</PublishReadyToRun>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<RootNamespace>bunny_sdk_cli</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 6d1562c

Please sign in to comment.