Indice.Features.Messages.Core 7.41.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Indice.Features.Messages.Core --version 7.41.0                
NuGet\Install-Package Indice.Features.Messages.Core -Version 7.41.0                
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.41.0" />                
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.41.0                
#r "nuget: Indice.Features.Messages.Core, 7.41.0"                
#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.41.0

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

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.27.0] - 2024-07-26

Added

  • Added support for persisting sample data for facilitating template rendering on message templates.
ALTER TABLE [cmp].[Template]
ADD [Data] [nvarchar](max) NULL
GO

[7.23.0] - 2024-05-16

Added

  • New column MediaBaseHref in DbCampaign
ALTER TABLE [cmp].[Campaign]
ADD [MediaBaseHref] [nvarchar](1024) NULL

[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 (5)

Showing the top 5 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.Core

Package Description

Indice.Hive.Server

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.42.0 0 11/21/2024
7.41.0 104 11/15/2024
7.40.0 111 11/14/2024
7.39.0 107 11/6/2024
7.38.0 113 11/5/2024
7.37.0 116 11/1/2024
7.36.0 113 10/30/2024
7.35.0 112 10/30/2024
7.34.0 415 10/24/2024
7.33.0 115 10/23/2024
7.32.0 158 10/18/2024
7.31.0 163 10/3/2024
7.30.0 142 9/25/2024
7.29.0 235 9/10/2024
7.28.0 220 7/26/2024
7.27.0 101 7/25/2024
7.26.0 91 7/24/2024
7.25.0 199 7/12/2024
7.24.0 157 6/26/2024
7.23.1 165 6/26/2024
7.23.0 170 6/3/2024
7.22.5 362 5/13/2024
7.22.4 212 4/2/2024
7.22.3 185 3/21/2024
7.22.2 170 3/21/2024
7.22.1 185 3/21/2024
7.22.0 305 3/14/2024
7.21.0 180 3/12/2024
7.20.1 175 2/15/2024
7.20.0 275 2/8/2024
7.19.0 166 1/29/2024
7.18.0 221 1/9/2024
7.17.0 213 1/5/2024
7.16.0 179 1/4/2024
7.15.0 168 1/3/2024
7.14.0 245 12/15/2023
7.13.0 191 12/12/2023
7.12.0 214 12/11/2023
7.11.1 240 11/29/2023
7.11.0 190 11/27/2023
7.10.0 189 11/24/2023
7.8.0 190 11/17/2023
7.7.0 222 11/1/2023
7.6.4 199 10/20/2023
7.6.3 210 10/13/2023
7.6.2 208 10/12/2023
7.6.1 242 10/11/2023
7.6.1-beta-01 97 10/11/2023
7.6.0 211 10/10/2023
7.5.1 204 10/10/2023
7.5.0 221 10/5/2023
7.4.4 196 10/4/2023
7.4.3 203 9/28/2023
7.4.2 228 9/27/2023
7.4.1 215 9/22/2023
7.4.0 190 9/19/2023
7.3.24 203 9/15/2023
7.3.23 214 9/14/2023
7.3.22 190 9/12/2023
7.3.21 198 9/8/2023
7.3.20 202 9/6/2023
7.3.19 170 9/6/2023
7.3.18 199 9/5/2023
7.3.17 3,348 8/29/2023
7.3.16 218 8/24/2023
7.3.15 208 8/24/2023
7.3.14 194 8/23/2023
7.3.13 200 8/22/2023
7.3.12 218 8/14/2023
7.3.11 244 8/10/2023
7.3.10 231 8/10/2023
7.3.9 228 8/10/2023
7.3.8 236 8/9/2023
7.3.7 218 8/2/2023
7.3.6 259 7/24/2023
7.3.5 359 7/10/2023
7.3.4 233 7/10/2023
7.3.3 258 7/6/2023
7.3.2 255 7/5/2023
7.3.1 282 6/26/2023
7.2.0 319 5/29/2023
7.1.6 261 5/9/2023
7.1.5 244 5/8/2023
7.1.4 258 5/2/2023
7.1.3 297 4/24/2023
7.1.2 324 4/19/2023
7.1.1 326 4/19/2023
7.1.0 351 4/13/2023
7.0.9 322 4/12/2023
7.0.8 381 4/11/2023
7.0.7 335 4/6/2023
7.0.6 379 4/2/2023
7.0.5 393 3/30/2023
7.0.4 393 3/29/2023
7.0.3 382 3/27/2023
7.0.2 410 3/23/2023
7.0.1 282 3/23/2023
7.0.0 396 3/23/2023
6.12.3 435 3/22/2023
6.12.1 395 3/20/2023
6.12.0 435 3/17/2023
6.11.1 430 3/6/2023
6.11.0 409 3/3/2023
6.10.2 481 2/16/2023
6.10.1 482 2/15/2023
6.10.0 508 2/8/2023
6.9.0 500 2/6/2023
6.8.0 522 2/3/2023
6.7.0 499 2/2/2023
6.6.0 513 1/30/2023
6.5.0 530 1/24/2023
6.4.10 711 1/20/2023
6.4.9 470 1/20/2023
6.4.5 682 1/19/2023
6.4.0 731 12/22/2022
6.2.1 892 11/16/2022
6.2.0 749 11/15/2022
6.1.14 865 11/14/2022
6.1.13 884 11/11/2022
6.1.12 1,103 10/3/2022
6.1.11 1,137 9/30/2022
6.1.10 1,133 9/23/2022
6.1.9 1,139 9/13/2022
6.1.8 1,196 9/1/2022
6.1.7 1,155 9/1/2022
6.1.6 1,495 9/1/2022
6.1.5 1,220 8/25/2022
6.1.4 1,255 8/23/2022
6.1.3 1,348 8/12/2022
6.1.0-beta-08 325 4/28/2022
6.1.0-beta-07 284 4/27/2022
6.1.0-beta-06 254 4/27/2022
6.1.0-beta-05 257 4/21/2022
6.1.0-beta-04 251 4/21/2022
6.1.0-beta-03 247 4/19/2022
6.1.0-beta-02 265 4/18/2022
6.1.0-beta-01 156 4/18/2022