Skip to content

Commit 0d38de4

Browse files
authored
Merge pull request #251 from bingenito/package-metadata
Update company and copyright information in Directory.Build.props
2 parents 813ca8c + ab49e8b commit 0d38de4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Directory.Build.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project>
2-
<PropertyGroup>
2+
<PropertyGroup>
33
<VersionPrefix>2.2.0</VersionPrefix>
44
<VersionSuffix>beta.1</VersionSuffix>
5-
<Company>Morgan Stanley</Company>
6-
<Authors>Morgan Stanley</Authors>
7-
<Copyright>Copyright 2023 Morgan Stanley</Copyright>
8-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
9-
<NeutralLanguage>en-US</NeutralLanguage>
5+
<Company>FINOS</Company>
6+
<Authors>Contributors to the FDC3 standards project</Authors>
7+
<Copyright>Copyright FINOS (info@finos.org)</Copyright>
8+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
9+
<NeutralLanguage>en-US</NeutralLanguage>
1010
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
1111
<PackageTags>FDC3</PackageTags>
1212
<WarningsNotAsErrors>NU1901;NU1902;NU1903</WarningsNotAsErrors>
13-
</PropertyGroup>
13+
</PropertyGroup>
1414
</Project>

0 commit comments

Comments
 (0)