removed the -* from version numbers in xunit and nunit templates

This commit is contained in:
jplebre 2016-07-30 00:15:34 +01:00
parent 06d7a84c08
commit 09d37fe3ec
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{
"version": "1.0.0-*",
"version": "1.0.0",
"dependencies": {
"NUnit": "3.4.1",
"dotnet-test-nunit": "3.4.0-beta-1"
},

View file

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0",
"buildOptions": {
"debugType": "portable"
},