Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release main/Smdn.Net.EchonetLite-2.0.0 #4

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

smdn
Copy link
Owner

@smdn smdn commented Jan 11, 2025

Automatically generated by workflow Generate release target #3.

Release target

  • package_target_tag: new-release/main/Smdn.Net.EchonetLite-2.0.0
  • package_prevver_ref: releases/Smdn.Net.EchonetLite-2.0.0-preview2
  • package_prevver_tag: releases/Smdn.Net.EchonetLite-2.0.0-preview2
  • package_id: Smdn.Net.EchonetLite
  • package_id_with_version: Smdn.Net.EchonetLite-2.0.0
  • package_version: 2.0.0
  • package_branch: main
  • release_working_branch: releases/Smdn.Net.EchonetLite-2.0.0-1736627737
  • release_tag: releases/Smdn.Net.EchonetLite-2.0.0
  • 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/eb211c500ce5d85e3ab9c8cd24e11d08
  • artifact_name_nupkg: Smdn.Net.EchonetLite.2.0.0.nupkg ❗Remove this line or change this value to empty to prevent publishing packages.

.nuspec diff

--- Smdn.Net.EchonetLite.latest.nuspec
+++ Smdn.Net.EchonetLite.2.0.0.nuspec
@@ -1,33 +1,39 @@
 <?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</id>
-    <version>2.0.0-preview2</version>
+    <version>2.0.0</version>
     <title>Smdn.Net.EchonetLite</title>
     <authors>HiroyukiSakoh,smdn</authors>
     <license type="expression">MIT</license>
     <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
     <icon>Smdn.Net.EchonetLite.png</icon>
     <readme>README.md</readme>
     <projectUrl>https://github.com/smdn/Smdn.Net.EchonetLite</projectUrl>
-    <description>Provides the implementation based on the specifications described in the "ECHONET Lite SPECIFICATION II ECHONET Lite Communication Middleware Specifications". Including APIs such as `EchonetClient`, which is an implementation corresponding to the "Communication Middleware" in the specification.  ?ECHONET Lite SPECIFICATION ?2? ECHONET Lite ??????????????????????????????????????????????????????????`EchonetClient`???API???????</description>
-    <releaseNotes>https://github.com/smdn/Smdn.Net.EchonetLite/releases/tag/releases%2FSmdn.Net.EchonetLite-2.0.0-preview2</releaseNotes>
-    <copyright>Copyright � 2018 HiroyukiSakoh, Copyright � 2023 smdn.</copyright>
+    <description>Provides the implementation based on the specifications described in the "ECHONET Lite SPECIFICATION II ECHONET Lite Communication Middleware Specifications". Including APIs such as `EchonetClient`, which is an implementation corresponding to the "Communication Middleware" in the specification.  「ECHONET Lite SPECIFICATION 第2部 ECHONET Lite 通信ミドルウェア仕様」に記載されている仕様に基づく実装を提供します。 同仕様書における「通信ミドルウェア」に相当する`EchonetClient`などのAPIを提供します。</description>
+    <releaseNotes>https://github.com/smdn/Smdn.Net.EchonetLite/releases/tag/releases%2FSmdn.Net.EchonetLite-2.0.0</releaseNotes>
+    <copyright>Copyright © 2018 HiroyukiSakoh, Copyright © 2023 smdn.</copyright>
     <tags>smdn.jp ECHONET ECHONET-Lite</tags>
-    <repository type="git" url="https://github.com/smdn/Smdn.Net.EchonetLite" branch="main" commit="60a8ce3520b765b1bcab669a662cfb615f41a1f5" />
+    <repository type="git" url="https://github.com/smdn/Smdn.Net.EchonetLite" commit="2bb1851c89ba40ded2eeae51a98f8f88d864931f" />
     <dependencies>
-      <group targetFramework="net6.0">
-        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
-        <dependency id="Smdn.Net.EchonetLite.Primitives" version="2.0.0-preview1" exclude="Build,Analyzers" />
-      </group>
       <group targetFramework="net8.0">
-        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
-        <dependency id="Smdn.Net.EchonetLite.Primitives" version="2.0.0-preview1" exclude="Build,Analyzers" />
+        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
+        <dependency id="Polly.Core" version="8.0.0" exclude="Build,Analyzers" />
+        <dependency id="Smdn.Net.EchonetLite.Primitives" version="2.0.0" exclude="Build,Analyzers" />
       </group>
       <group targetFramework=".NETStandard2.1">
-        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
-        <dependency id="Smdn.Net.EchonetLite.Primitives" version="2.0.0-preview1" exclude="Build,Analyzers" />
+        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
+        <dependency id="Polly.Core" version="8.0.0" exclude="Build,Analyzers" />
+        <dependency id="Smdn.Net.EchonetLite.Primitives" version="2.0.0" exclude="Build,Analyzers" />
       </group>
     </dependencies>
   </metadata>
+  <files>
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite/bin/Release/net8.0/Smdn.Net.EchonetLite.dll" target="lib/net8.0/Smdn.Net.EchonetLite.dll" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite/bin/Release/net8.0/Smdn.Net.EchonetLite.xml" target="lib/net8.0/Smdn.Net.EchonetLite.xml" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite/bin/Release/netstandard2.1/Smdn.Net.EchonetLite.dll" target="lib/netstandard2.1/Smdn.Net.EchonetLite.dll" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite/bin/Release/netstandard2.1/Smdn.Net.EchonetLite.xml" target="lib/netstandard2.1/Smdn.Net.EchonetLite.xml" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/.nuget/packages/smdn.msbuild.projectassets.common/1.4.1/project/images/package-icon.png" target="Smdn.Net.EchonetLite.png" />
+    <file src="/home/runner/work/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite/src/Smdn.Net.EchonetLite/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 Jan 11, 2025
@smdn smdn self-assigned this Jan 11, 2025
@smdn smdn merged commit 7829b96 into main Jan 11, 2025
@smdn smdn deleted the releases/Smdn.Net.EchonetLite-2.0.0-1736627737 branch January 11, 2025 20:38
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