Skip to content

Commit

Permalink
upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Aug 29, 2023
1 parent 1ecea2c commit 7215ef7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Authors>Edi Wang</Authors>
<Company>edi.wang</Company>
<Copyright>(C) 2023 edi.wang@outlook.com</Copyright>
<AssemblyVersion>12.13.0.0</AssemblyVersion>
<FileVersion>12.13.0.0</FileVersion>
<Version>12.13.0</Version>
<AssemblyVersion>12.14.0.0</AssemblyVersion>
<FileVersion>12.14.0.0</FileVersion>
<Version>12.14.0-preview</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Moonglade.Comments/Moonglade.Comments.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Edi.WordFilter" Version="1.7.0" />
<PackageReference Include="Edi.Captcha" Version="3.16.0" />
<PackageReference Include="Edi.Captcha" Version="3.17.0" />
<PackageReference Include="Microsoft.Azure.CognitiveServices.ContentModerator" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Moonglade.Web/Moonglade.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="Edi.ImageWatermark" Version="2.8.0" />
<PackageReference Include="Edi.ImageWatermark" Version="2.9.0" />
<PackageReference Include="Edi.PasswordGenerator" Version="1.0.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="7.0.10" />
Expand Down

0 comments on commit 7215ef7

Please sign in to comment.