-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cd9d9b
commit 577ef69
Showing
5 changed files
with
53 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The version 1.0.0 support the synchrnoisation of functions from source data base to target database. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,49 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"id": "build-release-task", | ||
"name": "MongoDbSync", | ||
"version": "1.0.0", | ||
"publisher": "cedric-michel", | ||
"targets": [ | ||
{ | ||
"id": "Microsoft.VisualStudio.Services" | ||
} | ||
], | ||
"description": "Synchronisation MongoDb tool", | ||
"categories": [ | ||
"Build and release" | ||
], | ||
"icons": { | ||
"default": "images/extension-icon.png" | ||
}, | ||
"files": [ | ||
{ | ||
"path": "buildAndReleaseTask" | ||
} | ||
], | ||
"contributions": [ | ||
{ | ||
"id": "custom-build-release-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "buildAndReleaseTask" | ||
} | ||
} | ||
] | ||
"manifestVersion": 1, | ||
"id": "build-release-task", | ||
"name": "MongoDbSync", | ||
"version": "1.0.1", | ||
"publisher": "cedric-michel", | ||
"targets": [ | ||
{ | ||
"id": "Microsoft.VisualStudio.Services" | ||
} | ||
], | ||
"content": { | ||
"details": { | ||
"path": "overview.md" | ||
} | ||
}, | ||
"links": { | ||
"getstarted": { | ||
"uri": "https://github.com/michelcedric/MongoDbSynchronisation" | ||
} | ||
}, | ||
"description": "Synchronisation MongoDb tool", | ||
"categories": [ | ||
"Build and release" | ||
], | ||
"icons": { | ||
"default": "images/extension-icon.png" | ||
}, | ||
"files": [ | ||
{ | ||
"path": "buildAndReleaseTask" | ||
} | ||
], | ||
"contributions": [ | ||
{ | ||
"id": "custom-build-release-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "buildAndReleaseTask" | ||
} | ||
} | ||
], | ||
"galleryFlags": [ | ||
"Public" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters