

ConnectionOdbcSdk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("UnityConnectionServerOdbcSdk")] [assembly: AssemblyDescription("UnityConnectionServerOdbcSdk for ODBC")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Cisco Systems, Inc")] [assembly: AssemblyProduct("UnityConnectionServerOdbcSdk")] [assembly: AssemblyCopyright("Copyright © 2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("7360b258-cb34-426b-8cb5-702d992219e7")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.0.1.0")] [assembly: AssemblyFileVersion("3.0.1.0")] |
Commits for ConnectionOdbcSdk/trunk/ConnectionServer/Properties/AssemblyInfo.cs
Revision | Author | Commited | Message |
---|---|---|---|
22
![]() |
![]() |
Wed 08 Jan, 2014 01:43:01 +0000 | updating the naming convention for the project and SLN |
21
![]() |
![]() |
Wed 08 Jan, 2014 01:22:54 +0000 | Final rework of framework – simplified class structure to remove seperate DBFunctions reference and have all items under the UnityConnectionServerOdbcSdk service which uses pass through calls to the DB specific methods so clients have just a single class instance to deal with. |
19
![]() |
![]() |
Mon 06 Jan, 2014 22:26:38 +0000 | renaming and reorganizing unit tests a bit. |
18
![]() |
![]() |
Thu 17 Oct, 2013 18:29:43 +0000 | renaming main ConnectionServerOdbc class to match convention for REST SDKs |
16
![]() |
![]() |
Tue 10 Sep, 2013 00:16:23 +0000 | 2.0.4 |
15
![]() |
![]() |
Sun 08 Sep, 2013 17:27:35 +0000 | 2.0.3 |
7
![]() |
![]() |
Thu 29 Aug, 2013 00:02:27 +0000 | working on cleaning up the ODBC sdk project |
4
![]() |
![]() |
Sat 01 Jun, 2013 02:52:17 +0000 | reworking project structure and naming |
3 |
![]() |
Sat 01 Jun, 2013 02:42:57 +0000 | Starting basic ODBC SDK project |