diff --git a/README.md b/README.md index cb7fa29..520a3c6 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,12 @@ The only **simple** yet **rich-featured** desktop note app you'll ever need for your PC. ## Download -**Always go to bin/Release for the [latest dev build](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** - -**最新开发版本[链接](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/changbowen/DesktopNote)](https://github.com/changbowen/DesktopNote/releases/latest/download/DesktopNote.zip) 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) ## Notice About Recent Changes -**Before using the latest version please backup all of the note contents.** +**If you are upgrading from a very old version:** 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. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5419831..501e9a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ pool: variables: solution: '**/*.sln' - buildPlatform: 'x64' + buildPlatform: 'any cpu' buildConfiguration: 'Release' steps: @@ -40,7 +40,7 @@ steps: - task: ArchiveFiles@2 inputs: - rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/x64/Release' + rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/Release' includeRootFolder: false archiveType: 'zip' archiveFile: '$(System.DefaultWorkingDirectory)/$(Build.Repository.Name).zip'