Skip to content

Commit 536c156

Browse files
committed
update
1 parent 7598d3d commit 536c156

6 files changed

Lines changed: 46 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/src/CoreBIM.OpenTSDB/bin/Debug
88
/src/OpenTSDBSample/obj
99
/src/OpenTSDBSample/bin/Debug/netcoreapp3.0
10+
/src/CoreBIM.OpenTSDB/bin/Release

docs/docs-langs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

docs/en/README.md

Whitespace-only changes.

docs/en/docs-nav.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

docs/en/openTSDBHTTP.md

Whitespace-only changes.

src/CoreBIM.OpenTSDB/OpenTSDB.Core.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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>

0 commit comments

Comments
 (0)