@lansweeper/ot-asset-model 0.0.37 → 0.0.39

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.
Files changed (25) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/Lansweeper.Model.OTAsset.csproj +3 -3
  3. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.deps.json +2 -2
  4. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
  5. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
  6. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.deps.json +2 -2
  7. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
  8. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
  9. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
  10. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
  11. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.AssemblyReference.cache +0 -0
  12. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.CoreCompileInputs.cache +1 -1
  13. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
  14. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
  15. package/obj/Debug/net6.0/ref/Lansweeper.Model.OTAsset.dll +0 -0
  16. package/obj/Debug/net6.0/refint/Lansweeper.Model.OTAsset.dll +0 -0
  17. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
  18. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
  19. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
  20. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
  21. package/obj/Lansweeper.Model.OTAsset.csproj.nuget.dgspec.json +13 -3
  22. package/obj/Lansweeper.Model.OTAsset.csproj.nuget.g.props +1 -1
  23. package/obj/project.assets.json +13 -3
  24. package/obj/project.nuget.cache +4 -2
  25. 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.39](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.38...@lansweeper/ot-asset-model@0.0.39) (2023-06-13)
7
+
8
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.0.37](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.36...@lansweeper/ot-asset-model@0.0.37) (2022-09-27)
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.36</PackageVersion>
11
- <Version>0.0.36</Version>
12
- <FileVersion>0.0.36</FileVersion>
10
+ <PackageVersion>0.0.38</PackageVersion>
11
+ <Version>0.0.38</Version>
12
+ <FileVersion>0.0.38</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.36": {
9
+ "Lansweeper.Model.OTAsset/0.0.38": {
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.36": {
17
+ "Lansweeper.Model.OTAsset/0.0.38": {
18
18
  "type": "project",
19
19
  "serviceable": false,
20
20
  "sha512": ""
@@ -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.36": {
10
+ "Lansweeper.Model.OTAsset/0.0.38": {
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.36": {
27
+ "Lansweeper.Model.OTAsset/0.0.38": {
28
28
  "type": "project",
29
29
  "serviceable": false,
30
30
  "sha512": ""
@@ -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.36")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.36")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.38")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.38")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.36.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.38.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
- 84940277e305b3284ed78933891c2f11a8c5836b
1
+ 770a7cf21d88ec2abae116caf6727cd289c4e218
@@ -1 +1 @@
1
- 5f3e610c551d4d2176ccd3312ba36197399cfee3
1
+ d72ac73d953b782705100da5bb2e8bc586434dbd
@@ -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.36")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.36")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.38")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.38")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.36.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.38.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
- 84940277e305b3284ed78933891c2f11a8c5836b
1
+ 770a7cf21d88ec2abae116caf6727cd289c4e218
@@ -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.36",
8
+ "version": "0.0.38",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
11
11
  "projectName": "Lansweeper.Model.OTAsset",
@@ -54,12 +54,22 @@
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"
60
70
  }
61
71
  },
62
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json"
72
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
63
73
  },
64
74
  "netstandard2.0": {
65
75
  "targetAlias": "netstandard2.0",
@@ -82,7 +92,7 @@
82
92
  ],
83
93
  "assetTargetFallback": true,
84
94
  "warn": true,
85
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json"
95
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
86
96
  }
87
97
  }
88
98
  }
@@ -7,7 +7,7 @@
7
7
  <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageRoot>
8
8
  <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageFolders>
9
9
  <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.2</NuGetToolVersion>
11
11
  </PropertyGroup>
12
12
  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
13
  <SourceRoot Include="/home/circleci/.nuget/packages/" />
@@ -185,7 +185,7 @@
185
185
  "/home/circleci/.nuget/packages/": {}
186
186
  },
187
187
  "project": {
188
- "version": "0.0.36",
188
+ "version": "0.0.38",
189
189
  "restore": {
190
190
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
191
191
  "projectName": "Lansweeper.Model.OTAsset",
@@ -234,12 +234,22 @@
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"
240
250
  }
241
251
  },
242
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json"
252
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
243
253
  },
244
254
  "netstandard2.0": {
245
255
  "targetAlias": "netstandard2.0",
@@ -262,7 +272,7 @@
262
272
  ],
263
273
  "assetTargetFallback": true,
264
274
  "warn": true,
265
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json"
275
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
266
276
  }
267
277
  }
268
278
  }
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "RVcTC2qq4j4Y7r3UxKC68J0q/N5SOkZ64liI1m0LL6kCf+JYCfI9+4Lq14gbZj1JYx53+H925b5/UgeGC6djrg==",
3
+ "dgSpecHash": "X2U7M2HLWc3+01U5AHWq5Ev0T97dP7VfBKudlQ8DZDAgyXH9pW8GHYkCTIc8qT9VLH6DkwcPigTpYsfolw2NRg==",
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.37",
3
+ "version": "0.0.39",
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.24",
11
+ "@lansweeper/asset-model": "^2.10.26",
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": "4deb72ad6ccef60453edc92657debd740281ea5c"
19
+ "gitHead": "97d66b641280288580b6f5609dacabe22e9a2b10"
20
20
  }