diff --git a/Timelapse.ProjectTemplates/Timelapse.ProjectTemplates.csproj b/Timelapse.ProjectTemplates/Timelapse.ProjectTemplates.csproj
index 9e62029..cd02306 100644
--- a/Timelapse.ProjectTemplates/Timelapse.ProjectTemplates.csproj
+++ b/Timelapse.ProjectTemplates/Timelapse.ProjectTemplates.csproj
@@ -6,9 +6,9 @@
Tesses.TimelapseExtension
Mike Nolan
Tesses
- 1.0.1
- 1.0.1
- 1.0.0
+ 1.0.2
+ 1.0.2
+ 1.0.2
Extension templates for TimelapseNow
GPL-3.0-only
true
diff --git a/Timelapse.ProjectTemplates/templates/C#/.template.config/template.json b/Timelapse.ProjectTemplates/templates/C#/.template.config/template.json
deleted file mode 100644
index 83983ce..0000000
--- a/Timelapse.ProjectTemplates/templates/C#/.template.config/template.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "sourceName": "TimelapseExtension0001",
- "defaultName": "TimelapseExtension",
- "author": "Tesses",
- "classifications": [ "Common", "Library","Desktop" ],
- "identity": "Timelapse.ExtensionLibrary",
- "name": "Timelapse templates: Extension",
- "shortName": "timelapseext",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "description": "Extension for TimelapseNow",
- "symbols": {
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "net6.0",
- "description": "Target net6.0"
- }
- ],
- "replaces": "net6.0",
- "defaultValue": "net6.0"
- }
- }
- }
\ No newline at end of file
diff --git a/Timelapse.ProjectTemplates/templates/C#/Extension.cs b/Timelapse.ProjectTemplates/templates/C#/Extension.cs
deleted file mode 100644
index 846c5da..0000000
--- a/Timelapse.ProjectTemplates/templates/C#/Extension.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using TimelapseApi;
-using System;
-namespace TimelapseExtension0001
-{
- public class TimelapseExtension0001 : TimelapseExtension
- {
- public override string Name => "TimelapseExtension0001";
- public override Guid Id => Guid.Parse("{1cb8b576-e2e8-44d5-a8e1-e25a47eb0564}"); //https://duckduckgo.com/?q=guid&t=ffab&ia=answer
- }
-}
\ No newline at end of file
diff --git a/Timelapse.ProjectTemplates/templates/C#/TimelapseExtension0001.csproj b/Timelapse.ProjectTemplates/templates/C#/TimelapseExtension0001.csproj
deleted file mode 100644
index 1309928..0000000
--- a/Timelapse.ProjectTemplates/templates/C#/TimelapseExtension0001.csproj
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- Library
- net6.0
- enable
- enable
-
-
-
-
-
-
-
-
diff --git a/Timelapse.ProjectTemplates/templates/C#/extension_info.json b/Timelapse.ProjectTemplates/templates/C#/extension_info.json
deleted file mode 100644
index 37d4a4f..0000000
--- a/Timelapse.ProjectTemplates/templates/C#/extension_info.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "TimelapseExtension0001",
- "author": "YourNameOrCompanyName",
- "version": "1.0.0",
- "description": "Some Description"
-}
\ No newline at end of file
diff --git a/Timelapse.ProjectTemplates/templates/F#/.template.config/template.json b/Timelapse.ProjectTemplates/templates/F#/.template.config/template.json
deleted file mode 100644
index 40402a2..0000000
--- a/Timelapse.ProjectTemplates/templates/F#/.template.config/template.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "sourceName": "TimelapseExtension0001",
- "defaultName": "TimelapseExtension",
- "author": "Tesses",
- "classifications": [ "Common", "Library","Desktop" ],
- "identity": "Timelapse.ExtensionLibrary",
- "name": "Timelapse templates: Extension",
- "shortName": "timelapseext",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "description": "Extension for TimelapseNow",
- "symbols": {
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "net6.0",
- "description": "Target net6.0"
- }
- ],
- "replaces": "net6.0",
- "defaultValue": "net6.0"
- }
- }
- }
\ No newline at end of file
diff --git a/Timelapse.ProjectTemplates/templates/F#/Extension.fs b/Timelapse.ProjectTemplates/templates/F#/Extension.fs
deleted file mode 100644
index cfcef06..0000000
--- a/Timelapse.ProjectTemplates/templates/F#/Extension.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace TimelapseExtension0001
-open TimelapseApi
-open System
-
-type TimelapseExtension0001() =
- inherit TimelapseExtension()
- override this.Name = "TimelapseExtension0001"
- override this.Id = Guid.Parse("")
\ No newline at end of file
diff --git a/Timelapse.ProjectTemplates/templates/F#/TimelapseExtension0001.fsproj b/Timelapse.ProjectTemplates/templates/F#/TimelapseExtension0001.fsproj
deleted file mode 100644
index 90dd5f4..0000000
--- a/Timelapse.ProjectTemplates/templates/F#/TimelapseExtension0001.fsproj
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- net6.0
- TimelapseExtension0001
- true
-
-
-
-
-
-
-
-
-
-
diff --git a/Timelapse.ProjectTemplates/templates/F#/extension_info.json b/Timelapse.ProjectTemplates/templates/F#/extension_info.json
deleted file mode 100644
index 37d4a4f..0000000
--- a/Timelapse.ProjectTemplates/templates/F#/extension_info.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "TimelapseExtension0001",
- "author": "YourNameOrCompanyName",
- "version": "1.0.0",
- "description": "Some Description"
-}
\ No newline at end of file