Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Aug 31, 2015
1 parent 434ece1 commit b78c181
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ Dev/web/bin/
Dev/web/media/
Dev/web/App_Data/ContentReminder.txt
Dev/web/App_Data/umbraco.licensing.log.txt
files/
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Skybrud.Umbraco.GridData/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Skybrud.Umbraco.GridData")]
[assembly: AssemblyDescription("Skybrud.Umbraco.GridData is a small package with a strongly typed model for the grid in Umbraco 7.2.")]
[assembly: AssemblyDescription("Skybrud.Umbraco.GridData is a small package with a strongly typed model for the grid in Umbraco 7.2 and above.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Skybrud.dk")]
[assembly: AssemblyProduct("Skybrud.Umbraco.GridData")]
Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0")]
10 changes: 10 additions & 0 deletions src/Skybrud.Umbraco.GridData/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Skybrud.Umbraco.GridData",
"description": "Skybrud.Umbraco.GridData is a small package with a strongly typed model for the grid in Umbraco 7.2 and above.",
"company": "Skybrud.dk",
"product": "Skybrud.Umbraco.GridData",
"copyright": "Copyright © 2015",
"version": "1.5.0.0",
"informationalVersion": "1.5.0",
"fileVersion": "0.0.347.2"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.338.14")]
[assembly: AssemblyFileVersion("0.0.347.2")]

0 comments on commit b78c181

Please sign in to comment.