From 81dd092e7bed6bec23fe5a148b9d7a7f2ada93c7 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 25 Feb 2020 12:11:18 +0100 Subject: [PATCH] Fix: move added TagDefinitions to project folder After the master branch did a rename of the project folder when migrating to dotnet core we need to also move our added TagDefinitions to the new location of the project. --- {mustache-sharp => MustacheSharp}/EqTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/GtTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/GteTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/LtTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/LteTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/UrlDecodeTagDefinition.cs | 0 {mustache-sharp => MustacheSharp}/UrlEncodeTagDefinition.cs | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {mustache-sharp => MustacheSharp}/EqTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/GtTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/GteTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/LtTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/LteTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/UrlDecodeTagDefinition.cs (100%) rename {mustache-sharp => MustacheSharp}/UrlEncodeTagDefinition.cs (100%) diff --git a/mustache-sharp/EqTagDefinition.cs b/MustacheSharp/EqTagDefinition.cs similarity index 100% rename from mustache-sharp/EqTagDefinition.cs rename to MustacheSharp/EqTagDefinition.cs diff --git a/mustache-sharp/GtTagDefinition.cs b/MustacheSharp/GtTagDefinition.cs similarity index 100% rename from mustache-sharp/GtTagDefinition.cs rename to MustacheSharp/GtTagDefinition.cs diff --git a/mustache-sharp/GteTagDefinition.cs b/MustacheSharp/GteTagDefinition.cs similarity index 100% rename from mustache-sharp/GteTagDefinition.cs rename to MustacheSharp/GteTagDefinition.cs diff --git a/mustache-sharp/LtTagDefinition.cs b/MustacheSharp/LtTagDefinition.cs similarity index 100% rename from mustache-sharp/LtTagDefinition.cs rename to MustacheSharp/LtTagDefinition.cs diff --git a/mustache-sharp/LteTagDefinition.cs b/MustacheSharp/LteTagDefinition.cs similarity index 100% rename from mustache-sharp/LteTagDefinition.cs rename to MustacheSharp/LteTagDefinition.cs diff --git a/mustache-sharp/UrlDecodeTagDefinition.cs b/MustacheSharp/UrlDecodeTagDefinition.cs similarity index 100% rename from mustache-sharp/UrlDecodeTagDefinition.cs rename to MustacheSharp/UrlDecodeTagDefinition.cs diff --git a/mustache-sharp/UrlEncodeTagDefinition.cs b/MustacheSharp/UrlEncodeTagDefinition.cs similarity index 100% rename from mustache-sharp/UrlEncodeTagDefinition.cs rename to MustacheSharp/UrlEncodeTagDefinition.cs