diff --git a/DMISharp/DMISharp.csproj b/DMISharp/DMISharp.csproj index 2775c6e..7428f72 100644 --- a/DMISharp/DMISharp.csproj +++ b/DMISharp/DMISharp.csproj @@ -1,7 +1,7 @@  - net5.0;netstandard2.0 + net5.0;netstandard2.0;net461;net472 Bobbahbrown MelonMesa Library for handling BYOND DMI files. @@ -9,20 +9,23 @@ https://melonmesa.com https://github.com/bobbahbrown/DMISharp Git - 1.6.0.0 - 1.6.0 + 1.6.1.0 + 1.6.1 dmisharp.png true GPL-3.0-only DMI BYOND SpaceStation13 - - Added support for .NET Standard 2.0 - 1.6.0.0 + + - Added support for .NET Framework 4.7.2 and .NET Framework 4.6.1 + - Updated ImageSharp to 1.0.3 + + 1.6.1.0 8.0 - + diff --git a/DMISharp/Metadata/DMIMetadata.cs b/DMISharp/Metadata/DMIMetadata.cs index 5ba6c66..cc57236 100644 --- a/DMISharp/Metadata/DMIMetadata.cs +++ b/DMISharp/Metadata/DMIMetadata.cs @@ -67,7 +67,7 @@ private static string[] GetDMIData(IEnumerable dire } -#if NETSTANDARD +#if NETSTANDARD || NET472 || NET461 metaDesc = metaDesc.Substring(metaDesc.IndexOf('#')); #else metaDesc = metaDesc[metaDesc.IndexOf('#')..]; diff --git a/DMISharpTests/DMISharpTests.csproj b/DMISharpTests/DMISharpTests.csproj index 6cfd12f..b83dbd0 100644 --- a/DMISharpTests/DMISharpTests.csproj +++ b/DMISharpTests/DMISharpTests.csproj @@ -4,7 +4,7 @@ net5.0 - net5.0;net472 + net5.0;net462;net472 @@ -13,8 +13,8 @@ - - + + all