From 9402a2576727d45caf6ef928be0d77273ecb853d Mon Sep 17 00:00:00 2001 From: Sergei Pavlov Date: Thu, 7 May 2026 13:24:29 -0700 Subject: [PATCH 1/2] Removed `sealed` from IndexAttribute to make it customizable --- Orm/Xtensive.Orm/Orm/Attributes/IndexAttribute.cs | 2 +- Version.props | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Orm/Xtensive.Orm/Orm/Attributes/IndexAttribute.cs b/Orm/Xtensive.Orm/Orm/Attributes/IndexAttribute.cs index c5fe78df5f..363f3bd25e 100644 --- a/Orm/Xtensive.Orm/Orm/Attributes/IndexAttribute.cs +++ b/Orm/Xtensive.Orm/Orm/Attributes/IndexAttribute.cs @@ -17,7 +17,7 @@ namespace Xtensive.Orm /// [Serializable] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed class IndexAttribute : StorageAttribute + public class IndexAttribute : StorageAttribute { internal double? fillFactor; internal bool? unique; diff --git a/Version.props b/Version.props index bc80ec252a..776ad83983 100644 --- a/Version.props +++ b/Version.props @@ -2,8 +2,8 @@ - 7.3.19 - servicetitan + 7.3.20 + servicetitan-test From c0219f3d491f884ab3f005936e56a9c12c041522 Mon Sep 17 00:00:00 2001 From: Sergei Pavlov Date: Thu, 7 May 2026 15:38:00 -0700 Subject: [PATCH 2/2] Normalize version --- Version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.props b/Version.props index 776ad83983..f7ab63251d 100644 --- a/Version.props +++ b/Version.props @@ -3,7 +3,7 @@ 7.3.20 - servicetitan-test + servicetitan