Skip to content

Commit

Permalink
Package dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Sep 17, 2022
1 parent 1552cf5 commit 77eb776
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Samples/CertbotSample/CertbotSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NetworkPorts" Version="1.0.9" />
<PackageReference Include="TlsCertificateLoader" Version="2.0.7" />
<PackageReference Include="NetworkPorts" Version="1.0.10" />
<PackageReference Include="TlsCertificateLoader" Version="2.0.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TlsCertificateLoader" Version="2.0.7" />
<PackageReference Include="TlsCertificateLoader" Version="2.0.8" />
</ItemGroup>

</Project>
</Project>
13 changes: 6 additions & 7 deletions TlsCertificateLoader/TlsCertificateLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
<RepositoryUrl>https://github.com/MarkCiliaVincenti/TlsCertificateLoader.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/TlsCertificateLoader</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>2.0.7</Version>
<Version>2.0.8</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Enabled trimming.</PackageReleaseNotes>
<PackageReleaseNotes>Package dependency update.</PackageReleaseNotes>
<Description>Allows loading of TLS (HTTPS) certificates for .NET 6.0 Kestrel web applications, allowing for refreshing of certificates as well as compatibility with HTTP/3. Includes optional middleware for using certificates obtained by Certbot.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>HTTPS,TLS,SSL,Kestrel,HTTP3,HTTP/3,certificates,security,net6,net6.0,Certbot,aspnetcore,middleware</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
<FileVersion>2.0.7.0</FileVersion>
<AssemblyVersion>2.0.8.0</AssemblyVersion>
<FileVersion>2.0.8.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>

<IsPackable>true</IsPackable>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<PublishTrimmed>true</PublishTrimmed>
Expand All @@ -36,7 +35,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.2.0" />
<PackageReference Include="NetworkPorts" Version="1.0.9" />
<PackageReference Include="NetworkPorts" Version="1.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 77eb776

Please sign in to comment.