 | BuildSettingsBundleVersion Property |
Bundle version.
Version number of application which is shown to the user.
Namespace: Slash.Unity.Editor.Common.BuildAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic string BundleVersion { get; set; }
Public Property BundleVersion As String
Get
Set
public:
property String^ BundleVersion {
String^ get ();
void set (String^ value);
}
member BundleVersion : string with get, set
Property Value
Type:
String
See Also