Version

AssemblyVersion Class Members

The following tables list the members exposed by AssemblyVersion.

Public Fields
 NameDescription
Public FieldAssemblyNamePrefixThe prefix of all assembly names in the product.  
Public FieldAssemblyNamePrefix_AndroidThe prefix of all Xamarin Android assembly names in the product.  
Public FieldAssemblyNamePrefix_CoreThe prefix of all core assembly names in the product.  
Public FieldAssemblyNamePrefix_IOSThe prefix of all Xamarin iOS assembly names in the product.  
Public FieldAssemblyNamePrefix_UWPThe prefix of all UWP assembly names in the product.  
Public FieldAssemblyNamePrefix_XamarinFormsThe prefix of all Xamarin Forms assembly names in the product.  
Public FieldAssemblyNameSuffixThe suffix of all assembly names in the product.  
Public FieldBuildBuild number portion of the assembly version  
Public FieldCompanyNameAssembly company name  
Public FieldConfigurationThe current build configuration for the assembly.  
Public FieldEndCopyrightYearEnd year of assembly copyright  
Public FieldFileVersionAssembly file version number. Normally will match the AssemblyVersion number.  
Public FieldMajorMinorMajor.Minor number portion of the assembly version  
Public FieldPlatform_AndroidThe Android assembly name  
Public FieldPlatform_IOSThe IOS assembly name  
Public FieldPlatform_UWPThe UWP assembly name  
Public FieldPlatform_XamarinFormsThe Xamarin Forms assembly name  
Public FieldProductThe Infragistics Ultimate assembly name  
Public FieldProductTitleSuffixThe product tile suffix  
Public FieldPublicKey_WFPublic key for the Winforms assemblies.  
Public FieldRevisionRevision number portion of the assembly version  
Public FieldSatelliteContractVersionThe assembly version number for the satellite assemblies.  
Public FieldVersionAssembly version number  
See Also