Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
next-version: 1.0.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
master:
regex: ^master$
release:
regex: ^release$
develop:
regex: ^develop$|^dev$
tag: beta
pull-request:
tag: beta
ignore:
sha: []
4 changes: 3 additions & 1 deletion src/TurboMapper/TurboMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<Title>TurboMapper</Title>
<Authors>CodeShayk</Authors>
<Company>CodeShayk</Company>
<Description>Object mapper library in .Net with sallow and deep mapping support. Free alternative to Automapper</Description>
<Description>
`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.
</Description>
<PackageIcon>ninja-icon-16.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand Down
Loading