Merged
Conversation
There was a problem hiding this comment.
Pull request overview
v0.6.3 リリースに向けて、リポジトリ内のバージョン表記(アプリ/マニフェスト)を 0.6.3 に揃えつつ、リリースメタデータ生成スクリプトのタグ駆動パスで発生していた PowerShell のパース失敗を回避するための調整を入れる PR です。
Changes:
- 0.6.3 のリリースノート(
packaging/release-notes-0.6.3.md)を追加 packaging/generate-release-metadata.ps1の文字列生成を整理して、タグ駆動リリース時のパース失敗を回避- マニフェスト/プロジェクトのバージョンを 0.6.3 に更新
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packaging/release-notes-0.6.3.md | v0.6.3 の変更点を追加(release metadata 生成の入力にも利用) |
| packaging/generate-release-metadata.ps1 | 文字列組み立てを [string]::Join() に寄せてパース失敗を回避し、出力(release-notes.md)を BOM なし UTF-8 で生成 |
| packaging/Package.appxmanifest | パッケージの Version を 0.6.3.0 に更新 |
| packaging/AppxManifest.xml | パッケージの Version を 0.6.3.0 に更新 |
| WindowThumbWall.csproj | アセンブリ/ファイル/パッケージのバージョンを 0.6.3 系に更新 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation