You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Blogifier.Core/Blogifier.Core.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netcoreapp2.0</TargetFramework>
5
5
<Product>Blogifier.Core</Product>
6
-
<AssemblyVersion>1.4.9.4</AssemblyVersion>
7
-
<FileVersion>1.4.9.4</FileVersion>
8
-
<Version>1.4.9.4</Version>
6
+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
7
+
<FileVersion>1.5.0.0</FileVersion>
8
+
<Version>1.5.0.0</Version>
9
9
<Authors>blogifierdotnet</Authors>
10
10
<Company>Blogifier</Company>
11
11
<Description>Blogifier.Core will add full-featured, multi-user blog to your ASP.NET Core application. Along with administration panel to create, update and publish posts, upload files and images, expose RSS feed to subscribers and more.</Description>
0 commit comments