Skip to content

Commit 9b1e970

Browse files
authored
- Release v1.0.0 (#1)
* - Release v1.0.0
1 parent 4b84231 commit 9b1e970

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

GitVersion.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
next-version: 1.0.0
2+
tag-prefix: '[vV]'
3+
mode: ContinuousDeployment
4+
branches:
5+
master:
6+
regex: ^master$
7+
release:
8+
regex: ^release$
9+
develop:
10+
regex: ^develop$|^dev$
11+
tag: beta
12+
pull-request:
13+
tag: beta
14+
ignore:
15+
sha: []

src/TurboMapper/TurboMapper.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<Title>TurboMapper</Title>
77
<Authors>CodeShayk</Authors>
88
<Company>CodeShayk</Company>
9-
<Description>Object mapper library in .Net with sallow and deep mapping support. Free alternative to Automapper</Description>
9+
<Description>
10+
`TurboMapper` is a lightweight, high-performance object mapper for .NET that provides both shallow and deep mapping capabilities. It serves as a free alternative to AutoMapper with a simple, intuitive API.
11+
</Description>
1012
<PackageIcon>ninja-icon-16.png</PackageIcon>
1113
<PackageReadmeFile>README.md</PackageReadmeFile>
1214
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)