Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jun 29, 2018
1 parent 0d29536 commit 2befcd2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file added releases/github/Skybrud.LinkPicker.v1.1.5.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.LinkPicker.1.1.5.nupkg
Binary file not shown.
Binary file added releases/umbraco/Skybrud.LinkPicker.v1.1.5.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.LinkPicker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyInformationalVersion("1.1.4")]
[assembly: AssemblyVersion("1.1.5.0")]
[assembly: AssemblyInformationalVersion("1.1.5")]
6 changes: 3 additions & 3 deletions src/Skybrud.LinkPicker/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Skybrud.dk",
"product": "Skybrud.PropertyEditors",
"copyright": "Copyright © 2018",
"version": "1.1.4.0",
"informationalVersion": "1.1.4",
"fileVersion": "0.0.1028.6"
"version": "1.1.5.0",
"informationalVersion": "1.1.5",
"fileVersion": "0.0.1190.1"
}
2 changes: 1 addition & 1 deletion src/Skybrud.LinkPicker/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.1028.6")]
[assembly: AssemblyFileVersion("0.0.1190.1")]

0 comments on commit 2befcd2

Please sign in to comment.