Skip to content

Commit e07fefd

Browse files
authored
Merge pull request #20 from PandaTechAM/development
nuget updates
2 parents 0cf8710 + 7560f5c commit e07fefd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Communicator/Communicator.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.Communicator</PackageId>
1313
<Title>SMS and Email Communication helper</Title>
1414
<PackageTags>pandatech;communicator;messaging;email;smtp;mailkit;mimekit;sms;twilio;dexatel;notifications;transactional;dotnet;net9;minimal-api;dependency-injection</PackageTags>
@@ -19,7 +19,7 @@
1919
</Description>
2020
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-communicator</RepositoryUrl>
2121
<PackageReleaseNotes>
22-
Dotnet 10 upgrade
22+
nuget updates
2323
</PackageReleaseNotes>
2424

2525
<!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -->
@@ -39,10 +39,10 @@
3939

4040
<ItemGroup>
4141
<PackageReference Include="MailKit" Version="4.14.1"/>
42-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/>
42+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
4343
<PackageReference Include="MimeKit" Version="4.14.0"/>
44-
<PackageReference Include="Pandatech.Analyzers" Version="1.6.0"/>
45-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074">
44+
<PackageReference Include="Pandatech.Analyzers" Version="2.1.0" />
45+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

test/Communicator.Demo/Communicator.Demo.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/>
11+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
1212
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0"/>
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)