web: common: bump version

This commit is contained in:
Ilya Oleshko 2020-03-11 13:53:59 +03:00
parent 4e45f96b7a
commit 0b8c870e19
3 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,13 @@
using ASC.Files.Core.Security;
namespace ASC.Files.Model
{
public class FileModelFull
{
public string FileId { get; set; }
public string ParentId { get; set; }
public string Title { get; set; }
public int Version { get; set; } = -1;
public FileShare Share { get; set; }
}
}

View File

@ -0,0 +1,7 @@
namespace ASC.Files.Model
{
public class FolderModel
{
public string Title { get; set; }
}
}

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-common",
"version": "1.0.108",
"version": "1.0.109",
"description": "Ascensio System SIA common components and solutions library",
"license": "AGPL-3.0",
"files": [