We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df90a92 commit 8b1c61dCopy full SHA for 8b1c61d
Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>0.0.1</Version>
+ <Version>0.0.2</Version>
4
</PropertyGroup>
5
</Project>
ReQuesty/ReQuesty.csproj
@@ -10,6 +10,7 @@
10
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
12
<Deterministic>true</Deterministic>
13
+ <PackAsTool>true</PackAsTool>
14
<AssemblyName>requesty</AssemblyName>
15
<ToolCommandName>requesty</ToolCommandName>
16
0 commit comments