|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net9.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net9.0;net10.0</TargetFrameworks> |
5 | 5 | <ImplicitUsings>disable</ImplicitUsings> |
6 | 6 | <Title>TurboMapper</Title> |
7 | 7 | <Authors>CodeShayk</Authors> |
8 | 8 | <Company>CodeShayk</Company> |
9 | 9 | <Description> |
10 | 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 | 11 | </Description> |
12 | | - <PackageIcon>ninja-icon-16.png</PackageIcon> |
| 12 | + <PackageIcon>turbo-icon.png</PackageIcon> |
13 | 13 | <PackageReadmeFile>README.md</PackageReadmeFile> |
14 | 14 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
15 | | - <Copyright>Copyright (c) 2025 Code Shayk</Copyright> |
| 15 | + <Copyright>Copyright (c) 2026 Code Shayk</Copyright> |
16 | 16 | <RepositoryType>git</RepositoryType> |
17 | 17 | <PackageTags>object-mapper, deep-mapper, mapping-library, automapper, turbomapper, objectmapper, mapper, mappings, mapper-library</PackageTags> |
18 | 18 | <IncludeSymbols>True</IncludeSymbols> |
|
21 | 21 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
22 | 22 | <PackageProjectUrl>https://github.com/CodeShayk/TurboMapper/wiki</PackageProjectUrl> |
23 | 23 | <RepositoryUrl>https://github.com/CodeShayk/TurboMapper</RepositoryUrl> |
24 | | - <PackageReleaseNotes>v1.2.0 - Enhanced core and mapping features including performance improvements (2x+ speed), collection mapping support, custom type converters, conditional mapping, transformation functions, and configuration validation</PackageReleaseNotes> |
25 | | - <Version>1.2.0</Version> |
| 24 | + <PackageReleaseNotes> |
| 25 | + # TurboMapper 1.5.0 - No Functional Changes. |
| 26 | + ## Release Type: Minor Release: Targets .Net 10 |
| 27 | + **Date**: 2026-03-13 |
| 28 | + **Version**: 1.5.0 |
| 29 | + </PackageReleaseNotes> |
| 30 | + <Version>1.5.0</Version> |
26 | 31 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
27 | 32 | <AssemblyName>TurboMapper</AssemblyName> |
28 | 33 | </PropertyGroup> |
29 | 34 |
|
30 | 35 | <ItemGroup> |
31 | | - <None Include="..\..\Images\ninja-icon-16.png"> |
| 36 | + <None Include="..\..\Images\turbo-icon.png"> |
32 | 37 | <Pack>True</Pack> |
33 | 38 | <PackagePath>\</PackagePath> |
34 | 39 | </None> |
|
0 commit comments