Skip to content

Commit d6b0625

Browse files
committed
Release v1.2.0
1 parent d0ce42f commit d6b0625

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.0
2+
=====
3+
4+
* #14 - Use url as name when Page Title is left empty
5+
16
1.1.0
27
=====
38

src/RJP.MultiUrlPicker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0")]
35+
[assembly: AssemblyFileVersion("1.2.0.*")]
36+
[assembly: AssemblyInformationalVersion("1.2.0")]

src/TestSite/App_Data/packages/created/createdPackages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="1" version="1.1.0" url="https://github.com/rasmusjp/umbraco-multi-url-picker/" name="RJP.MultiUrlPicker" folder="682e8562-9d45-4d8a-bc21-b1327f7f9932" packagepath="~/media/created-packages/RJP.MultiUrlPicker_1.1.0.zip" repositoryGuid="" packageGuid="c4d8ddf1-7eb3-4cc6-bd09-bee24edc40f0" hasUpdate="False" enableSkins="False" skinRepoGuid="00000000-0000-0000-0000-000000000000">
3+
<package id="1" version="1.2.0" url="https://github.com/rasmusjp/umbraco-multi-url-picker/" name="RJP.MultiUrlPicker" folder="682e8562-9d45-4d8a-bc21-b1327f7f9932" packagepath="~/media/created-packages/RJP.MultiUrlPicker_1.2.0.zip" repositoryGuid="" packageGuid="c4d8ddf1-7eb3-4cc6-bd09-bee24edc40f0" hasUpdate="False" enableSkins="False" skinRepoGuid="00000000-0000-0000-0000-000000000000">
44
<license url="https://github.com/rasmusjp/umbraco-multi-url-picker/blob/master/LICENSE">MIT License</license>
55
<author url="http://www.rjp.dk">Rasmus John Pedersen</author>
66
<readme><![CDATA[Allows editors to pick and sort multiple urls, it uses Umbraco's link picker which supports internal and external links and media. ]]></readme>

0 commit comments

Comments
 (0)