Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheiler committed Oct 23, 2022
1 parent 209b1ee commit aee228a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions templates/Query/.template.config/template.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Matt Heiler",
"classifications": [ "Questar", "Web", "C#" ],
"name": "Questar Query",
"identity": "Questar.Query",
"groupIdentity": "Questar.Query",
"shortName": "qquery",
"classifications": ["ProgrammerGrammar", "Web", "C#"],
"name": "Programmer Grammar Query",
"identity": "ProgrammerGrammar.Query",
"groupIdentity": "ProgrammerGrammar.Query",
"shortName": "query",
"tags": {
"language": "C#",
"type": "item"
},
"sourceName": "Query"
}
}
4 changes: 2 additions & 2 deletions templates/WebApplication/.template.config/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Matt Heiler",
"classifications": [ "Questar", "Web", "C#" ],
"classifications": ["ProgrammerGrammar", "Web", "C#"],
"name": "Programmer Grammar Web Application",
"identity": "ProgrammerGrammar.WebApplication",
"groupIdentity": "ProgrammerGrammar.WebApplication",
Expand Down Expand Up @@ -34,4 +34,4 @@
"replaces": "50004"
}
}
}
}

0 comments on commit aee228a

Please sign in to comment.