22
33 DocX – DocX is the community edition of Xceed Words for .NET
44
5- Copyright (C) 2009-2017 Xceed Software Inc.
5+ Copyright (C) 2009-2019 Xceed Software Inc.
66
77 This program is provided to you under the terms of the Microsoft Public
8- License (Ms-PL) as published at http ://wpftoolkit.codeplex. com/license
8+ License (Ms-PL) as published at https ://github. com/xceedsoftware/DocX/blob/master/ license.md
99
1010 For more features and fast professional support,
1111 pick up Xceed Words for .NET at https://xceed.com/xceed-words-for-net/
@@ -22,11 +22,11 @@ This program is provided to you under the terms of the Microsoft Public
2222// set of attributes. Change these attribute values to modify the information
2323// associated with an assembly.
2424[ assembly: AssemblyTitle ( "Xceed Document for .NET" ) ]
25- [ assembly: AssemblyDescription ( "This assembly implements the classes for Xceed Document for .NET." ) ]
25+ [ assembly: AssemblyDescription ( "This assembly implements the classes for Xceed Document for .NET Standard ." ) ]
2626
2727[ assembly: AssemblyCompany ( "Xceed Software Inc." ) ]
28- [ assembly: AssemblyProduct ( "Xceed Document for .NET" ) ]
29- [ assembly: AssemblyCopyright ( "Copyright (C) Xceed Software Inc. 2009-2018 " ) ]
28+ [ assembly: AssemblyProduct ( "Xceed Document for .NET Standard " ) ]
29+ [ assembly: AssemblyCopyright ( "Copyright (C) Xceed Software Inc. 2009-2019 " ) ]
3030[ assembly: AssemblyCulture ( "" ) ]
3131
3232
@@ -61,6 +61,9 @@ This program is provided to you under the terms of the Microsoft Public
6161
6262
6363
64+
65+
66+
6467#pragma warning disable 1699
6568[ assembly: AssemblyDelaySign ( false ) ]
6669[ assembly: AssemblyKeyFile ( @"..\..\sn.snk" ) ]
0 commit comments