Skip to content

Commit ff1e417

Browse files
committed
chore: changes in description
1 parent d1fa882 commit ff1e417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DotNetMapper/DotNetMapper.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Title>A simple object mapper for .NET</Title>
8-
<Description>A simple object mapper for .NET</Description>
8+
<Description>A simple object mapper for .NET which is a lightweight and fast. It provides a simple and easy-to-use API for mapping objects of one type to another.</Description>
99
<PackageId>DotNetMapper</PackageId>
10-
<Version>1.0.1</Version>
10+
<Version>1.0.2</Version>
1111
<PackageProjectUrl>https://github.com/sanamhub/dotnet-mapper</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/sanamhub/dotnet-mapper</RepositoryUrl>

0 commit comments

Comments
 (0)