secure-remote-password / srp.net

SRP-6a protocol implementation for .NET Standard 1.6+ and .NET Framework 3.5+
https://www.nuget.org/packages/srp
MIT License
64 stars 10 forks source link

Correct Revision XML documentation #16

Closed JustArchi closed 2 years ago

JustArchi commented 2 years ago

It totally slipped my attention when originally submitting as part of #15, I'm sorry :partying_face:

Probably doesn't need immediate release and can wait for the next one, I'm likely the only person who is using other revisions anyway :sunglasses:

codecov-commenter commented 2 years ago

Codecov Report

Merging #16 (8a4e3e2) into master (46ec734) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 8a4e3e2 differs from pull request most recent head 96b546b. Consider uploading reports for the commit 96b546b to get more accurate results

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   89.50%   89.50%           
=======================================
  Files          38       38           
  Lines        4279     4279           
  Branches      148      148           
=======================================
  Hits         3830     3830           
  Misses        394      394           
  Partials       55       55           
Impacted Files Coverage Δ
src/srp/SrpParameters.cs 85.45% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 46ec734...96b546b. Read the comment docs.

yallie commented 2 years ago

Thanks! 👍