From beb3b931ea94916dfff91df2c4ba0b696cdc28b5 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Mon, 21 Oct 2019 13:09:13 +0200 Subject: [PATCH] Bump version 1.5.2 --- LICENSE.txt | 2 +- VAR.PdfTools/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 5fcf784..20f6367 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2017 Valeriano Alfonso Rodriguez +Copyright (c) 2016-2019 Valeriano Alfonso Rodriguez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/VAR.PdfTools/Properties/AssemblyInfo.cs b/VAR.PdfTools/Properties/AssemblyInfo.cs index 2ca52b5..088064a 100644 --- a/VAR.PdfTools/Properties/AssemblyInfo.cs +++ b/VAR.PdfTools/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("VAR")] [assembly: AssemblyProduct("VAR.PdfTools")] -[assembly: AssemblyCopyright("Copyright © VAR 2016-2017")] +[assembly: AssemblyCopyright("Copyright © VAR 2016-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("eb7e003a-6a95-4002-809f-926c7c8a11e9")] -[assembly: AssemblyVersion("1.5.1.*")] +[assembly: AssemblyVersion("1.5.2.*")]