Tjipke A. van der Plaats Guest
|
Posted: Wed Apr 04, 2007 5:16 pm Post subject: ANN: ChangeRes 1.3 (Set project version from the command lin |
|
|
Hello,
Tiriss is proud to announce that it has released version 1.3 of ChangeRes.
New in this version:
- Delphi 2007 support (for new MSBuild (.dproj) project format)
- Posibilities to set the version depending on date and/or time!
- Easier to use (no need for the [VERSIONINFO] tag anymore)
With ChangeRes you can change the version information of your Delphi and
C++Builder projects from the command line or from a batch file.
If you have ever tried to automate your build process using batch files, you
have probably run into the problem that there is no easy way to update the
version information of your project. This is because the version information
is stored in the project.res file which is a binary file. With ChangeRes
this problem is gone!
Add a simple line like:
ChangeRes MyProject.Res FileVersion=1.2.3.4/s
or this:
ChangeRes MyProject -U FileVersion=.+1.yyddd.hhmm/s
to your batch file (or run that from the command line), and the version of
your project will be set!
With ChangeRes you can also do the following things:
- Update the .dof/.bdsproj/dproj (Delphi win32) or .bpk/.bpr (C++Builder)
with the
correct version information.
- Increase or decrease version numbers (e.a. only the build number.)
- Set other version properties like: ProductVersion, FileFlags and FileDate
- Set version strings like CompanyName, Copyright etc.
ChangeRes supports Delphi 3-2007 and C++Builder 3-6 & 2006 project files.
ChangeRes 1.3 is available for US$ 25 for a single user license and
US$ 99 for a site license.
More information (online manual) and a trial version can be found on the
Tiriss website: http://www.tiriss.com/changeres.
Thank you for your time,
Tjipke van der Plaats
Tiriss
--
Need to change your projects version info from the commandline?
Use ChangeRes: http://www.tiriss.com/changeres |
|