Trial assemblies can be distinguished by their Title
marin-bratanov opened this issue · 1 comments
marin-bratanov commented
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.
marin-bratanov commented
Wrong repo, closing