# Display the app version

**URL:** https://forums.fusetools.com/t/display-the-app-version/4557
**Category:** How-to Discussions
**Created:** [May 4, 2017, 6:55am UTC](https://forums.fusetools.com/t/display-the-app-version/4557 "2017-05-04T06:55:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bertrand](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/bertrand/32/1035_2.png) [@Bertrand](https://forums.fusetools.com/u/Bertrand)
#### Post date: [May 4, 2017, 6:55am UTC](https://forums.fusetools.com/t/display-the-app-version/4557/1 "2017-05-04T06:55:44Z")

</div>

Hi there,  
Is there a way to retrieve the app version (and any other info) stored in the .unoproj file and display it in a text tag?

Thanks,  
Bertrand.

---

<div class="post-metadata">

### Author: ![Uldis](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/uldis/32/657_2.png) [@Uldis](https://forums.fusetools.com/u/Uldis)
#### Post date: [May 4, 2017, 8:19am UTC](https://forums.fusetools.com/t/display-the-app-version/4557/2 "2017-05-04T08:19:21Z")

</div>

Hi Bertrand,

yes, currently with the help of this community component: [https://github.com/bolav/fuse-unoproject](https://github.com/bolav/fuse-unoproject)

In the upcoming 0.37 release (currently in QA testing), you will also get a built-in functionality for reading the version.

---

<div class="post-metadata">

### Author: ![Bertrand](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/bertrand/32/1035_2.png) [@Bertrand](https://forums.fusetools.com/u/Bertrand)
#### Post date: [May 11, 2017, 9:29am UTC](https://forums.fusetools.com/t/display-the-app-version/4557/3 "2017-05-11T09:29:38Z")

</div>

Hi Uldis,

I’ve installed 0.37 release and found out about `FuseJS/Environment` which gives me the OS name and version. But I can’t find how to retrieve the version of the app itself, stored in the .unoproj file under `Version` and `VersionCode` properties.

Your help will be much appreciated. As always.

---

<div class="post-metadata">

### Author: ![Uldis](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/uldis/32/657_2.png) [@Uldis](https://forums.fusetools.com/u/Uldis)
#### Post date: [May 11, 2017, 9:59am UTC](https://forums.fusetools.com/t/display-the-app-version/4557/4 "2017-05-11T09:59:53Z")

</div>

Hi Bertrand,

I think I made a mistake assuming the new `Fuse.Version` Uno class would do what you need, so you should still use this community package for that: [https://github.com/bolav/fuse-unoproject](https://github.com/bolav/fuse-unoproject)
