Automatic Build Counter?

coslad

Well-Known Member
Licensed User
Longtime User
Hi

I was wondering if there was i way to have a counter to increase the buid version of an application .
Excuse my poor english .

Thanks
 

mc73

Well-Known Member
Licensed User
Longtime User
It might be added in the next version.

If added, I would kindly request it to be optional. There are days at which I rebuild hundreds of times in a row. Then I upload the 'finalized' version. I would like it to keep a logical sequence.
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
An immediate approach would be to have something in the string format, as for example yyyy.mm.dd.numOfDailyBuild.

By the way, Penko, checked Erel's new quiz? :)
 
Upvote 0

Troberg

Well-Known Member
Licensed User
Longtime User
Suggestion:

Have separate menu options for development build and deployment build.

* Development build. The one we have today.
* Deployment build. Increment version, only allows "release" and "release (obfuscated)".

Perhaps one could also add build actions that run only on a deployment build, for automatic deployment or other finalizing.
 
Upvote 0

Reviewnow

Active Member
Licensed User
Longtime User
How about a little button that just says increment build number
But it would be nice to be able to retrieve the build number anywhere in the application as I use version to make sure that clients are running the current version

Example:
dim v,d as String
v = application.BuildNumber
d = application.BuildDate
 
Upvote 0
Top