Skip to content

Commit f36026c

Browse files
committed
Updated Dates
1 parent 1d40876 commit f36026c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PropertyGroup Label="Package">
2929
<Product>Exceptionless</Product>
3030
<Description>Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.</Description>
31-
<Copyright>Copyright (c) 2017 Exceptionless. All rights reserved.</Copyright>
31+
<Copyright>Copyright (c) 2018 Exceptionless. All rights reserved.</Copyright>
3232
<Authors>Exceptionless</Authors>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3434
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>

src/GlobalAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal sealed partial class ThisAssembly {
2323

2424
internal const string AssemblyTrademark = "Exceptionless";
2525

26-
internal const string AssemblyCopyright = "Copyright (c) 2016 Exceptionless. All rights reserved.";
26+
internal const string AssemblyCopyright = "Copyright (c) 2018 Exceptionless. All rights reserved.";
2727

2828
internal const string AssemblyConfiguration = "Release";
2929

0 commit comments

Comments
 (0)