@lansweeper/servicestatus-grpc 0.2.1 → 0.2.2
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 +11 -0
- package/Lansweeper.ServiceStatus.GRPC.csproj +3 -3
- package/bin/Debug/net46/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/bin/Debug/net46/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/bin/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.deps.json +2 -2
- package/bin/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/bin/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/bin/Debug/net5.0/ref/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/bin/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.deps.json +2 -2
- package/bin/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/bin/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/obj/Debug/net46/Lansweeper.ServiceStatus.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net46/Lansweeper.ServiceStatus.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net46/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/obj/Debug/net46/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/obj/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/obj/Debug/net5.0/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/obj/Debug/net5.0/ref/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/obj/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.dll +0 -0
- package/obj/Debug/netstandard2.0/Lansweeper.ServiceStatus.GRPC.pdb +0 -0
- package/obj/Lansweeper.ServiceStatus.GRPC.csproj.nuget.dgspec.json +1 -1
- package/obj/project.assets.json +1 -1
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/.ignorecompat +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [0.2.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/servicestatus-grpc@0.2.1...@lansweeper/servicestatus-grpc@0.2.2) (2025-03-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* ACME-29971 remove ignorecompat ([b10c618](https://github.com/Lansweeper/lansweeperapis/commit/b10c6188d75ffdbeac9ed46a52b0b68e185e2dc8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/servicestatus-grpc@0.2.0...@lansweeper/servicestatus-grpc@0.2.1) (2025-03-06)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper Syncer</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.2.
|
|
11
|
-
<Version>0.2.
|
|
12
|
-
<FileVersion>0.2.
|
|
10
|
+
<PackageVersion>0.2.1</PackageVersion>
|
|
11
|
+
<Version>0.2.1</Version>
|
|
12
|
+
<FileVersion>0.2.1</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
14
|
</PropertyGroup>
|
|
15
15
|
<ItemGroup>
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v5.0": {
|
|
9
|
-
"Lansweeper.ServiceStatus.GRPC/0.2.
|
|
9
|
+
"Lansweeper.ServiceStatus.GRPC/0.2.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Google.Protobuf": "3.15.0",
|
|
12
12
|
"Grpc": "2.46.1",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"libraries": {
|
|
94
|
-
"Lansweeper.ServiceStatus.GRPC/0.2.
|
|
94
|
+
"Lansweeper.ServiceStatus.GRPC/0.2.1": {
|
|
95
95
|
"type": "project",
|
|
96
96
|
"serviceable": false,
|
|
97
97
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETStandard,Version=v2.0": {},
|
|
9
9
|
".NETStandard,Version=v2.0/": {
|
|
10
|
-
"Lansweeper.ServiceStatus.GRPC/0.2.
|
|
10
|
+
"Lansweeper.ServiceStatus.GRPC/0.2.1": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Google.Protobuf": "3.15.0",
|
|
13
13
|
"Grpc": "2.46.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
109
|
"libraries": {
|
|
110
|
-
"Lansweeper.ServiceStatus.GRPC/0.2.
|
|
110
|
+
"Lansweeper.ServiceStatus.GRPC/0.2.1": {
|
|
111
111
|
"type": "project",
|
|
112
112
|
"serviceable": false,
|
|
113
113
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -14,11 +14,11 @@ using System.Reflection;
|
|
|
14
14
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
15
15
|
[assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
|
|
16
16
|
[assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.1")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.1")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.ServiceStatus.GRPC")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.1.0")]
|
|
22
22
|
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
|
|
23
23
|
|
|
24
24
|
// Generated by the MSBuild WriteCodeFragment class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ee392987989339caeffc29447156c0f4cd82f399
|
|
Binary file
|
|
Binary file
|
|
@@ -14,11 +14,11 @@ using System.Reflection;
|
|
|
14
14
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
15
15
|
[assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
|
|
16
16
|
[assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.1")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.1")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.ServiceStatus.GRPC")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.1.0")]
|
|
22
22
|
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
|
|
23
23
|
|
|
24
24
|
// Generated by the MSBuild WriteCodeFragment class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ee392987989339caeffc29447156c0f4cd82f399
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,11 +14,11 @@ using System.Reflection;
|
|
|
14
14
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
15
15
|
[assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
|
|
16
16
|
[assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.1")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.1")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.ServiceStatus.GRPC")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.1.0")]
|
|
22
22
|
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
|
|
23
23
|
|
|
24
24
|
// Generated by the MSBuild WriteCodeFragment class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ee392987989339caeffc29447156c0f4cd82f399
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/servicestatus/grpc/Lansweeper.ServiceStatus.GRPC.csproj": {
|
|
8
|
-
"version": "0.2.
|
|
8
|
+
"version": "0.2.1",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/servicestatus/grpc/Lansweeper.ServiceStatus.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ServiceStatus.GRPC",
|
package/obj/project.assets.json
CHANGED
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"/home/circleci/.nuget/packages/": {}
|
|
1125
1125
|
},
|
|
1126
1126
|
"project": {
|
|
1127
|
-
"version": "0.2.
|
|
1127
|
+
"version": "0.2.1",
|
|
1128
1128
|
"restore": {
|
|
1129
1129
|
"projectUniqueName": "/home/circleci/project/packages/servicestatus/grpc/Lansweeper.ServiceStatus.GRPC.csproj",
|
|
1130
1130
|
"projectName": "Lansweeper.ServiceStatus.GRPC",
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "4NC8Kf6Y0cgUn+6EoXFyjWQ///GIO7P/dpAaXbCEqdKVO6JLc/IgVFpxWfmLbl01KB7Zr009ZysPjKlB4kUizA==",
|
|
4
4
|
"success": true,
|
|
5
5
|
"projectFilePath": "/home/circleci/project/packages/servicestatus/grpc/Lansweeper.ServiceStatus.GRPC.csproj",
|
|
6
6
|
"expectedPackageFiles": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/servicestatus-grpc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Servicestatus grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/google-protobuf": "^3.15.5"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "50678ca6e0eb2567064416181ae35571217f9af7"
|
|
16
16
|
}
|
package/.ignorecompat
DELETED
|
File without changes
|