File tree 5 files changed +40
-43
lines changed
5 files changed +40
-43
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <RepositoryUrl >URL</RepositoryUrl >
6
- </PropertyGroup >
7
-
8
- <ItemGroup >
9
- <PackageReference Include =" AutoMapper" Version =" 9.0.0" />
10
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <PackageId >Geta.AutoMapper</PackageId >
6
+ <Title >Geta.AutoMapper - AutoMapper library to simplify mapping configuration</Title >
7
+ <Authors >Geta Digital</Authors >
8
+ <Company >Geta Digital</Company >
9
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
+ <PackageProjectUrl >https://github.com/Geta/geta-mapping</PackageProjectUrl >
11
+ <PackageIcon >icon.png</PackageIcon >
12
+ <PackageIconUrl >https://cdn.geta.no/opensource/icons/Geta-logo-3.png</PackageIconUrl >
13
+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
14
+ <Description >Geta.AutoMapper is a small addition for AutoMapper library to simplify mapping configuration. It scans for existing mappings and provides a standardized way to do a custom mappings with AutoMapper using ICustomMapping interface.</Description >
15
+ <PackageReleaseNotes >https://github.com/Geta/geta-mapping/blob/master/CHANGELOG.md</PackageReleaseNotes >
16
+ <PackageTags >Mapping AutoMapper Geta</PackageTags >
17
+ <RepositoryUrl >URL</RepositoryUrl >
18
+ </PropertyGroup >
19
+
20
+ <ItemGroup >
21
+ <PackageReference Include =" AutoMapper" Version =" 9.0.0" />
22
+ </ItemGroup >
23
+
24
+ <ItemGroup >
25
+ <None Include =" ..\..\images\icon.png" Pack =" true" PackagePath =" \" />
26
+ </ItemGroup >
11
27
12
28
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
+ <PackageId >Geta.Mapping</PackageId >
6
+ <Title >Geta.Mapping is a library with abstractions for common mapping logic</Title >
7
+ <Authors >Geta Digital</Authors >
8
+ <Company >Geta Digital</Company >
9
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
+ <PackageProjectUrl >https://github.com/Geta/geta-mapping</PackageProjectUrl >
11
+ <PackageIcon >icon.png</PackageIcon >
12
+ <PackageIconUrl >https://cdn.geta.no/opensource/icons/Geta-logo-3.png</PackageIconUrl >
13
+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
14
+ <Description >Geta.Mapping is a library with abstractions for common mapping logic.</Description >
15
+ <PackageReleaseNotes >https://github.com/Geta/geta-mapping/blob/master/src/Geta.Mapping/CHANGELOG.md</PackageReleaseNotes >
16
+ <PackageTags >Mapping Geta</PackageTags >
5
17
<RepositoryUrl >URL</RepositoryUrl >
6
18
</PropertyGroup >
7
19
20
+ <ItemGroup >
21
+ <None Include =" ..\..\images\icon.png" Pack =" true" PackagePath =" \" />
22
+ </ItemGroup >
23
+
8
24
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments