I noticed that most (all?) .Winmd files have version 255.255.255.255 , for example:
Windows, Version = 255.255.255.255, Culture = neutral, PublicKeyToken = null
Metro applications have a link to such assemblies with this version number.
The following is the Windows.winmd file itself:
mscorlib, Version = 255.255.255.255, Culture = neutral, PublicKeyToken = b77a5c561934e089
However, as I know, an assembly with this version number does not exist.
Does this version number have special meaning? Is there any documentation for this?
source
share