diff --git a/.gitignore b/.gitignore index 52035ca55..355029096 100644 --- a/.gitignore +++ b/.gitignore @@ -185,4 +185,4 @@ FakesAssemblies/ BlogEngine/.vs/ # Default extensions data -BlogEngine/BlogEngine.NET/App_Data/datastore/extensions/*.xml +BlogEngine/BlogEngine.NET/App_Data/datastore/extensions/*.xml \ No newline at end of file diff --git a/BlogEngine/BlogEngine.Core/Service References/GalleryServer/Reference.cs b/BlogEngine/BlogEngine.Core/Service References/GalleryServer/Reference.cs index f30f504aa..122fec3a2 100644 --- a/BlogEngine/BlogEngine.Core/Service References/GalleryServer/Reference.cs +++ b/BlogEngine/BlogEngine.Core/Service References/GalleryServer/Reference.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18033 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -9,7 +9,7 @@ //------------------------------------------------------------------------------ // Original file name: -// Generation date: 5/19/2013 12:18:41 PM +// Generation date: 9/18/2016 4:39:20 PM namespace BlogEngine.Core.GalleryServer { @@ -117,6 +117,10 @@ public void AddToScreenshots(PublishedScreenshot publishedScreenshot) /// Version /// [global::System.Data.Services.Common.EntitySetAttribute("Packages")] + [global::System.Data.Services.Common.EntityPropertyMappingAttribute("Title", System.Data.Services.Common.SyndicationItemProperty.Title, System.Data.Services.Common.SyndicationTextContentKind.Plaintext, true)] + [global::System.Data.Services.Common.EntityPropertyMappingAttribute("Authors", System.Data.Services.Common.SyndicationItemProperty.AuthorName, System.Data.Services.Common.SyndicationTextContentKind.Plaintext, true)] + [global::System.Data.Services.Common.EntityPropertyMappingAttribute("Summary", System.Data.Services.Common.SyndicationItemProperty.Summary, System.Data.Services.Common.SyndicationTextContentKind.Plaintext, true)] + [global::System.Data.Services.Common.EntityPropertyMappingAttribute("LastUpdated", System.Data.Services.Common.SyndicationItemProperty.Updated, System.Data.Services.Common.SyndicationTextContentKind.Plaintext, true)] [global::System.Data.Services.Common.HasStreamAttribute()] [global::System.Data.Services.Common.DataServiceKeyAttribute("Id", "Version")] public partial class PublishedPackage : global::System.ComponentModel.INotifyPropertyChanged @@ -135,12 +139,11 @@ public partial class PublishedPackage : global::System.ComponentModel.INotifyPro /// Initial value of VersionDownloadCount. /// Initial value of Created. /// Initial value of LastUpdated. - /// Initial value of Published. /// Initial value of Rating. /// Initial value of RatingsCount. /// Initial value of DownloadCount. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public static PublishedPackage CreatePublishedPackage(string ID, string version, long packageSize, decimal price, bool requireLicenseAcceptance, bool isLatestVersion, double versionRating, int versionRatingsCount, int versionDownloadCount, global::System.DateTime created, global::System.DateTime lastUpdated, global::System.DateTime published, double rating, int ratingsCount, int downloadCount) + public static PublishedPackage CreatePublishedPackage(string ID, string version, long packageSize, decimal price, bool requireLicenseAcceptance, bool isLatestVersion, double versionRating, int versionRatingsCount, int versionDownloadCount, global::System.DateTime created, global::System.DateTime lastUpdated, double rating, int ratingsCount, int downloadCount) { PublishedPackage publishedPackage = new PublishedPackage(); publishedPackage.Id = ID; @@ -154,7 +157,6 @@ public static PublishedPackage CreatePublishedPackage(string ID, string version, publishedPackage.VersionDownloadCount = versionDownloadCount; publishedPackage.Created = created; publishedPackage.LastUpdated = lastUpdated; - publishedPackage.Published = published; publishedPackage.Rating = rating; publishedPackage.RatingsCount = ratingsCount; publishedPackage.DownloadCount = downloadCount; @@ -582,7 +584,7 @@ public int VersionDownloadCount /// There are no comments for Property Published in the schema. /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public global::System.DateTime Published + public global::System.Nullable Published { get { @@ -597,8 +599,8 @@ public int VersionDownloadCount } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - private global::System.DateTime _Published; - partial void OnPublishedChanging(global::System.DateTime value); + private global::System.Nullable _Published; + partial void OnPublishedChanging(global::System.Nullable value); partial void OnPublishedChanged(); /// /// There are no comments for Property ExternalPackageUrl in the schema. diff --git a/BlogEngine/BlogEngine.Core/Service References/GalleryServer/service.edmx b/BlogEngine/BlogEngine.Core/Service References/GalleryServer/service.edmx index 4a20c054a..4e3675f3d 100644 --- a/BlogEngine/BlogEngine.Core/Service References/GalleryServer/service.edmx +++ b/BlogEngine/BlogEngine.Core/Service References/GalleryServer/service.edmx @@ -8,10 +8,10 @@ - - + + - + @@ -24,8 +24,8 @@ - - + + diff --git a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj index e04bab7d7..3ee14e71b 100644 --- a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj +++ b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj @@ -21,7 +21,7 @@ - 1.6 + 1.8 true @@ -792,6 +792,7 @@ + diff --git a/BlogEngine/BlogEngine.NET/Web.Config b/BlogEngine/BlogEngine.NET/Web.Config index e698ac4f5..2d715b9c7 100644 --- a/BlogEngine/BlogEngine.NET/Web.Config +++ b/BlogEngine/BlogEngine.NET/Web.Config @@ -7,9 +7,10 @@ - + + @@ -18,6 +19,11 @@ + + +