Version changes

This commit is contained in:
iminet
2026-02-08 12:44:06 +01:00
parent d8360b1f53
commit f50495c41d
12 changed files with 170 additions and 70 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SmartThings")] [assembly: System.Reflection.AssemblyCompanyAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d8360b1f53e4cc79d252b0e75f36156b855cb1c6")]
[assembly: System.Reflection.AssemblyProductAttribute("SmartThings")] [assembly: System.Reflection.AssemblyProductAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyTitleAttribute("SmartThings")] [assembly: System.Reflection.AssemblyTitleAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
b68e8acde5b615b35a2a857fc2aa1d791aab4750 c46a64d651712fa4fbf60af2c0d765846d261e0896313faa2a00a74de94acf46

View File

@@ -1,10 +1,17 @@
is_global = true is_global = true
build_property.TargetFramework = net6.0 build_property.TargetFramework = net6.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v6.0
build_property.TargetPlatformMinVersion = build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids = build_property.ProjectTypeGuids =
build_property.InvariantGlobalization = build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = SmartThings build_property.RootNamespace = SmartThings
build_property.ProjectDir = C:\Users\Imi\Downloads\SmartThings\ build_property.ProjectDir = C:\Users\ikincses\source\repos\devtools\csharp\SmartThings\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 6.0
build_property.EnableCodeStyleSeverity =

View File

@@ -1,8 +1,8 @@
// <auto-generated/> // <auto-generated/>
global using global::System; global using System;
global using global::System.Collections.Generic; global using System.Collections.Generic;
global using global::System.IO; global using System.IO;
global using global::System.Linq; global using System.Linq;
global using global::System.Net.Http; global using System.Net.Http;
global using global::System.Threading; global using System.Threading;
global using global::System.Threading.Tasks; global using System.Threading.Tasks;

View File

@@ -1,33 +1,28 @@
{ {
"format": 1, "format": 1,
"restore": { "restore": {
"C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj": {} "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj": {}
}, },
"projects": { "projects": {
"C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj": { "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj", "projectUniqueName": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"projectName": "SmartThings", "projectName": "SmartThings",
"projectPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj", "projectPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"packagesPath": "C:\\Users\\Imi\\.nuget\\packages\\", "packagesPath": "C:\\Users\\ikincses\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\obj\\", "outputPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\Imi\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\ikincses\\AppData\\Roaming\\NuGet\\NuGet.Config"
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0" "net6.0"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {},
"https://api.nuget.org/v3/index.json": {} "https://git.iminet.hu/api/packages/imi/nuget/index.json": {},
"https://nuget.pkg.github.com/iminet/index.json": {}
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@@ -39,7 +34,13 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
} },
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.100"
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@@ -56,16 +57,35 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.36, 6.0.36]"
}
],
"frameworkReferences": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.108\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -5,13 +5,11 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Imi\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ikincses\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.2</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Imi\.nuget\packages\" /> <SourceRoot Include="C:\Users\ikincses\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -17,28 +17,40 @@
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {} "lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {} "lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
} }
}, },
"Polly/7.2.2": { "Polly/7.2.2": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/Polly.dll": {} "lib/netstandard2.0/Polly.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Polly.dll": {} "lib/netstandard2.0/Polly.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"RestSharp/106.15.0": { "RestSharp/106.15.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/RestSharp.dll": {} "lib/netstandard2.0/RestSharp.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/RestSharp.dll": {} "lib/netstandard2.0/RestSharp.dll": {
"related": ".xml"
}
} }
}, },
"SmartThingsNet/0.7.0": { "SmartThingsNet/0.7.0": {
@@ -51,19 +63,27 @@
"System.ComponentModel.Annotations": "5.0.0" "System.ComponentModel.Annotations": "5.0.0"
}, },
"compile": { "compile": {
"lib/netstandard2.1/SmartThingsNet.dll": {} "lib/netstandard2.1/SmartThingsNet.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/SmartThingsNet.dll": {} "lib/netstandard2.1/SmartThingsNet.dll": {
"related": ".xml"
}
} }
}, },
"System.ComponentModel.Annotations/5.0.0": { "System.ComponentModel.Annotations/5.0.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {} "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {} "lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
} }
} }
} }
@@ -267,34 +287,27 @@
] ]
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\Imi\\.nuget\\packages\\": {}, "C:\\Users\\ikincses\\.nuget\\packages\\": {}
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
}, },
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj", "projectUniqueName": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"projectName": "SmartThings", "projectName": "SmartThings",
"projectPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj", "projectPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"packagesPath": "C:\\Users\\Imi\\.nuget\\packages\\", "packagesPath": "C:\\Users\\ikincses\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\obj\\", "outputPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\Imi\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\ikincses\\AppData\\Roaming\\NuGet\\NuGet.Config"
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0" "net6.0"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {},
"https://api.nuget.org/v3/index.json": {} "https://git.iminet.hu/api/packages/imi/nuget/index.json": {},
"https://nuget.pkg.github.com/iminet/index.json": {}
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@@ -306,7 +319,13 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
} },
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.100"
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@@ -323,16 +342,35 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.36, 6.0.36]"
}
],
"frameworkReferences": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.108\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -1,15 +1,19 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "mm3aTaLH6QwmOWlsD+6Va0389ozpfkInfXmCk+ekCW/IYvLAjouCAvvwfO/cvBj7rBl0wHVIPP8wFmFefYQHkQ==", "dgSpecHash": "RZyvuUijdfU=",
"success": true, "success": true,
"projectFilePath": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj", "projectFilePath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
"C:\\Users\\Imi\\.nuget\\packages\\jsonsubtypes\\1.8.0\\jsonsubtypes.1.8.0.nupkg.sha512", "C:\\Users\\ikincses\\.nuget\\packages\\jsonsubtypes\\1.8.0\\jsonsubtypes.1.8.0.nupkg.sha512",
"C:\\Users\\Imi\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", "C:\\Users\\ikincses\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\Imi\\.nuget\\packages\\polly\\7.2.2\\polly.7.2.2.nupkg.sha512", "C:\\Users\\ikincses\\.nuget\\packages\\polly\\7.2.2\\polly.7.2.2.nupkg.sha512",
"C:\\Users\\Imi\\.nuget\\packages\\restsharp\\106.15.0\\restsharp.106.15.0.nupkg.sha512", "C:\\Users\\ikincses\\.nuget\\packages\\restsharp\\106.15.0\\restsharp.106.15.0.nupkg.sha512",
"C:\\Users\\Imi\\.nuget\\packages\\smartthingsnet\\0.7.0\\smartthingsnet.0.7.0.nupkg.sha512", "C:\\Users\\ikincses\\.nuget\\packages\\smartthingsnet\\0.7.0\\smartthingsnet.0.7.0.nupkg.sha512",
"C:\\Users\\Imi\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512" "C:\\Users\\ikincses\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512",
"C:\\Users\\ikincses\\.nuget\\packages\\microsoft.netcore.app.ref\\6.0.36\\microsoft.netcore.app.ref.6.0.36.nupkg.sha512",
"C:\\Users\\ikincses\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\6.0.36\\microsoft.windowsdesktop.app.ref.6.0.36.nupkg.sha512",
"C:\\Users\\ikincses\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\6.0.36\\microsoft.aspnetcore.app.ref.6.0.36.nupkg.sha512",
"C:\\Users\\ikincses\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\6.0.36\\microsoft.netcore.app.host.win-x64.6.0.36.nupkg.sha512"
], ],
"logs": [] "logs": []
} }

29
devtools.sln Normal file
View File

@@ -0,0 +1,29 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{B41BF331-FCCB-2ADF-CDB6-767964B34647}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartThings", "csharp\SmartThings\SmartThings.csproj", "{693F60C6-0416-B5CF-C5C9-43E9DA499BAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{693F60C6-0416-B5CF-C5C9-43E9DA499BAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693F60C6-0416-B5CF-C5C9-43E9DA499BAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693F60C6-0416-B5CF-C5C9-43E9DA499BAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693F60C6-0416-B5CF-C5C9-43E9DA499BAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{693F60C6-0416-B5CF-C5C9-43E9DA499BAF} = {B41BF331-FCCB-2ADF-CDB6-767964B34647}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49804DD0-E924-4708-AFF3-20117EB90575}
EndGlobalSection
EndGlobal