Skip to content

Commit 79239db

Browse files
committed
Add author, description, and copyright to assemblies
1 parent feab662 commit 79239db

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

build/Build.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<NukeScriptDirectory>..</NukeScriptDirectory>
1010
<NukeTelemetryVersion>1</NukeTelemetryVersion>
1111
<NUKE_TELEMETRY_OPTOUT>1</NUKE_TELEMETRY_OPTOUT>
12+
13+
<Authors>Steven Kuhn</Authors>
14+
<Copyright>Copyright (c) 2021 Steven Kuhn and contributors</Copyright>
1215
</PropertyGroup>
1316

1417
<ItemGroup>

src/Sknet.InRuleGitStorage.AuthoringExtension/Sknet.InRuleGitStorage.AuthoringExtension.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<LangVersion>10</LangVersion>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
8+
9+
<Authors>Steven Kuhn</Authors>
10+
<Description>Sknet.InRuleGitStorage.AuthoringExtension is an irAuthor® extension that allow for storing and managing InRule® business rules in a Git repository.</Description>
11+
<Copyright>Copyright (c) 2021 Steven Kuhn and contributors</Copyright>
812
</PropertyGroup>
913

1014
<ItemGroup>

test/Sknet.InRuleGitStorage.Tests/Sknet.InRuleGitStorage.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<Nullable>enable</Nullable>
88

99
<IsPackable>false</IsPackable>
10+
11+
<Authors>Steven Kuhn</Authors>
12+
<Copyright>Copyright (c) 2021 Steven Kuhn and contributors</Copyright>
1013
</PropertyGroup>
1114

1215
<ItemGroup>

0 commit comments

Comments
 (0)