telerik/blazor-docs

Trial assemblies can be distinguished by their Title

marin-bratanov opened this issue · 1 comments

The idea is so people can tell the trial assembly from the licensed one. For example, in WebForms, the Title is changed to include "Trial".

Perhaps something like

<AssemblyTitle Condition=" '$(IsTrial)' == 'true' ">Telerik.Blazor.Trial</AssemblyTitle>

Prompted from a strange ticket, here's the discussion in Teams.

Wrong repo, closing