File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77/src /CoreBIM.OpenTSDB /bin /Debug
88/src /OpenTSDBSample /obj
99/src /OpenTSDBSample /bin /Debug /netcoreapp3.0
10+ /src /CoreBIM.OpenTSDB /bin /Release
Original file line number Diff line number Diff line change 1+ {
2+ "Languages" : [
3+ {
4+ "DisplayName" : " English" ,
5+ "Code" : " en" ,
6+ "IsDefault" : true
7+ },
8+ {
9+ "DisplayName" : " ¼òÌåÖÐÎÄ" ,
10+ "Code" : " zh-Hans" ,
11+ "IsDefault" : false
12+ }
13+
14+ ]
15+ }
Original file line number Diff line number Diff line change 1+ {
2+ "items" : [
3+ {
4+ "text" : " README" ,
5+ "path" : " README.md"
6+ },
7+ {
8+ "path" : " Nightly-Builds.md" ,
9+ "text" : " OpenTSDB HTTP API"
10+ },
11+ {
12+ "text" : " Nightly Builds" ,
13+ "path" : " Nightly-Builds.md"
14+ },
15+ {
16+ "text" : " Contribution Guide" ,
17+ "path" : " Contribution/Index.md"
18+ }
19+ ]
20+ }
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
7- <Authors >CoreBIM.LUYONGQIANG </Authors >
7+ <Authors >luyongqiang </Authors >
88 <AssemblyName >OpenTSDB.Core</AssemblyName >
9+ <AssemblyVersion >0.0.0.2</AssemblyVersion >
10+ <FileVersion >0.0.0.2</FileVersion >
11+ <Version >0.2</Version >
12+ <Company >CORE-BIM</Company >
13+ <RepositoryUrl >https://github.com/core-bim/OpenTSDB.Core</RepositoryUrl >
14+ <PackageProjectUrl >https://github.com/core-bim/OpenTSDB.Core</PackageProjectUrl >
15+ <RepositoryType >C#</RepositoryType >
16+ <PackageReleaseNotes >Access opentsdb database based on .Net core.</PackageReleaseNotes >
917 </PropertyGroup >
1018
1119 <ItemGroup >
You can’t perform that action at this time.
0 commit comments