Skip to content

Commit

Permalink
Bump to v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoSolitary committed Feb 6, 2018
1 parent 12dcd4b commit 54b0366
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LxRunOffline/AssemblyInfo.cs
Expand Up @@ -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")]
9 changes: 4 additions & 5 deletions appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 54b0366

Please sign in to comment.