<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zetamatta</author_name>
  <author_url>https://blog.hatena.ne.jp/zetamatta/</author_url>
  <blog_title>標準愚痴出力</blog_title>
  <blog_url>https://zetamatta.hatenablog.com/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>前回 チラ見せしていた、Gitレポジトリの releases ページからのダウンロード数を確認する PowerShell スクリプトの完成形は以下のとおりである。カレントディレクトリのレポジトリの1番目のリモートブランチの releases にある各 assets にあるファイルとそのダウンロード数を標準出力に表示する。 Set-PSDebug -Strict function Get-Repo { $branch = (git remote show -n | Select-Object -First 1) if ( $branch ) { foreach ( $line in (git r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzetamatta.hatenablog.com%2Fentry%2F2024%2F01%2F22%2F094516&quot; title=&quot;PowerShell で GitHub Releases のダウンロード数を確認する - 標準愚痴出力&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-01-22 09:45:16</published>
  <title>PowerShell で GitHub Releases のダウンロード数を確認する</title>
  <type>rich</type>
  <url>https://zetamatta.hatenablog.com/entry/2024/01/22/094516</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
