Statistics
| Branch: | Revision:

root / trunk / NetSparkle / Interfaces / INetSparkleAssemblyAccessor.cs @ 46426dbd

History | View | Annotate | Download (360 Bytes)

1
using System;
2
namespace AppLimit.NetSparkle.Interfaces
3
{
4
    interface INetSparkleAssemblyAccessor
5
    {
6
        string AssemblyCompany { get; }
7
        string AssemblyCopyright { get; }
8
        string AssemblyDescription { get; }
9
        string AssemblyProduct { get; }
10
        string AssemblyTitle { get; }
11
        string AssemblyVersion { get; }
12
    }
13
}