@lansweeper/asserver-grpc 2.3.3 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/Lansweeper.AsServer.GRPC.csproj +29 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,42 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.3.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.3.6...@lansweeper/asserver-grpc@2.3.7) (2021-11-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/asserver-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.3.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.3.5...@lansweeper/asserver-grpc@2.3.6) (2021-11-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/asserver-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.3.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.3.4...@lansweeper/asserver-grpc@2.3.5) (2021-11-18)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @lansweeper/asserver-grpc
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.3.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.3.3...@lansweeper/asserver-grpc@2.3.4) (2021-11-17)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* unify published nugets ([bf73698](https://github.com/Lansweeper/lansweeperapis/commit/bf7369848a58ba763c6f04bc0844d7c290fb4cab))
|
|
36
|
+
* unify published nugets ([a324e4f](https://github.com/Lansweeper/lansweeperapis/commit/a324e4f8c1be6edb7b2864c77f0c00cdadd2e06b))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
6
42
|
## [2.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.3.2...@lansweeper/asserver-grpc@2.3.3) (2021-09-16)
|
|
7
43
|
|
|
8
44
|
**Note:** Version bump only for package @lansweeper/asserver-grpc
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<Project Sdk="Microsoft.NET.Sdk">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<TargetFrameworks>netstandard2.0;net46;net5.0</TargetFrameworks>
|
|
5
|
+
<Title>Lansweeper Protos - AsServer</Title>
|
|
6
|
+
<Description>More Info : http://www.lansweeper.com</Description>
|
|
7
|
+
<Company>Lansweeper</Company>
|
|
8
|
+
<Product>Lansweeper Syncer</Product>
|
|
9
|
+
<Copyright>Lansweeper</Copyright>
|
|
10
|
+
<PackageVersion>2.3.6</PackageVersion>
|
|
11
|
+
<Version>2.3.6</Version>
|
|
12
|
+
<FileVersion>2.3.6</FileVersion>
|
|
13
|
+
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
|
+
</PropertyGroup>
|
|
15
|
+
<ItemGroup>
|
|
16
|
+
<PackageReference Include="Google.Protobuf" Version="3.14.0"/>
|
|
17
|
+
<PackageReference Include="Grpc" Version="2.33.1"/>
|
|
18
|
+
<PackageReference Include="Grpc.Core" Version="2.33.1"/>
|
|
19
|
+
<PackageReference Include="Grpc.Core.Api" Version="2.33.1"/>
|
|
20
|
+
<PackageReference Include="Grpc.Tools" Version="2.33.1">
|
|
21
|
+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
22
|
+
<PrivateAssets>all</PrivateAssets>
|
|
23
|
+
</PackageReference>
|
|
24
|
+
</ItemGroup>
|
|
25
|
+
<ItemGroup>
|
|
26
|
+
<Protobuf Include="./proto/asserver.proto" AdditionalImportDirs="../../internal"/>
|
|
27
|
+
<Protobuf Include="../../internal/shared/v1/stream.proto"/>
|
|
28
|
+
</ItemGroup>
|
|
29
|
+
</Project>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/asserver-grpc",
|
|
3
3
|
"description": "Asserver grpc",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.7",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/google-protobuf": "^3.15.5"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "74b75dd47fa3381b31b828108ceb145b6122f4d6"
|
|
19
19
|
}
|