diff --git a/LxRunOffline/AssemblyInfo.cs b/LxRunOffline/AssemblyInfo.cs index 4e903c2..e9ef62f 100644 --- a/LxRunOffline/AssemblyInfo.cs +++ b/LxRunOffline/AssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.2.0")] -[assembly: AssemblyInformationalVersion("2.2.0")] +[assembly: AssemblyVersion("2.2.1")] +[assembly: AssemblyInformationalVersion("2.2.1")] diff --git a/appveyor.yml b/appveyor.yml index 7e2647a..fe38ef9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,10 +31,7 @@ deploy: artifact: /.*\.zip/ description: | **Release Notes** - - 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`. + - Update .NET Framework version to 4.7.1 to fix dependencies to .NET Standard. auth_token: secure: saJApLHQjPJ+XmMy3Qk+khAvfIKI4dveBtSnUESRX14qpUy3WPlhM97Ixbja/Tjg on: