mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
create the Tree collection to make Everything Less Terrible
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public class NewTree
|
||||
{
|
||||
public NewTree()
|
||||
{
|
||||
Tree = new Collection<NewTreeItem>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The SHA1 of the tree you want to update with new data.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user