mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
9 lines
245 B
C#
9 lines
245 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("Pepperdash_Core")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("Pepperdash_Core")]
|
|
[assembly: AssemblyCopyright("Copyright © 2016")]
|
|
[assembly: AssemblyVersion("1.0.0.*")]
|
|
|