AssemblyInfo.cs 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #region Copyright notice and license
  2. // Copyright 2020 The gRPC Authors
  3. //
  4. // Licensed under the Apache License, Version 2.0 (the "License");
  5. // you may not use this file except in compliance with the License.
  6. // You may obtain a copy of the License at
  7. //
  8. // http://www.apache.org/licenses/LICENSE-2.0
  9. //
  10. // Unless required by applicable law or agreed to in writing, software
  11. // distributed under the License is distributed on an "AS IS" BASIS,
  12. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. // See the License for the specific language governing permissions and
  14. // limitations under the License.
  15. #endregion
  16. using System.Reflection;
  17. using System.Runtime.CompilerServices;
  18. using System.Runtime.InteropServices;
  19. // General Information about an assembly is controlled through the following
  20. // set of attributes. Change these attribute values to modify the information
  21. // associated with an assembly.
  22. [assembly: AssemblyTitle("HelloworldXamarin.iOS")]
  23. [assembly: AssemblyDescription("")]
  24. [assembly: AssemblyConfiguration("")]
  25. [assembly: AssemblyCompany("")]
  26. [assembly: AssemblyProduct("HelloworldXamarin.iOS")]
  27. [assembly: AssemblyCopyright("Copyright © 2020")]
  28. [assembly: AssemblyTrademark("")]
  29. [assembly: AssemblyCulture("")]
  30. // Setting ComVisible to false makes the types in this assembly not visible
  31. // to COM components. If you need to access a type in this assembly from
  32. // COM, set the ComVisible attribute to true on that type.
  33. [assembly: ComVisible(false)]
  34. // The following GUID is for the ID of the typelib if this project is exposed to COM
  35. [assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")]
  36. // Version information for an assembly consists of the following four values:
  37. //
  38. // Major Version
  39. // Minor Version
  40. // Build Number
  41. // Revision
  42. //
  43. // You can specify all the values or you can default the Build and Revision Numbers
  44. // by using the '*' as shown below:
  45. // [assembly: AssemblyVersion("1.0.*")]
  46. [assembly: AssemblyVersion("1.0.0.0")]
  47. [assembly: AssemblyFileVersion("1.0.0.0")]