Indice.Features.Messages.Core 7.22.4

dotnet add package Indice.Features.Messages.Core --version 7.22.4
NuGet\Install-Package Indice.Features.Messages.Core -Version 7.22.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Indice.Features.Messages.Core" Version="7.22.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Indice.Features.Messages.Core --version 7.22.4
#r "nuget: Indice.Features.Messages.Core, 7.22.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Indice.Features.Messages.Core as a Cake Addin
#addin nuget:?package=Indice.Features.Messages.Core&version=7.22.4

// Install Indice.Features.Messages.Core as a Cake Tool
#tool nuget:?package=Indice.Features.Messages.Core&version=7.22.4

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[7.4.4] - 2023-10-04

Added

  • ContactRetainPeriodInDays option to keep in sync a contact with the identity system. After the configured period of time the system patches and updates the contact with the latest values.

[7.4.1] - 2023-09-22

Changed

  • CampaignId is returned in PushNotification data in property "messageId". Intentioanally added for naming consistency. external MessageId == internal CampaignId.

[7.3.8] - 2023-08-07

Added

  • Message Id is included in PushNotification data
  • Inbox service enhanced to return other channels also

[7.3.7] - 2023-08-02

Added

  • New entity DbMessageSender

Migration

CREATE TABLE [dbo].[MessageSender](
	[Id] [uniqueidentifier] NOT NULL,
	[Sender] [nvarchar](max) NULL,
	[DisplayName] [nvarchar](max) NULL,
	[Kind] [tinyint] NOT NULL,
	[IsDefault] [bit] NOT NULL,
	[CreatedBy] [nvarchar](max) NULL,
	[CreatedAt] [datetimeoffset](7) NOT NULL,
	[UpdatedBy] [nvarchar](max) NULL,
	[UpdatedAt] [datetimeoffset](7) NULL,
 CONSTRAINT [PK_MessageSender] PRIMARY KEY CLUSTERED 
(
	[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Indice.Features.Messages.Core:

Package Downloads
Indice.Features.Messages.AspNetCore

Package Description

Indice.Features.Messages.Worker.Azure

Package Description

Indice.Features.Messages.Worker

Package Description

Indice.Hive.Server

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.22.4 116 4/2/2024
7.22.3 114 3/21/2024
7.22.2 95 3/21/2024
7.22.1 108 3/21/2024
7.22.0 123 3/14/2024
7.21.0 122 3/12/2024
7.20.1 132 2/15/2024
7.20.0 167 2/8/2024
7.19.0 124 1/29/2024
7.18.0 144 1/9/2024
7.17.0 140 1/5/2024
7.16.0 131 1/4/2024
7.15.0 123 1/3/2024
7.14.0 196 12/15/2023
7.13.0 141 12/12/2023
7.12.0 139 12/11/2023
7.11.1 182 11/29/2023
7.11.0 140 11/27/2023
7.10.0 140 11/24/2023
7.8.0 159 11/17/2023
7.7.0 168 11/1/2023
7.6.4 149 10/20/2023
7.6.3 167 10/13/2023
7.6.2 161 10/12/2023
7.6.1 188 10/11/2023
7.6.1-beta-01 74 10/11/2023
7.6.0 163 10/10/2023
7.5.1 154 10/10/2023
7.5.0 161 10/5/2023
7.4.4 145 10/4/2023
7.4.3 152 9/28/2023
7.4.2 179 9/27/2023
7.4.1 172 9/22/2023
7.4.0 142 9/19/2023
7.3.24 157 9/15/2023
7.3.23 160 9/14/2023
7.3.22 145 9/12/2023
7.3.21 154 9/8/2023
7.3.20 154 9/6/2023
7.3.19 131 9/6/2023
7.3.18 152 9/5/2023
7.3.17 1,762 8/29/2023
7.3.16 177 8/24/2023
7.3.15 173 8/24/2023
7.3.14 151 8/23/2023
7.3.13 162 8/22/2023
7.3.12 169 8/14/2023
7.3.11 208 8/10/2023
7.3.10 196 8/10/2023
7.3.9 184 8/10/2023
7.3.8 199 8/9/2023
7.3.7 183 8/2/2023
7.3.6 213 7/24/2023
7.3.5 315 7/10/2023
7.3.4 188 7/10/2023
7.3.3 218 7/6/2023
7.3.2 211 7/5/2023
7.3.1 231 6/26/2023
7.2.0 265 5/29/2023
7.1.6 219 5/9/2023
7.1.5 204 5/8/2023
7.1.4 216 5/2/2023
7.1.3 256 4/24/2023
7.1.2 275 4/19/2023
7.1.1 289 4/19/2023
7.1.0 304 4/13/2023
7.0.9 278 4/12/2023
7.0.8 341 4/11/2023
7.0.7 294 4/6/2023
7.0.6 333 4/2/2023
7.0.5 342 3/30/2023
7.0.4 344 3/29/2023
7.0.3 341 3/27/2023
7.0.2 371 3/23/2023
7.0.1 250 3/23/2023
7.0.0 350 3/23/2023
6.12.3 392 3/22/2023
6.12.1 350 3/20/2023
6.12.0 382 3/17/2023
6.11.1 381 3/6/2023
6.11.0 369 3/3/2023
6.10.2 436 2/16/2023
6.10.1 436 2/15/2023
6.10.0 460 2/8/2023
6.9.0 449 2/6/2023
6.8.0 473 2/3/2023
6.7.0 457 2/2/2023
6.6.0 472 1/30/2023
6.5.0 481 1/24/2023
6.4.10 647 1/20/2023
6.4.9 433 1/20/2023
6.4.5 627 1/19/2023
6.4.0 665 12/22/2022
6.2.1 838 11/16/2022
6.2.0 702 11/15/2022
6.1.14 822 11/14/2022
6.1.13 840 11/11/2022
6.1.12 1,041 10/3/2022
6.1.11 1,080 9/30/2022
6.1.10 1,093 9/23/2022
6.1.9 1,084 9/13/2022
6.1.8 1,154 9/1/2022
6.1.7 1,110 9/1/2022
6.1.6 1,428 9/1/2022
6.1.5 1,166 8/25/2022
6.1.4 1,203 8/23/2022
6.1.3 1,265 8/12/2022
6.1.0-beta-08 261 4/28/2022
6.1.0-beta-07 232 4/27/2022
6.1.0-beta-06 209 4/27/2022
6.1.0-beta-05 209 4/21/2022
6.1.0-beta-04 216 4/21/2022
6.1.0-beta-03 203 4/19/2022
6.1.0-beta-02 219 4/18/2022
6.1.0-beta-01 137 4/18/2022