casbin / Casbin.NET

An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
https://casbin.org
Apache License 2.0
1.13k stars 110 forks source link

feat: Add README to nuget #328

Closed Tanyuu closed 10 months ago

Tanyuu commented 10 months ago

Fix: https://github.com/casbin/Casbin.NET/issues/167

For the first problem, I changed the image link sources from casbin.org and hsluoyz.github.io to their respective corresponding github repositories to make the domains trusted by nuget. For the second problem, as mentioned at guide, I added <p> tags outside of the <a> tags to try to make the html syntax work. If it doesn't take effect, I will try instead to use [! [PIC_NAME](PIC_URL)](LINKED_URL) syntax. I looked through other packages on nuget and this syntax seems to be more widely used.

casbin-bot commented 10 months ago

@sagilio please review