Skip to content

Commit d1e2e9d

Browse files
committed
Fix broken assemblyInfo character & version up
1 parent 267445e commit d1e2e9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Newtonsoft.Json/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region License
1+
#region License
22
// Copyright (c) 2007 James Newton-King
33
//
44
// Permission is hereby granted, free of charge, to any person
@@ -68,7 +68,7 @@
6868
[assembly: AssemblyConfiguration("")]
6969
[assembly: AssemblyCompany("Newtonsoft")]
7070
[assembly: AssemblyProduct("Json.NET")]
71-
[assembly: AssemblyCopyright("Copyright ?James Newton-King 2008")]
71+
[assembly: AssemblyCopyright("Copyright © James Newton-King 2008")]
7272
[assembly: AssemblyTrademark("")]
7373
[assembly: AssemblyCulture("")]
7474

@@ -95,5 +95,5 @@
9595
// by using the '*' as shown below:
9696

9797
[assembly: AssemblyVersion("7.0.0.0")]
98-
[assembly: AssemblyFileVersion("7.0.2.18802")]
98+
[assembly: AssemblyFileVersion("7.0.1.1")]
9999
[assembly: CLSCompliant(true)]
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)