diff --git a/src/IMapFrom.cs b/src/IMapFrom.cs index d7fa823..40ae75c 100644 --- a/src/IMapFrom.cs +++ b/src/IMapFrom.cs @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License */ namespace Threenine.Map { - public interface IMapFrom { diff --git a/src/MapConfigurationFactory.cs b/src/MapConfigurationFactory.cs index 8a1c855..8c2cb20 100644 --- a/src/MapConfigurationFactory.cs +++ b/src/MapConfigurationFactory.cs @@ -46,7 +46,6 @@ private static void LoadMapsFromAssemblies(params Assembly[] assemblies) LoadAllMappings(types); } - private static void LoadAllMappings(IList types) { Mapper.Initialize( diff --git a/src/Threenine.Map.csproj b/src/Threenine.Map.csproj index d9cabbc..5f6447b 100644 --- a/src/Threenine.Map.csproj +++ b/src/Threenine.Map.csproj @@ -5,14 +5,15 @@ true 1.0.4 true - Three Nine Consulting Limited + threenine.co.uk Gary Woodfine + threenine.co.uk https://threenine.github.io/Threenine.Map/ - http://static.threenine.co.uk/threeninemap_icon.png + http://static.threenine.co.uk/threenine_icon.png mapping AutoMapper Reflection - Copyright ©2018 Three Nine Consulting Limited + Copyright © 2005 - 2020 Three Nine Consulting Limited Reflection mapper wrapper for AutoMapper - http://opensource.org/licenses/MS-PL + https://github.com/threenine/Threenine.Map/blob/master/LICENSE en https://github.com/threenine/Threenine.Map git