Skip to content

Commit

Permalink
Fixed the task for real this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed May 6, 2021
1 parent a44717c commit 11925a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/GitBuildInfo.SourceGenerator.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputPath Required="true" />
</ParameterGroup>
<Task>
<Code Source="$(MSBuildThisFileDirectory)\GitInfoTask.cs" />
<Code Source="$(MSBuildThisFileDirectory)GitInfoTask.cs" />
</Task>
</UsingTask>

Expand Down
2 changes: 1 addition & 1 deletion src/GitBuildInfo.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<PackageReleaseNotes>Fixed Build Task.</PackageReleaseNotes>
<Company>Els_kom org.</Company>
<Authors>Els_kom org.</Authors>
Expand Down

0 comments on commit 11925a7

Please sign in to comment.