Skip to content

Commit 25445d9

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # Git.hub/Git.hub.csproj
2 parents 0332674 + e78738b commit 25445d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Git.hub/Git.hub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
</ItemGroup>
6464
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6565
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
66-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6767
Other similar extension points exist, see Microsoft.Common.targets.
6868
<Target Name="BeforeBuild">
6969
</Target>
7070
<Target Name="AfterBuild">
7171
</Target>
7272
-->
73-
</Project>
73+
</Project>

Git.hub/Repository.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ public GitHubReference GetRef(string refName)
174174
}
175175

176176

177+
/// <summary>
178+
/// Creates a new issue
179+
/// </summary>
180+
/// <param name="title">title</param>
181+
/// <param name="body">body</param>
182+
/// <returns>the issue if successful, null otherwise</returns>
177183
public Issue CreateIssue(string title, string body)
178184
{
179185
var request = new RestRequest("/repos/{owner}/{repo}/issues");

0 commit comments

Comments
 (0)