Skip to content

Commit

Permalink
20230806 release 1.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
der3318 committed Aug 6, 2023
1 parent 47107cf commit a285c44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PianoSheetViewer/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="45937a97-54ad-4259-8287-ef6fbd575798"
Publisher="CN=Der Chien"
Version="1.0.5.0" />
Version="1.0.6.0" />

<mp:PhoneIdentity PhoneProductId="45937a97-54ad-4259-8287-ef6fbd575798" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
4 changes: 2 additions & 2 deletions PianoSheetViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// 您可以指定所有的值,也可以使用 '*' 將組建和修訂編號
// 設為預設,如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: ComVisible(false)]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 🎵 Music Sheet Viewer

![ver](https://img.shields.io/badge/version-1.0.5-blue.svg)
![ver](https://img.shields.io/badge/version-1.0.6-blue.svg)
![windows](https://img.shields.io/badge/windows-10.0.19041.0-green.svg)
![flavor](https://img.shields.io/badge/flavor-x86/x64/arm-brightgreen.svg)
![size](https://img.shields.io/badge/size-32.2%20MB-yellow.svg)
Expand Down Expand Up @@ -34,10 +34,10 @@ A UWP (Universal Windows Platform) based application that provides a user-friend
| Step | Description |
| :-: | :- |
| #1 | go through <kbd>ms-settings:developers</kbd> and enable developer mode |
| #2 | download released certificate - [DerChien.cer](https://github.com/der3318/musicsheet-viewer/releases/download/v1.0.5.0/DerChien.cer) |
| #2 | download released certificate - [DerChien.cer](https://github.com/der3318/musicsheet-viewer/releases/download/v1.0.6.0/DerChien.cer) |
| #3 | right click to import the self-signed certificate |
| #4 | choose <kbd>Local Machine</kbd> and <kbd>Trusted Root Certification Authorities</kbd> |
| #5 | download released installer - [PianoSheetViewer.msixbundle](https://github.com/der3318/musicsheet-viewer/releases/download/v1.0.5.0/PianoSheetViewer.msixbundle) |
| #5 | download released installer - [PianoSheetViewer.msixbundle](https://github.com/der3318/musicsheet-viewer/releases/download/v1.0.6.0/PianoSheetViewer.msixbundle) |
| #6 | double click to install the app |

| <img src="https://i.imgur.com/LQMrwOq.png" width="600px"> |
Expand Down

0 comments on commit a285c44

Please sign in to comment.