Skip to content

Release main/Smdn.Net.EchonetLite.Primitives-2.0.2#21

Merged
smdn merged 1 commit intomainfrom
releases/Smdn.Net.EchonetLite.Primitives-2.0.2-1751769269
Jul 6, 2025
Merged

Release main/Smdn.Net.EchonetLite.Primitives-2.0.2#21
smdn merged 1 commit intomainfrom
releases/Smdn.Net.EchonetLite.Primitives-2.0.2-1751769269

Conversation

@smdn
Copy link
Owner

@smdn smdn commented Jul 6, 2025

Automatically generated by workflow Generate release target #17.

Release target

  • package_target_tag: new-release/main/Smdn.Net.EchonetLite.Primitives-2.0.2
  • package_prevver_ref: releases/Smdn.Net.EchonetLite.Primitives-2.0.1
  • package_prevver_tag: releases/Smdn.Net.EchonetLite.Primitives-2.0.1
  • package_id: Smdn.Net.EchonetLite.Primitives
  • package_id_with_version: Smdn.Net.EchonetLite.Primitives-2.0.2
  • package_version: 2.0.2
  • package_branch: main
  • release_working_branch: releases/Smdn.Net.EchonetLite.Primitives-2.0.2-1751769269
  • release_tag: releases/Smdn.Net.EchonetLite.Primitives-2.0.2
  • release_prerelease: False ❗Change this value to true to publish release note as a prerelease.
  • release_draft: false ❗Change this value to true to publish release note as a draft.
  • release_note_url: https://gist.github.com/smdn/63ba5fb4446b59cac6e894fc44122740
  • artifact_name_nupkg: Smdn.Net.EchonetLite.Primitives.2.0.2.nupkg ❗Remove this line or change this value to empty to prevent publishing packages.

.nuspec diff

--- Smdn.Net.EchonetLite.Primitives.latest.nuspec
+++ Smdn.Net.EchonetLite.Primitives.2.0.2.nuspec
@@ -1,27 +1,35 @@
 <?xml version="1.0" encoding="utf-8"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
+<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
   <metadata>
     <id>Smdn.Net.EchonetLite.Primitives</id>
-    <version>2.0.1</version>
+    <version>2.0.2</version>
     <title>Smdn.Net.EchonetLite.Primitives</title>
     <authors>HiroyukiSakoh,smdn</authors>
     <license type="expression">MIT</license>
     <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
     <icon>Smdn.Net.EchonetLite.Primitives.png</icon>
     <readme>README.md</readme>
     <projectUrl>https://github.com/smdn/Smdn.Net.EchonetLite</projectUrl>
-    <description>Provides common types and abstractions for `Smdn.Net.EchonetLite.*`. Also provides the APIs based on the specifications described in the "ECHONET Lite SPECIFICATION II ECHONET Lite Communication Middleware Specifications". Including APIs such as `IEchonetLiteHandler`, which is the interface for implementing the communication endpoint to the "Lower Communication Layers".  `Smdn.Net.EchonetLite.*`???????????????????????? ???ECHONET Lite SPECIFICATION ?2? ECHONET Lite ???????????????????????????????????????????????????????`IEchonetLiteHandler`???API???????</description>
-    <releaseNotes>https://github.com/smdn/Smdn.Net.EchonetLite/releases/tag/releases%2FSmdn.Net.EchonetLite.Primitives-2.0.1</releaseNotes>
-    <copyright>Copyright � 2018 HiroyukiSakoh, Copyright � 2023 smdn.</copyright>
+    <description>Provides common types and abstractions for `Smdn.Net.EchonetLite.*`. Also provides the APIs based on the specifications described in the "ECHONET Lite SPECIFICATION II ECHONET Lite Communication Middleware Specifications". Including APIs such as `IEchonetLiteHandler`, which is the interface for implementing the communication endpoint to the "Lower Communication Layers".  `Smdn.Net.EchonetLite.*`で共通して使用される型と抽象化機能を提供します。 また「ECHONET Lite SPECIFICATION 第2部 ECHONET Lite 通信ミドルウェア仕様」に記載されている「下位通信層」との通信エンドポイントを実装するための抽象インターフェース`IEchonetLiteHandler`などのAPIも提供します。</description>
+    <releaseNotes>https://github.com/smdn/Smdn.Net.EchonetLite/releases/tag/releases%2FSmdn.Net.EchonetLite.Primitives-2.0.2</releaseNotes>
+    <copyright>Copyright © 2018 HiroyukiSakoh, Copyright © 2023 smdn.</copyright>
     <tags>smdn.jp abstraction transport connection ECHONET ECHONET-Lite</tags>
-    <repository type="git" url="https://github.com/smdn/Smdn.Net.EchonetLite" branch="main" commit="a1a02047fb738e30ac5001d6149f8cc18eef4ee6" />
+    <repository type="git" url="https://github.com/smdn/Smdn.Net.EchonetLite" commit="10cb847a99b6c2ad30297280debeb56a41a346bb" />
     <dependencies>
       <group targetFramework="net8.0">
         <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
       </group>
       <group targetFramework=".NETStandard2.1">
         <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
       </group>
     </dependencies>
   </metadata>
+  <files>
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite.Primitives/bin/Release/net8.0/Smdn.Net.EchonetLite.Primitives.dll" target="lib/net8.0/Smdn.Net.EchonetLite.Primitives.dll" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite.Primitives/bin/Release/net8.0/Smdn.Net.EchonetLite.Primitives.xml" target="lib/net8.0/Smdn.Net.EchonetLite.Primitives.xml" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite.Primitives/bin/Release/netstandard2.1/Smdn.Net.EchonetLite.Primitives.dll" target="lib/netstandard2.1/Smdn.Net.EchonetLite.Primitives.dll" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite.Primitives/bin/Release/netstandard2.1/Smdn.Net.EchonetLite.Primitives.xml" target="lib/netstandard2.1/Smdn.Net.EchonetLite.Primitives.xml" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/.nuget/packages/smdn.msbuild.projectassets.common/1.6.1/project/images/package-icon.png" target="Smdn.Net.EchonetLite.Primitives.png" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite.Primitives/bin/Release/README.md" target="README.md" />
+  </files>
 </package>
\ No newline at end of file

@smdn smdn added the release-target Describing a new release label Jul 6, 2025
@smdn smdn self-assigned this Jul 6, 2025
@smdn smdn added the release-target Describing a new release label Jul 6, 2025
@smdn smdn merged commit 17d6164 into main Jul 6, 2025
@smdn smdn deleted the releases/Smdn.Net.EchonetLite.Primitives-2.0.2-1751769269 branch July 6, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-target Describing a new release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant