/SharpSerializer.Library/Properties/AssemblyInfo.cs

# · C# · 66 lines · 15 code · 11 blank · 40 comment · 0 complexity · 29e4e24708b7ed8c3dbb3a780983be9a MD5 · raw file

  1. #region Copyright © 2010 Pawel Idzikowski [idzikowski@sharpserializer.com]
  2. // ***********************************************************************
  3. // Project: sharpSerializer
  4. // Web: http://www.sharpserializer.com
  5. //
  6. // This software is provided 'as-is', without any express or implied warranty.
  7. // In no event will the author(s) be held liable for any damages arising from
  8. // the use of this software.
  9. //
  10. // Permission is granted to anyone to use this software for any purpose,
  11. // including commercial applications, and to alter it and redistribute it
  12. // freely, subject to the following restrictions:
  13. //
  14. // 1. The origin of this software must not be misrepresented; you must not
  15. // claim that you wrote the original software. If you use this software
  16. // in a product, an acknowledgment in the product documentation would be
  17. // appreciated but is not required.
  18. //
  19. // 2. Altered source versions must be plainly marked as such, and must not
  20. // be misrepresented as being the original software.
  21. //
  22. // 3. This notice may not be removed or altered from any source distribution.
  23. //
  24. // ***********************************************************************
  25. #endregion
  26. using System.Reflection;
  27. using System.Runtime.InteropServices;
  28. // General Information about an assembly is controlled through the following
  29. // set of attributes. Change these attribute values to modify the information
  30. // associated with an assembly.
  31. [assembly: AssemblyTitle("SharpSerializer.Library")]
  32. [assembly: AssemblyDescription("Simple Framework to serialize/deserialize of objects in .NET Framework")]
  33. [assembly: AssemblyConfiguration("")]
  34. [assembly: AssemblyCompany("Polenter - Software Solutions")]
  35. [assembly: AssemblyProduct("SharpSerializer.Library")]
  36. [assembly: AssemblyCopyright("Copyright © 2010-2014, Pawel Idzikowski")]
  37. [assembly: AssemblyTrademark("")]
  38. [assembly: AssemblyCulture("")]
  39. // Setting ComVisible to false makes the types in this assembly not visible
  40. // to COM components. If you need to access a type in this assembly from
  41. // COM, set the ComVisible attribute to true on that type.
  42. [assembly: ComVisible(false)]
  43. // The following GUID is for the ID of the typelib if this project is exposed to COM
  44. [assembly: Guid("127f58cd-0ef5-455a-a10c-3a273bd04aff")]
  45. // Version information for an assembly consists of the following four values:
  46. //
  47. // Major Version
  48. // Minor Version
  49. // Build Number
  50. // Revision
  51. //
  52. // You can specify all the values or you can default the Build and Revision Numbers
  53. // by using the '*' as shown below:
  54. // [assembly: AssemblyVersion("1.0.*")]
  55. [assembly: AssemblyVersion("2.20.0.0")]