serilog-contrib / Serilog.Enrichers.Sensitive

A Serilog LogEvent enricher that masks sensitive data
MIT License
111 stars 23 forks source link

Why does Nuget show 1.2.0 as latest release, although here 1.1.0 is the latest release? #14

Closed mbs-janbe closed 1 year ago

mbs-janbe commented 1 year ago

This site lists 1.1.0 as latest release: https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/releases

Nuget lists 1.2.0 as highest release version, released 1 day after 1.1.0: https://www.nuget.org/packages/Serilog.Enrichers.Sensitive/1.2.0#versions-body-tab

sandermvanvliet commented 1 year ago

Because currently the releases aren’t automatically created when a release build kicks off.

that will happen when the github actions start working properly