Skip to content

Commit 1d2765d

Browse files
committed
Updates project metadata and settings
Updates copyright year and adds a missing word to the cSpell dictionary. Also, the changes ensure consistency in the project's common properties, such as the copyright information.
1 parent 2a61137 commit 1d2765d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"timespan"
4+
]
5+
}

build/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageTags>Date;Time;Parsing</PackageTags>
1010
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
1111
<MinVerTagPrefix>v</MinVerTagPrefix>
12-
12+
1313
<Copyright>Copyright (c) 2025 Exceptionless. All rights reserved.</Copyright>
1414
<Authors>Exceptionless</Authors>
1515
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
@@ -39,5 +39,5 @@
3939
<ItemGroup>
4040
<None Include="../../build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
4141
</ItemGroup>
42-
42+
4343
</Project>

0 commit comments

Comments
 (0)