I need to automatically update product version of the dll into which my app is compiled every time. In project.json
:
"version": "1.0.0-*",
It doesn't work and if fact I doubt whether I'm doing right. Also I tried to use Automatic Versions extension for Visual Studio but it didn't cope too. There is a solution involving Gulp. Maybe there are some ways to solve the problem using only .Net Core tool?