Top "Version" questions

Version defines an unique state of a computer software or a file.

How can I get the Git build number and embed it in a file?

I want to introduce a versioning constant grabbed from the version in Git. I know how to do this -- …

git version embed
How to detect IIS Express version?

I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 …

visual-studio-2012 version updates iis-express asp.net-4.5
How to synchronise the publish version to the assembly version in a .NET ClickOnce application?

In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> Properties -> Publish …

c# version clickonce build-automation
How to Get Version of an Executable file?

Salvete! I am writing a vb.net program to update the readme files for my applications. I want to extract …

.net vb.net version exe resource-files
How to know if debug version of flash is installed?

How to know if debug version of flash is installed? Thank you.

flash debugging version
Compiling DLL with Version Information

What steps are needed to compile Version Information inside a windows DLL from the command line. I have been looking …

winapi dll version versioninfo
Play Framework 2: Read the application version defined in Build.scala

I use the Play Framework 2.0 (2.0.3). I have a Java project and want to read the application version (appVersion) defined in …

java playframework playframework-2.0 version
Make `npm install --save` add a strict version to package.json

When you run npm install --save somepackage, it usually adds something like this into package.json: "dependencies": { "somepackage": "^2.1.0" } Because the …

node.js npm version package.json
What is the difference between Version and 'Runtime Version' in .Net?

When I open the properties window of one of the referenced dlls in my project in Visual Studio I see …

.net runtime version rhino-mocks .net-assembly
'tuple' object has no attribute 'layer'

I am having many troubles trying to start training my model (a DCGAN). It is giving me the error: 'tuple' …

python tensorflow keras version attributeerror