Skip to content

Commit 7d6714b

Browse files
Package updates
1 parent 6298d79 commit 7d6714b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>7.0.0.15</Version>
4-
<AssemblyVersion>7.0.0.15</AssemblyVersion>
3+
<Version>7.0.0.16</Version>
4+
<AssemblyVersion>7.0.0.16</AssemblyVersion>
55
<Authors>Webprofusion Pty Ltd</Authors>
66
<Company>Webprofusion Pty Ltd</Company>
77
<Product>Certify Certificate Manager - Community Edition [dev version via github]</Product>

src/Certify.Providers/DNS/AWSRoute53/Plugin.DNS.AWSRoute53.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="AWSSDK.Route53" Version="4.0.0" />
10+
<PackageReference Include="AWSSDK.Route53" Version="4.0.0.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Certify.Server/Certify.Server.HubService/Certify.Server.HubService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
18-
<PackageReference Include="Scalar.AspNetCore" Version="2.2.2" />
18+
<PackageReference Include="Scalar.AspNetCore" Version="2.2.5" />
1919
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.1" />
2020

2121
<!-- included to prevent conflict with older versions in plugins-->

0 commit comments

Comments
 (0)