Releases: 0install/0install-dotnet
Releases · 0install/0install-dotnet
2.18.5
Changes
- Differentiate between
ModelUtils.Version
andZeroInstallInstance.Version
2.18.4
Changes
- Fixed self-deployment to new directories
2.18.3
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
withModelUtils.Version
- Removed
ZeroInstall.Publish
's dependency onZeroInstall.Services
- Support
0install self deploy|remove
with missing.manifest
file
2.18.2
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
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
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 newZeroInstall.Model
package - Improved support for Sync with local/network filesystem (see docs)
- Added support for detecting .NET Framework 4.8
2.17.3
Improved use of collection types
2.17.2
Ensure archive generator stream is closed before continuing
2.17.0
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 withapps.0install.net
Misc
- Fixed manifest digest of some ZIP archives not matching the value calculated by Zero Install for Linux
- Replaced
CliSubCommand
abstract class withICliSubCommand
interface - Use
FeedUri
instead ofUri
for all Config properties - Added support for detecting .NET Framework 4.6.2
2.16.8
Update dependency NanoByte.Common to v2.3.4