Skip to content

Commit 743940f

Browse files
committed
Tweak property order.
1 parent 3a6af01 commit 743940f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<Company>Subatomix Research Inc.</Company>
2121
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23-
<PackageReadmeFile>README.md</PackageReadmeFile>
2423
<PackageProjectUrl>https://github.com/sharpjs/Prequel</PackageProjectUrl>
2524
<PackageTags>sqlcmd sql preprocessor</PackageTags>
2625
<PackageReleaseNotes>$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes>
2726
<PackageIcon>icon.png</PackageIcon>
27+
<PackageReadmeFile>README.md</PackageReadmeFile>
2828
<RepositoryType>git</RepositoryType>
2929
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
3030
</PropertyGroup>

0 commit comments

Comments
 (0)