Skip to content

Commit 11925a7

Browse files
committed
Fixed the task for real this time.
1 parent a44717c commit 11925a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/GitBuildInfo.SourceGenerator.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputPath Required="true" />
99
</ParameterGroup>
1010
<Task>
11-
<Code Source="$(MSBuildThisFileDirectory)\GitInfoTask.cs" />
11+
<Code Source="$(MSBuildThisFileDirectory)GitInfoTask.cs" />
1212
</Task>
1313
</UsingTask>
1414

src/GitBuildInfo.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>
8-
<Version>1.0.6</Version>
8+
<Version>1.0.7</Version>
99
<PackageReleaseNotes>Fixed Build Task.</PackageReleaseNotes>
1010
<Company>Els_kom org.</Company>
1111
<Authors>Els_kom org.</Authors>

0 commit comments

Comments
 (0)