Skip to content

Commit fc5c4af

Browse files
committed
Replace company name with $(Company).
1 parent 667f23e commit fc5c4af

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
@@ -29,7 +29,7 @@
2929
<VersionPrefix>1.0.1</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research Inc.</Company>
32-
<Copyright>© $([System.DateTime]::UtcNow.Year) Subatomix Research Inc.</Copyright>
32+
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
3333
<PackageLicenseExpression>ISC</PackageLicenseExpression>
3434
<PackageProjectUrl>https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic</PackageProjectUrl>
3535
<PackageTags>semantic semver semver2 version versioning git branch msbuild devops teamcity actions</PackageTags>

0 commit comments

Comments
 (0)