We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88178f commit fb267b4Copy full SHA for fb267b4
src/ZenHub.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5
<LangVersion>preview</LangVersion>
6
- <VersionPrefix>1.0.0</VersionPrefix>
+ <VersionPrefix>1.1.0</VersionPrefix>
7
</PropertyGroup>
8
9
tests/testData/GetEpicData.json
@@ -16,7 +16,7 @@
16
"StatusCode": 200,
17
"BodyAsJson": {
18
"total_epic_estimates": { "value": 60 },
19
- "estimate": { "value": 10 },
+ "estimate": { "value": 0.5 },
20
"pipeline": {
21
"workspace_id": "5d0a7a9741fd098f6b7f58ac",
22
"name": "Backlog",
0 commit comments