Skip to content

Commit

Permalink
Fix template description (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Oct 20, 2023
1 parent cc2d14d commit be01e5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "MASES s.r.l.",
"classifications": [ "Common", "Library" ],
"classifications": [ "Common", "Console" ],
"identity": "MASES.EntityFrameworkCore.KNet.Templates.Simple",
"name": "Executable template: Simple Console for EntityFrameworkCore provider for Apache Kafka project",
"shortName": "kefcoreApp",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "MASES s.r.l.",
"classifications": [ "Common", "Library" ],
"identity": "MASES.EntityFrameworkCore.KNet.Templates.AppWithEvents",
"classifications": [ "Common", "Console" ],
"identity": "MASES.EntityFrameworkCore.KNet.Templates.SimpleWithEvents",
"name": "Executable template: Simple Console with events for EntityFrameworkCore provider for Apache Kafka project",
"shortName": "kefcoreAppWithEvents",
"tags": {
Expand Down
7 changes: 7 additions & 0 deletions test/KEFCore.Test.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kefcoreApp", "..\src\net\te
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kefcoreAppWithEvents", "..\src\net\templates\templates\kefcoreAppWithEvents\kefcoreAppWithEvents.csproj", "{EEF483DF-8DDB-474D-8135-2762014F9438}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "templatepack", "..\src\net\templates\templatepack.csproj", "{B18081C0-E85F-4228-8150-E7EDD4794BEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -81,6 +83,10 @@ Global
{EEF483DF-8DDB-474D-8135-2762014F9438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF483DF-8DDB-474D-8135-2762014F9438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF483DF-8DDB-474D-8135-2762014F9438}.Release|Any CPU.Build.0 = Release|Any CPU
{B18081C0-E85F-4228-8150-E7EDD4794BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B18081C0-E85F-4228-8150-E7EDD4794BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B18081C0-E85F-4228-8150-E7EDD4794BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B18081C0-E85F-4228-8150-E7EDD4794BEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -97,6 +103,7 @@ Global
{E1BE56EB-4701-47E7-876A-D2146619C211} = {4A0AD520-9BC4-4F92-893B-6F92BBC35BFA}
{ECB20F1B-A86D-4CB1-953B-B7C42E9FC1CD} = {68A75218-B566-4DF6-8BFF-586B7C3E7ED6}
{EEF483DF-8DDB-474D-8135-2762014F9438} = {68A75218-B566-4DF6-8BFF-586B7C3E7ED6}
{B18081C0-E85F-4228-8150-E7EDD4794BEB} = {B35B16BB-890F-4385-AB20-7AA4DD6E9C01}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36C294ED-9ECE-42AA-8273-31E008749AF3}
Expand Down

0 comments on commit be01e5f

Please sign in to comment.