Skip to content

Commit

Permalink
packages updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
byerlikaya committed May 25, 2024
1 parent 3c5d3fe commit bf2c7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/Sample.Api/Sample.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AmazonWebServices" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="AmazonWebServices" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/SqlBackupToS3/SqlBackupToS3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup>
<PackageId>SqlBackupToS3</PackageId>
<Version>2.1.1</Version>
<Version>2.1.1.1</Version>
<Authors>Barış Yerlikaya</Authors>
<Company>Barış Yerlikaya</Company>
<Product>SqlBackupToS3</Product>
Expand All @@ -33,9 +33,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AmazonWebServices" Version="2.1.2" />
<PackageReference Include="AmazonWebServices" Version="2.1.3" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.23.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="171.30.0" />
</ItemGroup>

</Project>

0 comments on commit bf2c7b0

Please sign in to comment.