From 430b903c70498fa2db85bd1bbc9529231ccb84d9 Mon Sep 17 00:00:00 2001 From: Flash0ver <38893694+Flash0ver@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:47:46 +0100 Subject: [PATCH] build: add AssemblyInfo --- src/tools/FlashOWare.Tool/Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/tools/FlashOWare.Tool/Properties/AssemblyInfo.cs diff --git a/src/tools/FlashOWare.Tool/Properties/AssemblyInfo.cs b/src/tools/FlashOWare.Tool/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ce6dfec --- /dev/null +++ b/src/tools/FlashOWare.Tool/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Reflection; + +[assembly: AssemblyTrademark("FlashOWare")]