Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Aug 12, 2020
1 parent 7c339aa commit 41689c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/IMapFrom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License
*/
namespace Threenine.Map
{

public interface IMapFrom<T>
{

Expand Down
1 change: 0 additions & 1 deletion src/MapConfigurationFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ private static void LoadMapsFromAssemblies(params Assembly[] assemblies)
LoadAllMappings(types);
}


private static void LoadAllMappings(IList<Type> types)
{
Mapper.Initialize(
Expand Down
9 changes: 5 additions & 4 deletions src/Threenine.Map.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.4</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Company>Three Nine Consulting Limited</Company>
<Company>threenine.co.uk</Company>
<Authors>Gary Woodfine</Authors>
<Owners>threenine.co.uk</Owners>
<PackageProjectUrl>https://threenine.github.io/Threenine.Map/</PackageProjectUrl>
<PackageIconUrl>http://static.threenine.co.uk/threeninemap_icon.png</PackageIconUrl>
<PackageIconUrl>http://static.threenine.co.uk/threenine_icon.png</PackageIconUrl>
<PackageTags>mapping AutoMapper Reflection</PackageTags>
<Copyright>Copyright ©2018 Three Nine Consulting Limited</Copyright>
<Copyright>Copyright © 2005 - 2020 Three Nine Consulting Limited</Copyright>
<Description>Reflection mapper wrapper for AutoMapper</Description>
<license>http://opensource.org/licenses/MS-PL</license>
<license>https://github.com/threenine/Threenine.Map/blob/master/LICENSE</license>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryUrl>https://github.com/threenine/Threenine.Map</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 41689c2

Please sign in to comment.