From e0321138eaa1187efdbdaefb84b0509ae382439b Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 29 Sep 2014 16:39:09 +1000 Subject: [PATCH] updates UmbracoExamine.PDF to version 0.7.0 --- build/NuSpecs/UmbracoExamine.PDF.nuspec | 2 +- src/UmbracoExamine.PDF/Properties/AssemblyInfo.cs | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/build/NuSpecs/UmbracoExamine.PDF.nuspec b/build/NuSpecs/UmbracoExamine.PDF.nuspec index 696b790213..3b6869cde2 100644 --- a/build/NuSpecs/UmbracoExamine.PDF.nuspec +++ b/build/NuSpecs/UmbracoExamine.PDF.nuspec @@ -2,7 +2,7 @@ UmbracoExamine.PDF - 0.6.0 + 0.7.0 Umbraco HQ Umbraco HQ http://umbraco.codeplex.com/license diff --git a/src/UmbracoExamine.PDF/Properties/AssemblyInfo.cs b/src/UmbracoExamine.PDF/Properties/AssemblyInfo.cs index 04b415b98d..ddb6fab57b 100644 --- a/src/UmbracoExamine.PDF/Properties/AssemblyInfo.cs +++ b/src/UmbracoExamine.PDF/Properties/AssemblyInfo.cs @@ -23,10 +23,5 @@ using System.Security; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("8933a78d-8414-4c72-a74d-76aa7fb0e9ad")] -//NOTE: WE cannot make change the major version to be the same as Umbraco because of backwards compatibility, however we -// will make the minor version the same as the umbraco version -[assembly: AssemblyVersion("0.6.0.*")] -[assembly: AssemblyFileVersion("0.6.0.*")] - -//Unfortunately itextsharp does not natively support full trust -//[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyVersion("0.7.0.*")] +[assembly: AssemblyFileVersion("0.7.0.*")] \ No newline at end of file