Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit a86678f

Browse files
committed
Incrementing version number to v0.5.0
1 parent fc5086b commit a86678f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# version format
2-
version: 0.4.1.{build}
2+
version: 0.5.0.{build}
33

44
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
55
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta

src/Our.Umbraco.NestedContent/Properties/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using System.Runtime.CompilerServices;
1414
using System.Runtime.InteropServices;
1515

16-
[assembly: AssemblyVersion("0.3.*")]
17-
[assembly: AssemblyInformationalVersion("0.3.0-develop")]
16+
[assembly: AssemblyVersion("0.5.*")]
17+
[assembly: AssemblyInformationalVersion("0.5.0-develop")]
1818

1919

0 commit comments

Comments
 (0)