Skip to content

Commit 69a919a

Browse files
authored
Added dotnetfoundation to authors list (#102)
1 parent 7640cbc commit 69a919a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Authors>Community Toolkit</Authors>
4+
<Authors>Microsoft.Toolkit,dotnetfoundation,Community Toolkit</Authors>
55
<Company>.NET Foundation</Company>
66
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
77
<LicenseUrl>https://github.com/CommunityToolkit/Datasync/blob/main/LICENSE.md</LicenseUrl>

templates/DatasyncTemplates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Authors>Community Toolkit</Authors>
17+
<Authors>Microsoft.Toolkit,dotnetfoundation,Community Toolkit</Authors>
1818
<Company>.NET Foundation</Company>
1919
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
2020
<LicenseUrl>https://github.com/CommunityToolkit/Datasync/blob/main/LICENSE.md</LicenseUrl>

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Authors>Community Toolkit</Authors>
4+
<Authors>Microsoft.Toolkit,dotnetfoundation,Community Toolkit</Authors>
55
<Company>Community Toolkit</Company>
66
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
77
<Description>A test package for supporting the Datasync Toolkit.</Description>

0 commit comments

Comments
 (0)