Skip to content

Commit

Permalink
Fixed build task.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed May 6, 2021
1 parent 0d62eed commit a44717c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="GitInfoTask.cs" />
<Code Source="$(MSBuildThisFileDirectory)\GitInfoTask.cs" />
</Task>
</UsingTask>

Expand Down
4 changes: 2 additions & 2 deletions src/GitBuildInfo.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.5</Version>
<PackageReleaseNotes>Performance Improvements.</PackageReleaseNotes>
<Version>1.0.6</Version>
<PackageReleaseNotes>Fixed Build Task.</PackageReleaseNotes>
<Company>Els_kom org.</Company>
<Authors>Els_kom org.</Authors>
<Copyright>Copyright (c) 2021</Copyright>
Expand Down

0 comments on commit a44717c

Please sign in to comment.