I've the project.json file with a version specified as
{
"version": "1.0.0-*"
}
How can I read it in code?
I've the project.json file with a version specified as
{
"version": "1.0.0-*"
}
How can I read it in code?
Get the AssemblyInformationalVersionAttribute
from the assembly