-
Notifications
You must be signed in to change notification settings - Fork 38
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
83c2a1e
commit 375a4b9
Showing
2 changed files
with
28 additions
and
4 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
24 changes: 24 additions & 0 deletions
24
Utilities/VisualStudioProjectTemplates/EdFi.ProjectTemplates.Installer/vs-publish.json
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,24 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vsix-publish", | ||
"categories": [ "build", "coding" ], | ||
"identity": { | ||
"description": "Ed-Fi Alliance API C# project templates for creating composites, profiles, and/or extensions to work with ODS/API v7.1", | ||
"displayName": "Ed-Fi Alliance Project Templates", | ||
"icon": "TemplateIcon.png", | ||
"installTargets": [ | ||
{ | ||
"sku": "Microsoft.VisualStudio.Community", | ||
"version": "[17.0,18.0)" | ||
} | ||
], | ||
"internalName": "EdFi.ProjectTemplates", | ||
"language": "en-US", | ||
"version": "1.7.3", | ||
"vsixId": "EdFi.ProjectTemplates" | ||
}, | ||
"overview": "Release Notes.rtf", | ||
"priceCategory": "free", | ||
"publisher": "Ed-Fi Alliance", | ||
"private": false, | ||
"qna": true | ||
} |