Skip to content

Releases: 0install/0install-dotnet

2.18.5

28 Dec 23:32
Compare
Choose a tag to compare

Changes

2.18.4

28 Dec 22:27
Compare
Choose a tag to compare

Changes

  • Fixed self-deployment to new directories

2.18.3

28 Dec 15:56
Compare
Choose a tag to compare

Changes

  • Added support for .NET 5.0, removed support for .NET Standard 2.0 and .NET Core 3.1
    (still supports .NET Framework 4.5 and .NET Standard 2.1)
  • Added support for ARM64
  • Renamed .IsCompatible() to .RunsOn()
  • Replaced ImplmentationVersion.ZeroInstall with ModelUtils.Version
  • Removed ZeroInstall.Publish's dependency on ZeroInstall.Services
  • Support 0install self deploy|remove with missing .manifest file

2.18.2

01 Oct 11:16
Compare
Choose a tag to compare

Changes

  • Added support for extracting "solid" .7z archives
  • Added app-id attribute to <entry-point> for specifying Application User Model IDs
    (Enables better taskbar pinning of Zero Install apps on Windows.)
  • Fixed automatic retry on sync race condition

2.18.1

15 Aug 12:59
Compare
Choose a tag to compare

Changes

  • Added support for extracting "solid" .rar archives
  • Fixed missing stream disposal in TarXzExtractor
  • Added support for .NET Extensions IConfiguration
  • Redesigned StubBuilder to be a non-static class

2.18.0

22 Jul 09:37
Compare
Choose a tag to compare

Changes

Desktop integration

  • Added context menu icons
  • Added support for cascading context menus (see docs)
  • Added entries to directory background menus
  • Added support for <arg>s in <verb>s (see docs)
  • Improved icon caching

Archive extraction

  • Added support for extracting .tar.lz, .tar.zst and .rar archives
  • Improved performance when extracting .tar.lzma, .tar.xz and .7z archives

Misc

  • Moved feed data model from ZeroInstall.Store NuGet package to new ZeroInstall.Model package
  • Improved support for Sync with local/network filesystem (see docs)
  • Added support for detecting .NET Framework 4.8

2.17.3

24 May 17:42
Compare
Choose a tag to compare
Improved use of collection types

2.17.2

03 Feb 17:35
Compare
Choose a tag to compare
Ensure archive generator stream is closed before continuing

2.17.0

29 Jan 17:51
Compare
Choose a tag to compare

Infrastructure

  • Target C# 8.0
  • Added .NET Standard 2.1 and .NET Core 3.1 support
  • Enabled nullability analysis

Publishing

  • Replaced repo.roscidus.com feeds with apps.0install.net

Misc

  • Fixed manifest digest of some ZIP archives not matching the value calculated by Zero Install for Linux
  • Replaced CliSubCommand abstract class with ICliSubCommand interface
  • Use FeedUri instead of Uri for all Config properties
  • Added support for detecting .NET Framework 4.6.2

2.16.8

14 Oct 22:56
Compare
Choose a tag to compare
Update dependency NanoByte.Common to v2.3.4