Skip to content

Commit 1bf0fc2

Browse files
committed
1.0.6
1 parent 2d04620 commit 1bf0fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dotnet-githubreleasenotes/GitHubReleaseNotes.Tool.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.0.2</Version>
54
<OutputType>Exe</OutputType>
65
<TargetFramework>net5</TargetFramework>
76
<PackAsTool>true</PackAsTool>
@@ -20,7 +19,7 @@
2019
</ItemGroup>
2120

2221
<ItemGroup>
23-
<ProjectReference Include="..\GitHubReleaseNotes.Logic\GitHubReleaseNotes.Logic.csproj" />
22+
<ProjectReference Include="..\GitHubReleaseNotes.Logic\GitHubReleaseNotes.Logic.csproj" />
2423
</ItemGroup>
2524

2625
</Project>

0 commit comments

Comments
 (0)