Skip to content

Commit 5f71bbe

Browse files
authored
Merge pull request #8 from PandaTechAM/development
nuget updates
2 parents 5241046 + d16112e commit 5f71bbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.200",
44
"rollForward": "latestMinor"
55
}
66
}

src/FluentMinimalApiMapper/FluentMinimalApiMapper.csproj

Lines changed: 3 additions & 3 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>2.0.1</Version>
11+
<Version>2.0.2</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>Breaking change on dependency injection names. Check out readme for new names</PackageReleaseNotes>
17+
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
26+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)