diff --git a/DynamicAuthPolicyDemo.Web/DynamicAuthPolicyDemo.Web.csproj b/DynamicAuthPolicyDemo.Web/DynamicAuthPolicyDemo.Web.csproj index 69cdaa8..028ac8f 100644 --- a/DynamicAuthPolicyDemo.Web/DynamicAuthPolicyDemo.Web.csproj +++ b/DynamicAuthPolicyDemo.Web/DynamicAuthPolicyDemo.Web.csproj @@ -1,4 +1,4 @@ - + net8.0 diff --git a/cloudscribe.DynamicPolicy.CoreIntegration/README.md b/cloudscribe.DynamicPolicy.CoreIntegration/README.md new file mode 100644 index 0000000..3a3fde0 --- /dev/null +++ b/cloudscribe.DynamicPolicy.CoreIntegration/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.CoreIntegration + +This package provides core integration for cloudscribe Dynamic Authorization Policy Services for ASP.NET Core. + +## Usage +Add this NuGet package to your ASP.NET Core project to enable core integration for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.CoreIntegration +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.CoreIntegration/cloudscribe.DynamicPolicy.CoreIntegration.csproj b/cloudscribe.DynamicPolicy.CoreIntegration/cloudscribe.DynamicPolicy.CoreIntegration.csproj index 7ff5a41..b6aa43c 100644 --- a/cloudscribe.DynamicPolicy.CoreIntegration/cloudscribe.DynamicPolicy.CoreIntegration.csproj +++ b/cloudscribe.DynamicPolicy.CoreIntegration/cloudscribe.DynamicPolicy.CoreIntegration.csproj @@ -2,7 +2,7 @@ cloudscribe Core integration for Dynamic Authorization Policy Services for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -10,15 +10,20 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + - - + + diff --git a/cloudscribe.DynamicPolicy.Models/README.md b/cloudscribe.DynamicPolicy.Models/README.md new file mode 100644 index 0000000..8a9fcc0 --- /dev/null +++ b/cloudscribe.DynamicPolicy.Models/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Models + +This package contains model classes for cloudscribe Dynamic Authorization Policy for ASP.NET Core. + +## Usage +Add this NuGet package to your ASP.NET Core project to use the model classes for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Models +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Models/cloudscribe.DynamicPolicy.Models.csproj b/cloudscribe.DynamicPolicy.Models/cloudscribe.DynamicPolicy.Models.csproj index 1d977f3..0b19880 100644 --- a/cloudscribe.DynamicPolicy.Models/cloudscribe.DynamicPolicy.Models.csproj +++ b/cloudscribe.DynamicPolicy.Models/cloudscribe.DynamicPolicy.Models.csproj @@ -2,7 +2,7 @@ model classes for Dynamic Authorization Policy for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -10,14 +10,19 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + - + diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.Common/README.md b/cloudscribe.DynamicPolicy.Storage.EFCore.Common/README.md new file mode 100644 index 0000000..41e18f6 --- /dev/null +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.Common/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Storage.EFCore.Common + +This package provides common Entity Framework Core storage implementations for cloudscribe Dynamic Authorization Policy. + +## Usage +Add this NuGet package to your ASP.NET Core project to use the common EFCore storage for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Storage.EFCore.Common +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.Common/cloudscribe.DynamicPolicy.Storage.EFCore.Common.csproj b/cloudscribe.DynamicPolicy.Storage.EFCore.Common/cloudscribe.DynamicPolicy.Storage.EFCore.Common.csproj index e21c614..de8f7e1 100644 --- a/cloudscribe.DynamicPolicy.Storage.EFCore.Common/cloudscribe.DynamicPolicy.Storage.EFCore.Common.csproj +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.Common/cloudscribe.DynamicPolicy.Storage.EFCore.Common.csproj @@ -2,7 +2,7 @@ Entity Framework Core implementation of commands and queries for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -10,8 +10,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL.csproj b/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL.csproj index ccdaa3b..d4b295e 100644 --- a/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL.csproj +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL/cloudscribe.DynamicPolicy.Storage.EFCore.MSSQL.csproj @@ -2,7 +2,7 @@ MSSQL Entity Framework Core implementation of commands and queries for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -22,7 +22,7 @@ - + diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.MySql/cloudscribe.DynamicPolicy.Storage.EFCore.MySql.csproj b/cloudscribe.DynamicPolicy.Storage.EFCore.MySql/cloudscribe.DynamicPolicy.Storage.EFCore.MySql.csproj index 3971882..bde65c7 100644 --- a/cloudscribe.DynamicPolicy.Storage.EFCore.MySql/cloudscribe.DynamicPolicy.Storage.EFCore.MySql.csproj +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.MySql/cloudscribe.DynamicPolicy.Storage.EFCore.MySql.csproj @@ -2,7 +2,7 @@ MySql Entity Framework Core implementation of commands and queries for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -23,7 +23,7 @@ - + diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql.csproj b/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql.csproj index 5c40b01..ce66de1 100644 --- a/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql.csproj +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql/cloudscribe.DynamicPolicy.Storage.EFCore.PostgreSql.csproj @@ -2,7 +2,7 @@ PostgreSql Entity Framework Core implementation of commands and queries for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -23,12 +23,12 @@ - + - + diff --git a/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite.csproj b/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite.csproj index f912492..e6c46b4 100644 --- a/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite.csproj +++ b/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite/cloudscribe.DynamicPolicy.Storage.EFCore.SQLite.csproj @@ -2,7 +2,7 @@ SQLite Entity Framework Core implementation of commands and queries for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -22,7 +22,7 @@ - + diff --git a/cloudscribe.DynamicPolicy.Storage.NoDb/README.md b/cloudscribe.DynamicPolicy.Storage.NoDb/README.md new file mode 100644 index 0000000..6c3bb62 --- /dev/null +++ b/cloudscribe.DynamicPolicy.Storage.NoDb/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Storage.NoDb + +This package provides NoDb storage implementation for cloudscribe Dynamic Authorization Policy for ASP.NET Core. + +## Usage +Add this NuGet package to your ASP.NET Core project to use NoDb storage for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Storage.NoDb +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Storage.NoDb/cloudscribe.DynamicPolicy.Storage.NoDb.csproj b/cloudscribe.DynamicPolicy.Storage.NoDb/cloudscribe.DynamicPolicy.Storage.NoDb.csproj index f792ece..ae5dac2 100644 --- a/cloudscribe.DynamicPolicy.Storage.NoDb/cloudscribe.DynamicPolicy.Storage.NoDb.csproj +++ b/cloudscribe.DynamicPolicy.Storage.NoDb/cloudscribe.DynamicPolicy.Storage.NoDb.csproj @@ -2,7 +2,7 @@ NoDb storage for Dynamic Authorization Policies for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -10,8 +10,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + @@ -21,8 +26,8 @@ - - + + diff --git a/cloudscribe.DynamicPolicy.Web.Mvc/README.md b/cloudscribe.DynamicPolicy.Web.Mvc/README.md new file mode 100644 index 0000000..a215227 --- /dev/null +++ b/cloudscribe.DynamicPolicy.Web.Mvc/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Web.Mvc + +This package provides Dynamic Authorization Policy Services for ASP.NET Core MVC. + +## Usage +Add this NuGet package to your ASP.NET Core MVC project to enable dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Web.Mvc +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Web.Mvc/cloudscribe.DynamicPolicy.Web.Mvc.csproj b/cloudscribe.DynamicPolicy.Web.Mvc/cloudscribe.DynamicPolicy.Web.Mvc.csproj index a551360..dc1fb80 100644 --- a/cloudscribe.DynamicPolicy.Web.Mvc/cloudscribe.DynamicPolicy.Web.Mvc.csproj +++ b/cloudscribe.DynamicPolicy.Web.Mvc/cloudscribe.DynamicPolicy.Web.Mvc.csproj @@ -2,7 +2,7 @@ Dynamic Authorization Policy Services for ASP.NET Core - 8.3.0 + 8.4.0 net8.0 Joe Audette icon.png @@ -10,8 +10,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + @@ -21,10 +26,10 @@ - + - - + + diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/README.md b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/README.md new file mode 100644 index 0000000..5d7a615 --- /dev/null +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Web.Views.Bootstrap3 + +This package provides Bootstrap 3 views for cloudscribe Dynamic Authorization Policy. + +## Usage +Add this NuGet package to your ASP.NET Core project to enable Bootstrap 3 UI for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Web.Views.Bootstrap3 +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3.csproj b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3.csproj index 407480c..65b1434 100644 --- a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3.csproj +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3/cloudscribe.DynamicPolicy.Web.Views.Bootstrap3.csproj @@ -2,7 +2,7 @@ Bootstrap 3 views for cloudscribe Dynamic Authorization Policy - 8.3.0 + 8.4.0 net8.0 Joe Audette true @@ -11,8 +11,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/README.md b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/README.md new file mode 100644 index 0000000..03b0fed --- /dev/null +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Web.Views.Bootstrap4 + +This package provides Bootstrap 4 views for cloudscribe Dynamic Authorization Policy. + +## Usage +Add this NuGet package to your ASP.NET Core project to enable Bootstrap 4 UI for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Web.Views.Bootstrap4 +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4.csproj b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4.csproj index e415539..1f9bdd7 100644 --- a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4.csproj +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4/cloudscribe.DynamicPolicy.Web.Views.Bootstrap4.csproj @@ -2,7 +2,7 @@ Bootstrap 4 views for cloudscribe Dynamic Authorization Policy - 8.3.0 + 8.4.0 net8.0 Joe Audette true @@ -11,8 +11,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/README.md b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/README.md new file mode 100644 index 0000000..593e54a --- /dev/null +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/README.md @@ -0,0 +1,13 @@ +# cloudscribe.DynamicPolicy.Web.Views.Bootstrap5 + +This package provides Bootstrap 5 views for cloudscribe Dynamic Authorization Policy. + +## Usage +Add this NuGet package to your ASP.NET Core project to enable Bootstrap 5 UI for dynamic authorization policies. + +``` +dotnet add package cloudscribe.DynamicPolicy.Web.Views.Bootstrap5 +``` + +## License +This project is licensed under the Apache-2.0 License. See the LICENSE file for details. diff --git a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5.csproj b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5.csproj index a2d389e..0924467 100644 --- a/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5.csproj +++ b/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5/cloudscribe.DynamicPolicy.Web.Views.Bootstrap5.csproj @@ -2,7 +2,7 @@ Bootstrap 5 views for cloudscribe Dynamic Authorization Policy - 8.3.0 + 8.4.0 net8.0 Joe Audette true @@ -11,8 +11,13 @@ Apache-2.0 https://github.com/cloudscribe/dynamic-authorization-policy.git git + README.md + + + + diff --git a/cloudscribeDemo.Web/cloudscribeDemo.Web.csproj b/cloudscribeDemo.Web/cloudscribeDemo.Web.csproj index 9e11030..a7bad21 100644 --- a/cloudscribeDemo.Web/cloudscribeDemo.Web.csproj +++ b/cloudscribeDemo.Web/cloudscribeDemo.Web.csproj @@ -28,39 +28,39 @@ - - - + + + - - - - - - + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - + + + + + + + diff --git a/update_version.ps1 b/update_version.ps1 index fcad383..285549e 100644 --- a/update_version.ps1 +++ b/update_version.ps1 @@ -16,9 +16,9 @@ $directory = "./" # DIFFERENT in this Repo !!!! # Define the old & new versions -$oldVersion = '8\.2' # slash needed ! -$newVersion = "8.3.0" -$newWildcardVersion = "8.3.*" +$oldVersion = '8\.3' # slash needed ! +$newVersion = "8.4.0" +$newWildcardVersion = "8.4.*" # Get all .csproj files in the directory and subdirectories