Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 688fac6

Browse files
authored
Merge pull request #7 from umco/develop
Preparing v1.0.1 release
2 parents 96933d3 + 8a7e00e commit 688fac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: Visual Studio 2017
22

33
# version format
4-
version: 1.0.0.{build}
4+
version: 1.0.1.{build}
55

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

build/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<language></language>
1717
<tags></tags>
1818
<dependencies>
19-
<dependency id="Our.Umbraco.InnerContent" version="[1.1.1,2)" />
19+
<dependency id="Our.Umbraco.InnerContent" version="[2,3)" />
2020
</dependencies>
2121
</metadata>
2222
<files />

0 commit comments

Comments
 (0)