File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright 2015 MongoDB Inc.
1
+ /* Copyright 2015-2017 MongoDB Inc.
2
2
*
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
16
16
using System . Reflection ;
17
17
18
18
[ 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" ) ]
22
20
[ 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" ) ]
You can’t perform that action at this time.
0 commit comments