Skip to content

Commit

Permalink
Merge pull request #71 from mfilippov/master
Browse files Browse the repository at this point in the history
Update version.
  • Loading branch information
mfilippov authored Jan 5, 2017
2 parents 489802c + 278bb60 commit 7ee8d29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ Generated_Code #added for RIA/Silverlight projects
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.XML

.idea/
7 changes: 6 additions & 1 deletion src/VimeoDotNet/Models/Download.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public class Download
/// Height
/// </summary>
public int height { get; set; }

/// <summary>
/// File size
/// </summary>
public long size { get; set; }

/// <summary>
/// Expires
Expand All @@ -38,4 +43,4 @@ public class Download
/// </summary>
public string link { get; set; }
}
}
}

0 comments on commit 7ee8d29

Please sign in to comment.