diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..89b0a62 --- /dev/null +++ b/GitVersion.yml @@ -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: [] \ No newline at end of file diff --git a/src/TurboMapper/TurboMapper.csproj b/src/TurboMapper/TurboMapper.csproj index 7da44ae..8332cc4 100644 --- a/src/TurboMapper/TurboMapper.csproj +++ b/src/TurboMapper/TurboMapper.csproj @@ -6,7 +6,9 @@ TurboMapper CodeShayk CodeShayk - Object mapper library in .Net with sallow and deep mapping support. Free alternative to Automapper + + `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. + ninja-icon-16.png README.md True