Skip to content

Commit 8b1c61d

Browse files
Pack as tool
1 parent df90a92 commit 8b1c61d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.0.1</Version>
3+
<Version>0.0.2</Version>
44
</PropertyGroup>
55
</Project>

ReQuesty/ReQuesty.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
1212
<Deterministic>true</Deterministic>
13+
<PackAsTool>true</PackAsTool>
1314
<AssemblyName>requesty</AssemblyName>
1415
<ToolCommandName>requesty</ToolCommandName>
1516

0 commit comments

Comments
 (0)