Skip to content

Commit

Permalink
Use Version instead of PackageVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 17, 2022
1 parent c6c6997 commit 95e5a17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Sherlog.Appenders/Sherlog.Appenders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sherlog.Formatters/Sherlog.Formatters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sherlog/Sherlog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.0.0</Version>
</PropertyGroup>

</Project>

0 comments on commit 95e5a17

Please sign in to comment.