Skip to content

Releases: casbin/Casbin.NET

v1.2.7

13 Jun 02:25
Compare
Choose a tag to compare
  1. Fix the code warnings when building
  2. Change to a united code style
  3. Change update policy workflow (#28)

v1.2.6

26 May 06:32
Compare
Choose a tag to compare

support .net 4.5 and netstandard2.0

v1.2.5

22 Apr 00:57
Compare
Choose a tag to compare

v1.2.3

22 Nov 01:40
73cab42
Compare
Choose a tag to compare

support for the watchers

v1.2.2

18 Nov 03:38
Compare
Choose a tag to compare

support for the .net framework 4.5
the assembly is signed

v1.2.0

30 Jul 00:49
Compare
Choose a tag to compare
  1. use the parsedExpression to optimize the Enforce(params Object [] rvals) method.

v1.1.1

01 Jul 06:03
Compare
Choose a tag to compare
  1. Fix:the user parameter are not being used in HasPermissionForUser();
  2. Call model.HasPolicy(...) to determine if the same policy already exists

v1.1.0

20 Jun 00:59
Compare
Choose a tag to compare
  1. namespace typo fixes and clean some references;
  2. update namespace and references to match location with several minor refactors;
  3. Rename the solution to Casbin.NET And Rename the package name to Casbin.NET