From 857508889d699f6a7e2d1a1381c4ac3a282a7e2c Mon Sep 17 00:00:00 2001 From: DDoSolitary Date: Sun, 24 Dec 2017 16:04:37 +0800 Subject: [PATCH] Bump to v2.1.2. --- LxRunOffline/AssemblyInfo.cs | 4 ++-- appveyor.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LxRunOffline/AssemblyInfo.cs b/LxRunOffline/AssemblyInfo.cs index 3749d2a..91247d6 100644 --- a/LxRunOffline/AssemblyInfo.cs +++ b/LxRunOffline/AssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.1.1")] -[assembly: AssemblyInformationalVersion("2.1.1")] +[assembly: AssemblyVersion("2.1.2")] +[assembly: AssemblyInformationalVersion("2.1.2")] diff --git a/appveyor.yml b/appveyor.yml index f3d1beb..f4b51a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,8 +31,9 @@ deploy: artifact: /.*\.zip/ description: | **Release Notes** - - Fix some typos in the help text. - - Remove unnecessary DLLs in the released files. + - Use `robocopy` to support installing to different volumes. + - Retry on directory deletion failures. + - Fix the problem that the program crashes when some registry keys doesn't exist. (#14) auth_token: secure: saJApLHQjPJ+XmMy3Qk+khAvfIKI4dveBtSnUESRX14qpUy3WPlhM97Ixbja/Tjg on: