Skip to content

Commit 4bf0ee6

Browse files
committed
Align code with minor modifications
1 parent cca1ee4 commit 4bf0ee6

6 files changed

Lines changed: 143 additions & 153 deletions

File tree

Certstream/Certstream.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>Certstream</Product>
88
<Authors>akac</Authors>
99
<Company>akac</Company>
10-
<Description>A C# library for processing newly issued SSL certificates in real time using the Certstream API.</Description>
10+
<Description>C# library for real-time SSL certificate processing using the Calidog Certstream API.</Description>
1111
<PackageTags>certstream; certificate-transparency; transparency; x509; security; ssl; tls; certificate; letsencrypt; cloudflare; digicert; verisign</PackageTags>
1212
<PackageIcon>icon.png</PackageIcon>
1313
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
@@ -18,8 +18,8 @@
1818
<FileVersion>1.2.2</FileVersion>
1919

2020
<!--Github-->
21-
<PackageProjectUrl>https://github.com/actually-akac/Certstream</PackageProjectUrl>
22-
<RepositoryUrl>https://github.com/actually-akac/Certstream</RepositoryUrl>
21+
<PackageProjectUrl>https://github.com/akacdev/Certstream</PackageProjectUrl>
22+
<RepositoryUrl>https://github.com/akacdev/Certstream</RepositoryUrl>
2323
<RepositoryType>git</RepositoryType>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525

0 commit comments

Comments
 (0)