Datei: NDOPackage/Properties/AssemblyInfo.cs
Last Commit (7e92bdb)
| 1 | // |
| 2 | // Copyright (c) 2002-2019 Mirko Matytschak |
| 3 | // (www.netdataobjects.de) |
| 4 | // |
| 5 | // Author: Mirko Matytschak |
| 6 | // |
| 7 | // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 8 | // documentation files (the "Software"), to deal in the Software without restriction, including without limitation |
| 9 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
| 10 | // Software, and to permit persons to whom the Software is furnished to do so, subject to the following |
| 11 | // conditions: |
| 12 | |
| 13 | // The above copyright notice and this permission notice shall be included in all copies or substantial portions |
| 14 | // of the Software. |
| 15 | // |
| 16 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED |
| 17 | // TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF |
| 19 | // CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 20 | // DEALINGS IN THE SOFTWARE. |
| 21 | |
| 22 | |
| 23 | using System; |
| 24 | using System.Reflection; |
| 25 | using System.Resources; |
| 26 | using System.Runtime.CompilerServices; |
| 27 | using System.Runtime.InteropServices; |
| 28 | |
| 29 | // General Information about an assembly is controlled through the following |
| 30 | // set of attributes. Change these attribute values to modify the information |
| 31 | // associated with an assembly. |
| 32 | [assembly: AssemblyTitle("NDOPackage")] |
| 33 | [assembly: AssemblyDescription("")] |
| 34 | [assembly: AssemblyConfiguration("")] |
| 35 | [assembly: AssemblyCompany(".NET Data Objects")] |
| 36 | [assembly: AssemblyProduct("NDOPackage")] |
| 37 | [assembly: AssemblyCopyright("")] |
| 38 | [assembly: AssemblyTrademark("")] |
| 39 | [assembly: AssemblyCulture("")]·· |
| 40 | [assembly: ComVisible(false)]···· |
| 41 | [assembly: CLSCompliant(false)] |
| 42 | [assembly: NeutralResourcesLanguage("en-US")] |
| 43 | |
| 44 | [assembly: AssemblyVersion( "4. 0. 5") ] |
| 45 | [assembly: AssemblyFileVersion( "4. 0. 5" ) ] |
| 46 | |
| 47 | |
| 48 | |
| 49 |
New Commit (f22b142)
| 1 | // |
| 2 | // Copyright (c) 2002-2019 Mirko Matytschak |
| 3 | // (www.netdataobjects.de) |
| 4 | // |
| 5 | // Author: Mirko Matytschak |
| 6 | // |
| 7 | // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 8 | // documentation files (the "Software"), to deal in the Software without restriction, including without limitation |
| 9 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
| 10 | // Software, and to permit persons to whom the Software is furnished to do so, subject to the following |
| 11 | // conditions: |
| 12 | |
| 13 | // The above copyright notice and this permission notice shall be included in all copies or substantial portions |
| 14 | // of the Software. |
| 15 | // |
| 16 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED |
| 17 | // TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF |
| 19 | // CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 20 | // DEALINGS IN THE SOFTWARE. |
| 21 | |
| 22 | |
| 23 | using System; |
| 24 | using System.Reflection; |
| 25 | using System.Resources; |
| 26 | using System.Runtime.CompilerServices; |
| 27 | using System.Runtime.InteropServices; |
| 28 | |
| 29 | // General Information about an assembly is controlled through the following |
| 30 | // set of attributes. Change these attribute values to modify the information |
| 31 | // associated with an assembly. |
| 32 | [assembly: AssemblyTitle("NDOPackage")] |
| 33 | [assembly: AssemblyDescription("")] |
| 34 | [assembly: AssemblyConfiguration("")] |
| 35 | [assembly: AssemblyCompany(".NET Data Objects")] |
| 36 | [assembly: AssemblyProduct("NDOPackage")] |
| 37 | [assembly: AssemblyCopyright("")] |
| 38 | [assembly: AssemblyTrademark("")] |
| 39 | [assembly: AssemblyCulture("")]·· |
| 40 | [assembly: ComVisible(false)]···· |
| 41 | [assembly: CLSCompliant(false)] |
| 42 | [assembly: NeutralResourcesLanguage("en-US")] |
| 43 | |
| 44 | [assembly: AssemblyVersion( "4. 0. 6") ] |
| 45 | [assembly: AssemblyFileVersion( "4. 0. 6" ) ] |
| 46 | |
| 47 | |
| 48 | |
| 49 |