updates UmbracoExamine.PDF to version 0.7.0

This commit is contained in:
Shannon
2014-09-29 16:39:09 +10:00
parent 7ce07cdd95
commit e0321138ea
2 changed files with 3 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>UmbracoExamine.PDF</id>
<version>0.6.0</version>
<version>0.7.0</version>
<authors>Umbraco HQ</authors>
<owners>Umbraco HQ</owners>
<licenseUrl>http://umbraco.codeplex.com/license</licenseUrl>

View File

@@ -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]
[assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.7.0.*")]