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.
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.
1616using 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" ) ]
You can’t perform that action at this time.
0 commit comments