Template App
0.0.1
Template App Description
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1
using
System.Reflection;
2
3
[assembly: AssemblyTitle(
App
.
App
.
name
)]
4
[assembly: AssemblyCompany(
"YOUR_NAME"
)]
5
[assembly: AssemblyCopyright(
"Copyright (C) YEAR YOUR_NAME"
)]
6
[assembly: AssemblyInformationalVersion(
App
.
App
.
version
)]
App.App
Definition
App.cs:8
App.App.version
const string version
Version of the application.
Definition
App.cs:20
App.App.name
const string name
Name of the application.
Definition
App.cs:12
App
Definition
App.cs:6
util
AssemblyInfo.cs
Generated by
1.11.0