Skip to content

Commit f938fb0

Browse files
committed
2 parents a957135 + a0ecaba commit f938fb0

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
The only **simple** yet **rich-featured** desktop note app you'll ever need for your PC.
33

44
## Download
5-
**Always go to bin/Release for the [latest dev build](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).**
6-
7-
**最新开发版本[链接](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).**
5+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/changbowen/DesktopNote)](https://github.com/changbowen/DesktopNote/releases/latest/download/DesktopNote.zip)
86

97
If you really like it [![PayPal](https://img.shields.io/badge/%24-PayPal-blue.svg)](https://www.paypal.me/BowenChang) or [支付宝](https://user-images.githubusercontent.com/15975872/29361889-175fef58-82bc-11e7-9e3b-ed3c748456b8.png)
108

119
## Notice About Recent Changes
12-
**Before using the latest version please backup all of the note contents.**
10+
**If you are upgrading from a very old version:**
1311

1412
Commit [2108429](https://github.com/changbowen/DesktopNote/commit/210842905f3477a5a183046c1684cd9514a071fc) added support for re-opening closed notes. It moves most of the per-note settings to the note content file. By updating to the latest version you will lose the list of opened notes and some note specific formatting like paper color, font family etc. But note contents will not be affected. As long as you know where the files are, you can re-open them later.
1513

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pool:
1717

1818
variables:
1919
solution: '**/*.sln'
20-
buildPlatform: 'x64'
20+
buildPlatform: 'any cpu'
2121
buildConfiguration: 'Release'
2222

2323
steps:
@@ -40,7 +40,7 @@ steps:
4040

4141
- task: ArchiveFiles@2
4242
inputs:
43-
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/x64/Release'
43+
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/Release'
4444
includeRootFolder: false
4545
archiveType: 'zip'
4646
archiveFile: '$(System.DefaultWorkingDirectory)/$(Build.Repository.Name).zip'

0 commit comments

Comments
 (0)