@lansweeper/ot-asset-model 0.0.38 → 0.0.40
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 +16 -0
- package/Lansweeper.Model.OTAsset.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
- package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.deps.json +2 -2
- package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
- package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.AssemblyReference.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.CoreCompileInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
- package/obj/Debug/net6.0/ref/Lansweeper.Model.OTAsset.dll +0 -0
- package/obj/Debug/net6.0/refint/Lansweeper.Model.OTAsset.dll +0 -0
- package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
- package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
- package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
- package/obj/Lansweeper.Model.OTAsset.csproj.nuget.dgspec.json +11 -1
- package/obj/project.assets.json +11 -1
- package/obj/project.nuget.cache +4 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.0.40](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.39...@lansweeper/ot-asset-model@0.0.40) (2023-06-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/ot-asset-model
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.0.39](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.38...@lansweeper/ot-asset-model@0.0.39) (2023-06-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/ot-asset-model
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.0.38](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.37...@lansweeper/ot-asset-model@0.0.38) (2023-05-25)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @lansweeper/ot-asset-model
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper Syncer</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.0.
|
|
11
|
-
<Version>0.0.
|
|
12
|
-
<FileVersion>0.0.
|
|
10
|
+
<PackageVersion>0.0.39</PackageVersion>
|
|
11
|
+
<Version>0.0.39</Version>
|
|
12
|
+
<FileVersion>0.0.39</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
14
|
</PropertyGroup>
|
|
15
15
|
<ItemGroup>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v6.0": {
|
|
9
|
-
"Lansweeper.Model.OTAsset/0.0.
|
|
9
|
+
"Lansweeper.Model.OTAsset/0.0.39": {
|
|
10
10
|
"runtime": {
|
|
11
11
|
"Lansweeper.Model.OTAsset.dll": {}
|
|
12
12
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"libraries": {
|
|
17
|
-
"Lansweeper.Model.OTAsset/0.0.
|
|
17
|
+
"Lansweeper.Model.OTAsset/0.0.39": {
|
|
18
18
|
"type": "project",
|
|
19
19
|
"serviceable": false,
|
|
20
20
|
"sha512": ""
|
|
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.Model.OTAsset/0.0.
|
|
10
|
+
"Lansweeper.Model.OTAsset/0.0.39": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"NETStandard.Library": "2.0.3"
|
|
13
13
|
},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"libraries": {
|
|
27
|
-
"Lansweeper.Model.OTAsset/0.0.
|
|
27
|
+
"Lansweeper.Model.OTAsset/0.0.39": {
|
|
28
28
|
"type": "project",
|
|
29
29
|
"serviceable": false,
|
|
30
30
|
"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.0.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.39")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.39")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.39.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
|
+
b559b40b8ef462a185eb1690c4c8e8c302d67319
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d72ac73d953b782705100da5bb2e8bc586434dbd
|
|
Binary file
|
|
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.0.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.39")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.39")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.39.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
|
+
b559b40b8ef462a185eb1690c4c8e8c302d67319
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj": {
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.39",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
|
|
11
11
|
"projectName": "Lansweeper.Model.OTAsset",
|
|
@@ -54,6 +54,16 @@
|
|
|
54
54
|
],
|
|
55
55
|
"assetTargetFallback": true,
|
|
56
56
|
"warn": true,
|
|
57
|
+
"downloadDependencies": [
|
|
58
|
+
{
|
|
59
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
60
|
+
"version": "[6.0.16, 6.0.16]"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
64
|
+
"version": "[6.0.16, 6.0.16]"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
57
67
|
"frameworkReferences": {
|
|
58
68
|
"Microsoft.NETCore.App": {
|
|
59
69
|
"privateAssets": "all"
|
package/obj/project.assets.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"/home/circleci/.nuget/packages/": {}
|
|
186
186
|
},
|
|
187
187
|
"project": {
|
|
188
|
-
"version": "0.0.
|
|
188
|
+
"version": "0.0.39",
|
|
189
189
|
"restore": {
|
|
190
190
|
"projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
|
|
191
191
|
"projectName": "Lansweeper.Model.OTAsset",
|
|
@@ -234,6 +234,16 @@
|
|
|
234
234
|
],
|
|
235
235
|
"assetTargetFallback": true,
|
|
236
236
|
"warn": true,
|
|
237
|
+
"downloadDependencies": [
|
|
238
|
+
{
|
|
239
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
240
|
+
"version": "[6.0.16, 6.0.16]"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
244
|
+
"version": "[6.0.16, 6.0.16]"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
237
247
|
"frameworkReferences": {
|
|
238
248
|
"Microsoft.NETCore.App": {
|
|
239
249
|
"privateAssets": "all"
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "w43gouJ34+RnvMBUuJyF/0Oc7zgTDCMSIpljY73Uc06HeP+4JsmCRRwy/7qlv3rj21++yyrUjtTvSM6B3M/y4A==",
|
|
4
4
|
"success": true,
|
|
5
5
|
"projectFilePath": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
|
|
6
6
|
"expectedPackageFiles": [
|
|
7
7
|
"/home/circleci/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
|
|
8
|
-
"/home/circleci/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512"
|
|
8
|
+
"/home/circleci/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512",
|
|
9
|
+
"/home/circleci/.nuget/packages/microsoft.netcore.app.ref/6.0.16/microsoft.netcore.app.ref.6.0.16.nupkg.sha512",
|
|
10
|
+
"/home/circleci/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.16/microsoft.aspnetcore.app.ref.6.0.16.nupkg.sha512"
|
|
9
11
|
],
|
|
10
12
|
"logs": []
|
|
11
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/ot-asset-model",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.40",
|
|
4
4
|
"description": "OT Asset model",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "dist/types",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@lansweeper/asset-model": "^2.10.
|
|
11
|
+
"@lansweeper/asset-model": "^2.10.27",
|
|
12
12
|
"@types/node": "^14.14.25",
|
|
13
13
|
"ts-node": "^9.1.1",
|
|
14
14
|
"typescript": "^4.1.3"
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "3de049dd30f5586ed6675b7b524787bd7428e86a"
|
|
20
20
|
}
|