Skip to content

Commit d31285f

Browse files
committed
nuget updates
1 parent 47d6fc0 commit d31285f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/FluentMinimalApiMapper/FluentMinimalApiMapper.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>3.0.0</Version>
11+
<Version>3.0.1</Version>
1212
<PackageId>Pandatech.FluentMinimalApiMapper</PackageId>
1313
<Title>FluentMinimalApiMapper: Effortless Endpoint Integration</Title>
1414
<PackageTags>Pandatech, library, MinimalAPI, AutoMapping, FluentAPI, EndpointRegistration</PackageTags>
1515
<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>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-fluent-minimal-api-mapper</RepositoryUrl>
17-
<PackageReleaseNotes>dotnet 10 update</PackageReleaseNotes>
17+
<PackageReleaseNotes>nuget updates</PackageReleaseNotes>
1818

1919
<!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -->
2020
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
@@ -32,9 +32,9 @@
3232
</ItemGroup>
3333

3434
<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">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>

tests/FluentMinimalApiMapper.Demo/FluentMinimalApiMapper.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/>
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0"/>
1212
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="10.1.0"/>
1313
</ItemGroup>

0 commit comments

Comments
 (0)