|
8 | 8 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
9 | 9 | <Authors>Pandatech</Authors> |
10 | 10 | <Copyright>MIT</Copyright> |
11 | | - <Version>3.0.0</Version> |
| 11 | + <Version>3.0.1</Version> |
12 | 12 | <PackageId>Pandatech.FluentMinimalApiMapper</PackageId> |
13 | 13 | <Title>FluentMinimalApiMapper: Effortless Endpoint Integration</Title> |
14 | 14 | <PackageTags>Pandatech, library, MinimalAPI, AutoMapping, FluentAPI, EndpointRegistration</PackageTags> |
15 | 15 | <Description>FluentMinimalApiMapper redefines the simplicity of minimal API development, offering an intuitive and automated approach to endpoint mapping. With a focus on streamlined integration, this NuGet package by PandaTech is the perfect tool for developers looking to enhance the efficiency and readability of their modular applications. Dive into the seamless world of API development with FluentMinimalApiMapper, where every route is a journey simplified.</Description> |
16 | 16 | <RepositoryUrl>https://github.com/PandaTechAM/be-lib-fluent-minimal-api-mapper</RepositoryUrl> |
17 | | - <PackageReleaseNotes>dotnet 10 update</PackageReleaseNotes> |
| 17 | + <PackageReleaseNotes>nuget updates</PackageReleaseNotes> |
18 | 18 |
|
19 | 19 | <!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) --> |
20 | 20 | <RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild> |
|
32 | 32 | </ItemGroup> |
33 | 33 |
|
34 | 34 | <ItemGroup> |
35 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/> |
36 | | - <PackageReference Include="Pandatech.Analyzers" Version="1.6.0"/> |
37 | | - <PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074"> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" /> |
| 36 | + <PackageReference Include="Pandatech.Analyzers" Version="2.1.0" /> |
| 37 | + <PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500"> |
38 | 38 | <PrivateAssets>all</PrivateAssets> |
39 | 39 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
40 | 40 | </PackageReference> |
|
0 commit comments