Top "Version" questions

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

Display project version in ASP.NET Core 1.0.0 web application

None of what used to work in RC.x helps anymore. I have tried these: PlatformServices.Default.Application.ApplicationVersion; typeof(…

version .net-assembly .net-core
Python's argparse to show program's version with prog and version string formatting

What's the preferred way of specifying program name and version info within argparse? __version_info__ = ('2013','03','14…

python version argparse
no module named fuzzywuzzy

I installed fuzzywuzzy with pip for python3. When I do pip list I see fuzzywuzzy (0.8.1) However when I try to …

python python-3.x version fuzzywuzzy
How to tell if the OS is Windows XP or higher?

I am trying to play with the Environment.OSVersion.Version object and can't really tell what version would indicate that …

c# windows .net-2.0 windows-xp version
Is 'lockfileVersion: 2' in package-lock.json from npm 7 compatible with older versions of npm?

I was wondering if the new lockfileVersion 2 was backwards compatable with older versions of NPM. Now since NPM 7 is released, …

npm version lockfile
PowerShell ISE: how to run new PowerShell version

How can I get PowerShell ISE to work with PowerShell 6.0. Currently, it has 4.0. This server has PowerShell 4.0 installed and I …

powershell version powershell-ise powershell-core
correct way to encode/embed version number in program code

I would like to embed my software version in my code and later retrieve it from the program binary with …

c++ linux bash version gnu
How to reset Android Studio to previous version

I recently recklessly updated AS from 3.0.1 to 3.1, but project manager says 3.0.1 is the version to be worked with in our …

android-studio version updates
Getting Windows OS version programmatically

I am trying to fetch Windows version with C# on my Windows 10 machine. I always get those values (with C#\…

c# windows operating-system version windowsversion
FileVersionInfo and AssemblyInfo

Given this snippet from Blah.dll's AssemblyInfo.cs: [assembly: AssemblyVersion("3.3.3.3")] [assembly: AssemblyFileVersion("2.2.2.2")] And then in a separate .exe: var fileInfo = …

c# .net version-control version versioning