Revert deletion of makefile.shade from e0663483ed
This commit is contained in:
parent
e0663483ed
commit
bf5d2f5dff
|
|
@ -0,0 +1,7 @@
|
||||||
|
var VERSION='0.1'
|
||||||
|
var FULL_VERSION='0.1'
|
||||||
|
var AUTHORS='Microsoft Open Technologies, Inc.'
|
||||||
|
-BuildQuality = "preview3";
|
||||||
|
|
||||||
|
use-standard-lifecycle
|
||||||
|
k-standard-goals
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-preview3-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Core logic for the dotnet-watch command line tool.",
|
"description": "Core logic for the dotnet-watch command line tool.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-preview3-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Command line tool to watch for source file changes during development and restart the dotnet command.",
|
"description": "Command line tool to watch for source file changes during development and restart the dotnet command.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue