2018-08-31 10:06:27 +02:00
|
|
|
using System.Reflection;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("SafeExamBrowser.Logging.UnitTests")]
|
2019-03-28 08:01:56 +01:00
|
|
|
[assembly: AssemblyDescription("Safe Exam Browser")]
|
|
|
|
[assembly: AssemblyCompany("ETH Zürich")]
|
2018-08-31 10:06:27 +02:00
|
|
|
[assembly: AssemblyProduct("SafeExamBrowser.Logging.UnitTests")]
|
2019-01-09 11:25:21 +01:00
|
|
|
[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")]
|
2018-08-31 10:06:27 +02:00
|
|
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
[assembly: Guid("7f012305-1125-47ce-9c2a-146c891c0924")]
|
|
|
|
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
2019-03-29 10:52:00 +01:00
|
|
|
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|