From 446ee6cd32bb066e4d52ed4299c68868c3500fdf Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 3 Aug 2023 06:49:39 +0200 Subject: [PATCH] update --- FCS.Lib.Virk.csproj | 10 ++++++++++ Properties/AssemblyInfo.cs | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Properties/AssemblyInfo.cs diff --git a/FCS.Lib.Virk.csproj b/FCS.Lib.Virk.csproj index 7d8b06e..4f283d0 100644 --- a/FCS.Lib.Virk.csproj +++ b/FCS.Lib.Virk.csproj @@ -13,6 +13,12 @@ AGPL-3.0-or-later True + + + + + + @@ -28,4 +34,8 @@ + + + + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ada9792 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,20 @@ +// This code was generated by a tool. Any changes made manually will be lost +// the next time this code is regenerated. + +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("FCS.Lib.Virk")] +[assembly: AssemblyDescription("FCS.Lib.Virk")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("FCS")] +[assembly: AssemblyProduct("FCS.Lib.Virk")] +[assembly: AssemblyCopyright("AGPL-3.0-or-later Copyright © FCS 2015-2022")] +[assembly: AssemblyTrademark("© FCS")] +[assembly: AssemblyCulture("")] + +[assembly: ComVisible(false)] +[assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")] + +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] \ No newline at end of file