Skip to content

Commit

Permalink
Updated infos
Browse files Browse the repository at this point in the history
  • Loading branch information
knom committed Apr 20, 2021
1 parent e5f98bc commit e6c454a
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 12 deletions.
9 changes: 0 additions & 9 deletions LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# VSTS Swagger Diff Build/RM Tasks

Copyright (c) 2021 knom

All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Privacy ##
This extension does not collect, store or transmit any data.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ gulp.task(
.src(
[
"./extension-icon*.png",
"LICENSE",
"LICENSE.md",
"PRIVACY.md",
"README.md",
"package.json",
"docs/**/*",
Expand Down
13 changes: 11 additions & 2 deletions src/vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifestVersion": 1,
"extensionId": "vsts-swagger-diff",
"name": "Swagger Contract Diff",
"name": "OpenAPI Contract Diff",
"version": "1.2.2",
"publisher": "knom",
"description": "A build/release task for comparing Swagger Contracts.",
"description": "A build/release task for comparing OpenAPI Contracts.",
"public": true,
"galleryFlags": [],
"icons": {
Expand All @@ -31,6 +31,15 @@
"issues": {
"uri": "https://github.com/knom/vsts-swagger-tasks/issues"
},
"support": {
"uri": "https://github.com/knom/vsts-swagger-tasks/issues"
},
"privacypolicy": {
"uri": "https://github.com/knom/vsts-swagger-tasks/blob/master/PRIVACY.md"
},
"getstarted": {
"uri": "https://github.com/knom/vsts-swagger-tasks/"
},
"repository": {
"uri": "https://github.com/knom/vsts-swagger-tasks/"
}
Expand Down

0 comments on commit e6c454a

Please sign in to comment.