From 72ceca8ab77c4a430100fbf023e6a8e748350dcf Mon Sep 17 00:00:00 2001 From: Purunjay Bhal Date: Thu, 30 Jan 2025 15:41:49 +0530 Subject: [PATCH 1/3] nuget version upgrade to 5.0.5 --- src/RulesEngine/RulesEngine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index 5a9bb266..8b620e51 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -3,7 +3,7 @@ net6.0;net8.0;net9.0;netstandard2.0 13.0 - 5.0.4 + 5.0.5 Copyright (c) Microsoft Corporation. LICENSE https://github.com/microsoft/RulesEngine From 9b52d00f81b0cef7165b4f43820ce1aeea8466d5 Mon Sep 17 00:00:00 2001 From: Purunjay Bhal Date: Thu, 30 Jan 2025 15:45:27 +0530 Subject: [PATCH 2/3] updating contact --- src/RulesEngine/RulesEngine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index 8b620e51..2b9296ee 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -7,7 +7,7 @@ Copyright (c) Microsoft Corporation. LICENSE https://github.com/microsoft/RulesEngine - Abbas Cyclewala + Purunjay Bhal Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system. https://github.com/microsoft/RulesEngine/blob/main/CHANGELOG.md BRE, Rules Engine, Abstraction From 539f09a3c770510cccb00d9ca6e0bbe7682600c1 Mon Sep 17 00:00:00 2001 From: Purunjay Bhal Date: Thu, 30 Jan 2025 15:46:12 +0530 Subject: [PATCH 3/3] updating contact --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 703b01b4..bb06d133 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\Users\abcy\source\repos\RulesEngine codebase based on best match to current usage at 22-12-2020 +# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\Users\purunjaybhal\source\repos\RulesEngine codebase based on best match to current usage at 22-12-2020 # You can modify the rules from these initially generated values to suit your own policies # You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference [*.cs]