Skip to content

Commit c7c34b8

Browse files
authored
Add interface for easily listening to test measurements (#16)
* Regenerate client classes from the schema * Add interface for listening test measurements * Rename to TibberApiSubscriptionQueryBuilder
1 parent 0d31341 commit c7c34b8

File tree

4 files changed

+4395
-4301
lines changed

4 files changed

+4395
-4301
lines changed

Tibber.Sdk.sln

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2010
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tibber.Sdk", "src\Tibber.Sdk\Tibber.Sdk.csproj", "{9DF60E41-EC62-4770-BA8D-8E568237CB0C}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}"
9-
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D361030-CE23-4956-8B5C-865C1AFD48B9}"
11-
ProjectSection(SolutionItems) = preProject
12-
License.md = License.md
13-
NuGet.config = NuGet.config
14-
README.md = README.md
15-
EndProjectSection
16-
EndProject
17-
Global
18-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
19-
Debug|Any CPU = Debug|Any CPU
20-
Release|Any CPU = Release|Any CPU
21-
EndGlobalSection
22-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.Build.0 = Release|Any CPU
27-
EndGlobalSection
28-
GlobalSection(SolutionProperties) = preSolution
29-
HideSolutionNode = FALSE
30-
EndGlobalSection
31-
GlobalSection(NestedProjects) = preSolution
32-
{9DF60E41-EC62-4770-BA8D-8E568237CB0C} = {E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}
33-
EndGlobalSection
34-
GlobalSection(ExtensibilityGlobals) = postSolution
35-
SolutionGuid = {10F05227-D5C5-47CF-897E-2FF77B456B6A}
36-
EndGlobalSection
37-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.13.35806.99 d17.13
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tibber.Sdk", "src\Tibber.Sdk\Tibber.Sdk.csproj", "{9DF60E41-EC62-4770-BA8D-8E568237CB0C}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D361030-CE23-4956-8B5C-865C1AFD48B9}"
11+
ProjectSection(SolutionItems) = preProject
12+
.editorconfig = .editorconfig
13+
License.md = License.md
14+
NuGet.config = NuGet.config
15+
README.md = README.md
16+
EndProjectSection
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|Any CPU = Debug|Any CPU
21+
Release|Any CPU = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24+
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.Build.0 = Release|Any CPU
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
GlobalSection(NestedProjects) = preSolution
33+
{9DF60E41-EC62-4770-BA8D-8E568237CB0C} = {E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}
34+
EndGlobalSection
35+
GlobalSection(ExtensibilityGlobals) = postSolution
36+
SolutionGuid = {10F05227-D5C5-47CF-897E-2FF77B456B6A}
37+
EndGlobalSection
38+
EndGlobal

0 commit comments

Comments
 (0)