Skip to content

Commit 83c5e4b

Browse files
committed
fix: correct author name and update copyright year in nuspec file
1 parent 3a0a322 commit 83c5e4b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/PepperDash_Core.nuspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
<id>PepperDashCore</id>
55
<version>1.0.37</version>
66
<title>PepperDash Core</title>
7-
<authors>PepperDash Technologies</authors>
7+
<authors>PepperDash Technology</authors>
88
<owners>pepperdash</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="expression">MIT</license>
1111
<projectUrl>https://github.com/PepperDash/PepperDashCore</projectUrl>
12-
<copyright>Copyright 2020</copyright>
12+
<copyright>Copyright 2025</copyright>
1313
<description>PepperDash Core is an open source Crestron SIMPL# library that can be used in SIMPL# Pro applications such as Essentials or as a standalone library with SIMPL+ wrappers to expose functionality in SIMPL Windows programs.</description>
1414
<tags>crestron 3series 4series</tags>
1515
<repository type="git" url="https://github.com/PepperDash/PepperDashCore"/>
1616
</metadata>
1717
<files>
18-
<file src="**" target="lib\net35"/>
19-
<file src="**" target="lib\net47"/>
18+
<file src=".\output\**" target="lib\net35"/>
2019
</files>
2120
</package>

0 commit comments

Comments
 (0)