Questions tagged [version-numbering]

92 questions
2
votes
2 answers

c# assign version number via Environment Variable

I currently have a VersionInfo.cs file that contains the following. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; //Version information for an assembly consists of the following four…
cyberbemon
  • 3,000
  • 11
  • 37
  • 62
2
votes
2 answers

How to embed version number & copyright into my DLL?

I have a VB Express 2008 class library and would like to embed a version number and some copyright/contact info. How do I do that?
2
votes
4 answers

Calculate the Difference between Version Numbers

The answers to this question have helped me to compare two version number strings and see which version is "greater", i.e. newer. What I now need to do is to calculate the actual difference between two version numbers. Mostly to see if a new major…
R.G.
  • 831
  • 1
  • 8
  • 16
2
votes
1 answer

Google play does not display App Version

we are currently using androidquery to determine whether a customer's app is up2date. This does not work of late, the returned version is null. It does work with different apps though. The "Current Version" of our app is not displayed on Google Play…
Redfox
  • 1,024
  • 1
  • 11
  • 28
2
votes
1 answer

msSaveBlob issues on IE10 version 10.0.9200.16844

I am facing issues in using the msSaveBlob and msSaveOrOpenBlob methods on IE 10. These methods seem to be working on IE 11 and IE 10 version 10.0.9200.17183 but the API fails on IE 10 version 10.0.9200.16844. I am trying the Example 1 code on this…
2
votes
2 answers

How to determine the latest version number of a GAC assembly

I'm trying to create a diagnostic log for my application that will display the latest version number of an assembly installed in the GAC. For example, there are two versions of the same assembly in the GAC: foo.dll version 1.0.0.0 and foo.dll…
Ken
  • 1,830
  • 3
  • 20
  • 32
2
votes
3 answers

How to parse version number to compare it?

SCENARIO: I have a simple application that checks its RSS feed and looks if there's a newer version available. Thus, I want to check if the current version is less than the one present on the RSS feed. Ideally as simple as: CURRENTVERSION <…
Amadeus Hein
  • 706
  • 1
  • 4
  • 12
2
votes
1 answer

Anyway to create a custom MSBuild property in WIX wxs file?

My target is to auto-name the output msi file with version number in WIX 3.6 project. I find this link: Automated installer version numbers for WiX, revisited but we have a slightly different scenario: we don't want to control our product version…
tete
  • 4,859
  • 11
  • 50
  • 81
2
votes
2 answers

what part of the version number should be incremented on a continuous integration server

I have integrated my solution in to a continuous integration tfsbuild 2010 server. This works nicely building all my libraries. Next I would like to increment the version number during each build on the CI server. The makeup of the version number…
amateur
  • 43,371
  • 65
  • 192
  • 320
1
vote
0 answers

Backwards compatability & .Net assembly version numbers for plugin architectures

I have a .Net system which 3rd parties can extend when they reference supplied API assemblies. My concerns are with backwards compatability, namely I need to ensure that whenever binary non-breaking changes are made to the supplied API assemblies…
Justin
  • 84,773
  • 49
  • 224
  • 367
1
vote
1 answer

Building APK removes native library version number from filename

I have a legacy code that uses autotools to build shared libraries. These libraries need to be used in an Android application so I've created a simple Java class and JNI wrapper for it (as a shared .so library). I already have Android.mk script that…
Marcin Gil
  • 68,043
  • 8
  • 59
  • 60
1
vote
1 answer

Versioning in apache maven

I am currently learning to handle things like GIT and Maven. So far I understand the concepts quite well and am confident to use those two in the future. But there is one thing about Maven I don't understand and which I can't seem to find a…
thorald_
  • 35
  • 5
1
vote
2 answers

Sematic versionning, identify commit with 2 bytes

I have embedded software with the following version-numbering : .. Product Number is arbitrary set up and corresponds to each soft Major is arbitrary set up and it is incremented with major evolution of the…
Clément
  • 1,128
  • 7
  • 21
1
vote
2 answers

How to specify Publish Version in Devenv?

I am totally new in building Visual Studio Project through a script, so feel free to correct me if you feel that my understanding about the process is incorrect. I have a visual studio solution which consists of a Wpf.exe project and few class…
Haris Hasan
  • 29,856
  • 10
  • 92
  • 122
1
vote
3 answers

java library version numbering using eclipse

I'm developing a library connected SVN @sourceforge, My IDE is Eclipse, so how to setup version numbering ? I guess it's automatic but how do I do that using Eclipse ? NOTE: I'm using Subclipse
Ismail Marmoush
  • 13,140
  • 25
  • 80
  • 114