Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit a6e64f7

Browse files
committed
minor fixes
1 parent 294c190 commit a6e64f7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/TeamCitySharp/ITeamCityClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ public interface ITeamCityClient
1717
IVcsRoots VcsRoots { get; }
1818
IChanges Changes { get; }
1919
IBuildArtifacts Artifacts { get; }
20+
ITestOccurrences TestOccurrences { get; }
2021
}
2122
}

src/TeamCitySharp/TeamCitySharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>TeamCitySharp-forked</id>
5-
<version>1.0.0.1</version>
5+
<version>1.0.0.3</version>
66
<title>TeamCitySharp-forked</title>
77
<authors>Yury Timofeev</authors>
88
<owners>Yury Timofeev</owners>

src/TeamCitySharp/pack.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nuget pack TeamCitySharp.csproj

0 commit comments

Comments
 (0)