|
@@ -1,8 +1,7 @@
|
|
|
-#if NET451_OR_GREATER
|
|
|
-
|
|
|
-using System.Reflection;
|
|
|
+using System.Reflection;
|
|
|
using System.Runtime.CompilerServices;
|
|
|
using System.Runtime.InteropServices;
|
|
|
+
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
// associated with an assembly.
|
|
@@ -10,7 +9,7 @@ using System.Runtime.InteropServices;
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
[assembly: AssemblyCompany("PDF Technologies, Inc.")]
|
|
|
-[assembly: AssemblyProduct("BatesTest")]
|
|
|
+[assembly: AssemblyProduct("AnnotationImportExportTest")]
|
|
|
[assembly: AssemblyCopyright("Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.")]
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
[assembly: AssemblyCulture("")]
|
|
@@ -21,7 +20,7 @@ using System.Runtime.InteropServices;
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
-[assembly: Guid("9A19103F-16F7-4668-BE54-9A1E7A4F7556")]
|
|
|
+[assembly: Guid("e2693237-d8f2-4e1c-b3c3-0b3acfb73728")]
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
|
//
|
|
@@ -33,6 +32,5 @@ using System.Runtime.InteropServices;
|
|
|
// You can specify all the values or you can default the Build and Revision Numbers
|
|
|
// by using the '*' as shown below:
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
-[assembly: AssemblyVersion("1.13.0.0")]
|
|
|
-[assembly: AssemblyFileVersion("1.13.0.0")]
|
|
|
-#endif
|
|
|
+[assembly: AssemblyVersion("2.1.0.0")]
|
|
|
+[assembly: AssemblyFileVersion("2.1.0.0")]
|