This tutorial demonstrates how the custom build action feature can be used to add a file during compilation with the compilation time and an automatic version number that is incremented with every compilation. Using it is simple: 1. Download the attached jar file and save it. 2. Add this line...
This tutorial demonstrates how the custom build action feature can be used to add a file during compilation with the compilation time and an automatic version number that is incremented with every compilation. Using it is simple: 1. Download the attached jar file and save it. 2. Add this line...
Hello, i'm trying to write the Value of the Attribute #VersionName to a Textfile in Object-Folder #Region Project Attributes #VersionName: 0.48 #End Region #CustomBuildAction: 4, c:\windows\system32\cmd.exe,/c echo #VersionName >upd In the Textfile upd only the AttributeName is...
found the compilrtime.jar file in one of the old erel's posts, added it to my additional folder
there was no xml file
my project does not load the jar into my libraries - what am i doing wrong?
ok,
now there's another issue - this increases the version number
but still i need to manage the version number manually for google app store using #VersionCode: 73
is there a way either not to increase the version or that the version increment will also be for google play so i don't need to manage 2 version numbers?
or just ignore the version number and use the date as i initially wanted?