Rename Assembly to MustacheSharp for consistency

-change: TargetFrameworks of test project
    to be consistent with mein project
This commit is contained in:
Michael Vesely 2020-02-25 12:00:05 +01:00
parent ea17d8fadc
commit 3f383cc46a
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<!-- <TargetFramework>netcoreapp2.1</TargetFramework> -->
<TargetFrameworks>NET45;netstandard2.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<SignAssembly>true</SignAssembly>

View File

@ -6,7 +6,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MustacheSharp.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<AssemblyName>mustache-sharp</AssemblyName>
<AssemblyName>MustacheSharp</AssemblyName>
<Authors>Truncon</Authors>
<Description>An extension of the mustache text template engine for .NET.</Description>
<Copyright>Copyright © 2013</Copyright>