This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
vnetonline 3b0ffde1fb [ENHANCE] - Added Theme to Name Space [Owner].Theme.[Theme]
changes all template files to conform to  [Owner].Theme.[Theme]
2023-06-16 14:52:13 +10:00

5 lines
124 B
C#

using System.Resources;
using Microsoft.Extensions.Localization;
[assembly: RootNamespace("[Owner].Theme.[Theme].Client")]