Skip to content

Commit

Permalink
updating packages referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Swehli committed Apr 24, 2024
1 parent 2e9ac7b commit 4ef9b71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Muljin.AspNetCore/Muljin.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>Muljin.AspNetCore</PackageId>
<Version>3.0.3</Version>
<Version>3.1.0</Version>
<Authors>Mahmoud Swehli</Authors>
<Company>Muljin Pte. Ltd</Company>
<Description>Muljin common classes and utilities for Asp.Net Core</Description>
Expand All @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Muljin.Common" Version="3.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Muljin.Common" Version="3.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Muljin.Data.Npgsql/Muljin.Data.Postgres.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>3.0.3</Version>
<Version>3.1.0</Version>
<Authors>Mahmoud Swehli</Authors>
<Company>Muljin Pte. Ltd.</Company>
<Product>Muljin Data Npgsql common library</Product>
Expand All @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.28" />
<PackageReference Include="Muljin.Common" Version="3.0.2" />
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Muljin.Common" Version="3.1.0" />
<PackageReference Include="Npgsql" Version="8.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Tests/Muljin.Common.Tests/Muljin.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="4.0.1" />
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
</ItemGroup>
Expand Down

0 comments on commit 4ef9b71

Please sign in to comment.