Skip to content

Commit 1d3563d

Browse files
committed
Added license and updated v2.0.2 nuget package
1 parent 7e00cc7 commit 1d3563d

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016, Randy Burden and contributors. All rights reserved.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
1006 Bytes
Binary file not shown.

Slapper.AutoMapper/Slapper.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010
<RepositoryUrl>https://github.com/SlapperAutoMapper/Slapper.AutoMapper</RepositoryUrl>
1111
<Version>2.0.2</Version>
1212
<Product>Slapper.AutoMapper.Core</Product>
13-
<Copyright>2016</Copyright>
13+
<Copyright>Copyright (c) 2016, Randy Burden and contributors. All rights reserved.</Copyright>
1414
<Description>Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.</Description>
1515
<PackageTags>Slapper.AutoMapper slapper automapper mapper map dynamic</PackageTags>
1616
<PackageReleaseNotes>Version 2.0.2 release
1717
- Add support for nullable guids</PackageReleaseNotes>
1818
<PackageLicenseExpression></PackageLicenseExpression>
1919
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<RepositoryType>git</RepositoryType>
2022
</PropertyGroup>
2123

24+
<ItemGroup>
25+
<None Include="..\LICENSE">
26+
<Pack>True</Pack>
27+
<PackagePath></PackagePath>
28+
</None>
29+
</ItemGroup>
30+
2231
</Project>

0 commit comments

Comments
 (0)