From 890f2f86c6af7d413643470a05303782eb167938 Mon Sep 17 00:00:00 2001 From: Pavel Alay Date: Mon, 21 Aug 2017 09:10:39 +0300 Subject: [PATCH] [RELEASE] 5.5.12-SNAPSHOT -> 5.5.12 --- src/core/iTextSharp/text/Version.cs | 2 +- src/extras/iTextAsian/AssemblyInfo.cs | 22 ++------- .../Properties/AssemblyInfo.cs | 2 +- src/extras/itext-hyph-xml/AssemblyInfo.cs | 47 ++----------------- .../Properties/AssemblyInfo.cs | 21 +-------- 5 files changed, 10 insertions(+), 84 deletions(-) diff --git a/src/core/iTextSharp/text/Version.cs b/src/core/iTextSharp/text/Version.cs index 62ff8d0d8..3b97bf710 100644 --- a/src/core/iTextSharp/text/Version.cs +++ b/src/core/iTextSharp/text/Version.cs @@ -72,7 +72,7 @@ public sealed class Version { * This String contains the version number of this iText release. * For debugging purposes, we request you NOT to change this constant. */ - static private String release = "5.5.12-SNAPSHOT"; + static private String release = "5.5.12"; /** * This String contains the iText version as shown in the producer line. diff --git a/src/extras/iTextAsian/AssemblyInfo.cs b/src/extras/iTextAsian/AssemblyInfo.cs index 33dbf93d2..66031dd00 100644 --- a/src/extras/iTextAsian/AssemblyInfo.cs +++ b/src/extras/iTextAsian/AssemblyInfo.cs @@ -1,29 +1,13 @@ using System.Reflection; using System.Runtime.CompilerServices; -// -// 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. -// [assembly: AssemblyTitle("iTextAsian")] [assembly: AssemblyDescription("CJK CMAPS for iTextSharp.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright (C) 1999-2012 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")] +[assembly: AssemblyCompany("iText Group NV")] +[assembly: AssemblyProduct("iTextAsian")] +[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: - [assembly: AssemblyVersion("2.1")] diff --git a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs index 1b2ec04d1..0d44a465d 100644 --- a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs +++ b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyDescription("Extra functionality for iTextSharp, a free PDF library ported from Java iText.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("iText Group NV")] [assembly: AssemblyProduct("iTextSharp.xtra")] [assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")] [assembly: AssemblyTrademark("")] diff --git a/src/extras/itext-hyph-xml/AssemblyInfo.cs b/src/extras/itext-hyph-xml/AssemblyInfo.cs index 0f4d3c185..eef5a764e 100644 --- a/src/extras/itext-hyph-xml/AssemblyInfo.cs +++ b/src/extras/itext-hyph-xml/AssemblyInfo.cs @@ -1,56 +1,15 @@ using System.Reflection; using System.Runtime.CompilerServices; -// -// 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. -// [assembly: AssemblyTitle("itext-hyph-xml")] [assembly: AssemblyDescription("Hyphenation patterns for iTextSharp.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright (C) 1999-2014 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")] +[assembly: AssemblyCompany("iText Group NV")] +[assembly: AssemblyProduct("itext-hyph-xml")] +[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: - [assembly: AssemblyVersion("2.0.0")] -// -// In order to sign your assembly you must specify a key to use. Refer to the -// Microsoft .NET Framework documentation for more information on assembly signing. -// -// Use the attributes below to control which key is used for signing. -// -// Notes: -// (*) If no key is specified, the assembly is not signed. -// (*) KeyName refers to a key that has been installed in the Crypto Service -// Provider (CSP) on your machine. KeyFile refers to a file which contains -// a key. -// (*) If the KeyFile and the KeyName values are both specified, the -// following processing occurs: -// (1) If the KeyName can be found in the CSP, that key is used. -// (2) If the KeyName does not exist and the KeyFile does exist, the key -// in the KeyFile is installed into the CSP and used. -// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. -// When specifying the KeyFile, the location of the KeyFile should be -// relative to the project output directory which is -// %Project Directory%\obj\. For example, if your KeyFile is -// located in the project directory, you would specify the AssemblyKeyFile -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework -// documentation for more information on this. -// [assembly: AssemblyDelaySign(false)] diff --git a/src/extras/itextsharp.sandbox/Properties/AssemblyInfo.cs b/src/extras/itextsharp.sandbox/Properties/AssemblyInfo.cs index 1487d26af..b6bc44ce7 100644 --- a/src/extras/itextsharp.sandbox/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.sandbox/Properties/AssemblyInfo.cs @@ -2,35 +2,18 @@ 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. [assembly: AssemblyTitle("itextsharp.sandbox")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("iText Group NV")] [assembly: AssemblyProduct("itextsharp.sandbox")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("230cab15-8151-4ddd-9578-97425dc9e99e")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]