Skip to content

Commit c95a8c1

Browse files
committed
Update GlobalAssemblyInfo.cs.
1 parent 316b9fa commit c95a8c1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/MongoDB.Shared/GlobalAssemblyInfo.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2015 MongoDB Inc.
1+
/* Copyright 2015-2017 MongoDB Inc.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
@@ -16,9 +16,8 @@
1616
using System.Reflection;
1717

1818
[assembly: AssemblyCompany("MongoDB Inc.")]
19-
[assembly: AssemblyCopyright("Copyright © 2010-2014 MongoDB Inc.")]
20-
[assembly: AssemblyVersion("0.0.*")]
21-
[assembly: AssemblyInformationalVersion("unofficial")]
19+
[assembly: AssemblyVersion("0.0.0.0")]
2220
[assembly: AssemblyFileVersion("0.0.0.0")]
23-
[assembly: AssemblyMetadata("githash", "none")]
24-
[assembly: AssemblyConfiguration("Debug")]
21+
[assembly: AssemblyInformationalVersion("0.0.0-unofficial")]
22+
[assembly: AssemblyCopyright("Copyright © 2010-2017 MongoDB Inc.")]
23+
[assembly: AssemblyConfiguration("Debug")]

0 commit comments

Comments
 (0)