diff --git a/LxRunOffline/AssemblyInfo.cs b/LxRunOffline/AssemblyInfo.cs index d6ad1c0..4e903c2 100644 --- a/LxRunOffline/AssemblyInfo.cs +++ b/LxRunOffline/AssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.1.3")] -[assembly: AssemblyInformationalVersion("2.1.3")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyInformationalVersion("2.2.0")] diff --git a/appveyor.yml b/appveyor.yml index 9a3bd84..77f01ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,11 +31,10 @@ deploy: artifact: /.*\.zip/ description: | **Release Notes** - - Fix the problem that `robocopy` doesn't work when using relative paths. - - Fix the problem that the program crashes if user disallow starting `robocopy` using UAC. - - Fix the `config-env` command. - - Support running a distribution without propagating current working directory. (`run -w`) - - Improve error output, add logging. + - Rewrite tar extraction and directory copying. Support `.tar` and `.tar.xz` files. + - Add the `install -r` option to support tar files with preceding directories. + - Add the `duplicate` option. + - Fix an error message in `UninstallDistro`. auth_token: secure: saJApLHQjPJ+XmMy3Qk+khAvfIKI4dveBtSnUESRX14qpUy3WPlhM97Ixbja/Tjg on: