-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssemblyInfo.cs
29 lines (18 loc) · 1.01 KB
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*---------------------------------------------------------------------------------------------
► Fluent System Information ◄
→ Copyright (c) 2024 Shayan Firoozi , Bandar Abbas , Iran , Under MIT License.
→ Contact : <shayan.firoozi@gmail.com>
→ GitHub repository : https://github.com/ShayanFiroozi/FluentSysInfo.Core
---------------------------------------------------------------------------------------------*/
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Fluent Type Simulator")]
[assembly: AssemblyDescription("Simulate typing with many options")]
[assembly: AssemblyProduct("FluentTypeSimulator")]
[assembly: AssemblyCopyright("Copyright © 2024 Shayan Firoozi (Under MIT License)")]
[assembly: AssemblyTrademark("Under MIT License")]
[assembly: AssemblyCompany("https://github.com/ShayanFiroozi")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.*")]