mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
19 lines
474 B
Markdown
19 lines
474 B
Markdown
---
|
|
title: IKeymanPackage::Version Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Version` property returns the version string from
|
|
the package file. This represents the current version of the package
|
|
file, and is in the form of a dotted numeric string.
|
|
|
|
The `Version` property is not directly related to the
|
|
[`IKeymanKeyboard::Version`](../IKeymanKeyboard/Version) property of the
|
|
keyboards within the package.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Version
|
|
```
|