Skip to content

Commit

Permalink
New release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 23, 2017
1 parent f5cf2ff commit 7c2da0c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.Umbraco.Redirects/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("0.2.5.0")]
[assembly: AssemblyInformationalVersion("0.2.5")]
[assembly: AssemblyVersion("0.2.6.0")]
[assembly: AssemblyInformationalVersion("0.2.6")]
6 changes: 3 additions & 3 deletions src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Skybrud.dk",
"product": "Skybrud.Umbraco.Redirects",
"copyright": "Copyright © 2017",
"version": "0.2.5.0",
"informationalVersion": "0.2.5",
"fileVersion": "0.0.248.5"
"version": "0.2.6.0",
"informationalVersion": "0.2.6",
"fileVersion": "0.0.248.6"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.248.5")]
[assembly: AssemblyFileVersion("0.0.248.6")]

0 comments on commit 7c2da0c

Please sign in to comment.