We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b97319 + f4265e2 commit de3ab15Copy full SHA for de3ab15
src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj
@@ -4,6 +4,9 @@
4
<OutputType>Exe</OutputType>
5
<AssemblyName>GitReleaseManager</AssemblyName>
6
<TargetFrameworks>net6.0</TargetFrameworks>
7
+ <PublishSingleFile>true</PublishSingleFile>
8
+ <SelfContained>true</SelfContained>
9
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
10
<Title>GitReleaseManager.Cli</Title>
11
<Description>Create release notes in markdown given a milestone</Description>
12
<IsPackable>false</IsPackable>
0 commit comments