Skip to content

Commit 2c4a5cb

Browse files
author
Alistair Deneys
committed
Update copyright year in package file. Update assembly version number
1 parent e96abab commit 2c4a5cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/packages/WeBlog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>3.1.0</Version>
77
<Revision />
88
<License>&lt;p&gt;&lt;strong&gt;The MIT License (MIT)&lt;/strong&gt;&lt;br/&gt;
9-
Copyright (c) 2010 WeTeam Community
9+
Copyright (c) 2011 - 2017 WeTeam Community
1010
&lt;/p&gt;
1111
&lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:&lt;/p&gt;
1212
&lt;p&gt;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&lt;/p&gt;

src/SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[assembly: AssemblyCompany("WeTeam community")]
66
[assembly: AssemblyProduct("WeBlog")]
7-
[assembly: AssemblyCopyright("Copyright © 2011 - 2016")]
7+
[assembly: AssemblyCopyright("Copyright © 2011 - 2017")]
88

99
// Setting ComVisible to false makes the types in this assembly not visible
1010
// to COM components. If you need to access a type in this assembly from
@@ -21,5 +21,5 @@
2121
//
2222
// You can specify all the values or you can default the Revision and Build Numbers
2323
// by using the '*' as shown below:
24-
[assembly: AssemblyVersion("3.0.0.*")]
25-
[assembly: AssemblyFileVersion("3.0.0.0")]
24+
[assembly: AssemblyVersion("3.1.0.*")]
25+
[assembly: AssemblyFileVersion("3.1.0.0")]

0 commit comments

Comments
 (0)