|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <Description>A zero-configuration, highly-configurable, portable object-object mapper with viewable execution plans. Performs deep clones, updates and merges via a static or instance API.</Description> |
5 | | - <Copyright>2016 Steve Wilkes</Copyright> |
6 | | - <AssemblyTitle>AgileMapper</AssemblyTitle> |
| 5 | + <Copyright>2017 Steve Wilkes</Copyright> |
| 6 | + <AssemblyTitle>AgileObjects.AgileMapper</AssemblyTitle> |
7 | 7 | <VersionPrefix>0.9.0</VersionPrefix> |
8 | 8 | <Authors>Steve Wilkes</Authors> |
9 | 9 | <TargetFrameworks>netstandard1.0;net40</TargetFrameworks> |
|
13 | 13 | <AssemblyOriginatorKeyFile>..\AgileMapper.snk</AssemblyOriginatorKeyFile> |
14 | 14 | <SignAssembly>true</SignAssembly> |
15 | 15 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
16 | | - <PackageId>AgileMapper</PackageId> |
17 | | - <PackageTags>Mapping, Mapper, ViewModel</PackageTags> |
| 16 | + <PackageId>AgileObjects.AgileMapper</PackageId> |
| 17 | + <PackageTags>Mapper, Mapping, Mappings, ViewModel, DTO, NetStandard</PackageTags> |
18 | 18 | <PackageProjectUrl>https://github.com/AgileObjects/AgileMapper</PackageProjectUrl> |
19 | 19 | <PackageLicenseUrl>https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md</PackageLicenseUrl> |
20 | 20 | <RepositoryType>git</RepositoryType> |
|
24 | 24 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
25 | 25 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
26 | 26 | <RootNamespace>AgileObjects.AgileMapper</RootNamespace> |
| 27 | + <Company>AgileObjects</Company> |
27 | 28 | </PropertyGroup> |
28 | 29 |
|
29 | 30 | <ItemGroup> |
|
0 commit comments