Added template version for dotnet pack --version-suffic

This commit is contained in:
RogueException
2016-07-19 15:55:13 -03:00
parent 53e1c79848
commit e2f15c96cd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"version": "1.0.0-dev", "version": "1.0.0-dev-*",
"description": "A Discord.Net extension adding command support.", "description": "A Discord.Net extension adding command support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],

View File

@@ -1,5 +1,5 @@
{ {
"version": "1.0.0-dev", "version": "1.0.0-dev-*",
"description": "An unofficial .Net API wrapper for the Discord service.", "description": "An unofficial .Net API wrapper for the Discord service.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],