Skip to content

Commit e356e7d

Browse files
authored
[NuGet Version Upgrade - 5.0.5] (#651)
* nuget version upgrade to 5.0.5 * updating contact
1 parent 0ecdb60 commit e356e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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
1+
# 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
22
# You can modify the rules from these initially generated values to suit your own policies
33
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
44
[*.cs]

src/RulesEngine/RulesEngine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.0</TargetFrameworks>
55
<LangVersion>13.0</LangVersion>
6-
<Version>5.0.4</Version>
6+
<Version>5.0.5</Version>
77
<Copyright>Copyright (c) Microsoft Corporation.</Copyright>
88
<PackageLicenseFile>LICENSE</PackageLicenseFile>
99
<PackageProjectUrl>https://github.com/microsoft/RulesEngine</PackageProjectUrl>
10-
<Authors>Abbas Cyclewala</Authors>
10+
<Authors>Purunjay Bhal</Authors>
1111
<Description>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.</Description>
1212
<PackageReleaseNotes>https://github.com/microsoft/RulesEngine/blob/main/CHANGELOG.md</PackageReleaseNotes>
1313
<PackageTags>BRE, Rules Engine, Abstraction</PackageTags>

0 commit comments

Comments
 (0)