Metadata >> NuGet >> ZeroInstall.Store >> 2.6.1 >> Release .NETFramework,Version=v2.0 >> ZeroInstall.Store

ZeroInstall.Store

Depedencies

Name AssemblyVersion Culture PublicKeyToken Type
ICSharpCode.SharpZipLib 0.86.0.518 neutral 9dea7c6e17aa31ff Required
INIFileParser 1.7.1.0 neutral 79af7b307b65cf3c Required
LinqBridge 1.3.0.0 neutral c2b14eb747628076 Required
Microsoft.Deployment.Compression 3.0.0.0 neutral ce35f76fcda82bad Required
Microsoft.Deployment.Compression.Cab 3.0.0.0 neutral ce35f76fcda82bad Required
Microsoft.Deployment.WindowsInstaller 3.0.0.0 neutral ce35f76fcda82bad Required
mscorlib 2.0.0.0 neutral b77a5c561934e089 Required
NanoByte.Common 1.0.2.0 neutral 3090a828a7702cec Required
Newtonsoft.Json 6.0.0.0 neutral 30ad4fe6b2a6aeed Required
SevenZipSharp 0.64.3890.29348 neutral 20de82c62b055c88 Required
System 2.0.0.0 neutral b77a5c561934e089 Required
System.Runtime.Remoting 2.0.0.0 neutral b77a5c561934e089 Required
System.Web 2.0.0.0 neutral b03f5f7f11d50a3a Required
System.Xml 2.0.0.0 neutral b77a5c561934e089 Required

Sources

Path Related
ZeroInstall.Store/Config.cs Source
ZeroInstall.Store/Feeds/DiskFeedCache.cs Source
ZeroInstall.Store/Feeds/FeedCacheFactory.cs Source
ZeroInstall.Store/Feeds/FeedUtils.cs Source
ZeroInstall.Store/Feeds/MemoryFeedCache.cs Source
ZeroInstall.Store/HandlerExtensions.cs Source
ZeroInstall.Store/Icons/DiskIconCache.cs Source
ZeroInstall.Store/Icons/IconCacheProvider.cs Source
ZeroInstall.Store/Implementations/Archives/ArchiveFileInfo.cs Source
ZeroInstall.Store/Implementations/Archives/CabExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/Extractor.cs Source
ZeroInstall.Store/Implementations/Archives/MicrosoftExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/MsiExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/RubyGemExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/SevenZipExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/TarBz2Extractor.cs Source
ZeroInstall.Store/Implementations/Archives/TarExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/TarGzExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/TarLzmaExtractor.cs Source
ZeroInstall.Store/Implementations/Archives/ZipExtractor.cs Source
ZeroInstall.Store/Implementations/CompositeStore.cs Source
ZeroInstall.Store/Implementations/DigestMismatchException.cs Source
ZeroInstall.Store/Implementations/DirectoryStore.cs Source
ZeroInstall.Store/Implementations/FlagUtils.cs Source
ZeroInstall.Store/Implementations/ImplementationAlreadyInStoreException.cs Source
ZeroInstall.Store/Implementations/ImplementationNotFoundException.cs Source
ZeroInstall.Store/Implementations/IpcStore.Connection.cs Source
ZeroInstall.Store/Implementations/IpcStore.cs Source
ZeroInstall.Store/Implementations/Manifest.cs Source
ZeroInstall.Store/Implementations/ManifestDirectory.cs Source
ZeroInstall.Store/Implementations/ManifestExecutableFile.cs Source
ZeroInstall.Store/Implementations/ManifestFileBase.cs Source
ZeroInstall.Store/Implementations/ManifestFormat.cs Source
ZeroInstall.Store/Implementations/ManifestGenerator.cs Source
ZeroInstall.Store/Implementations/ManifestNode.cs Source
ZeroInstall.Store/Implementations/ManifestNormalFile.cs Source
ZeroInstall.Store/Implementations/ManifestSymlink.cs Source
ZeroInstall.Store/Implementations/RecipeUtils.cs Source
ZeroInstall.Store/Implementations/StoreFactory.cs Source
ZeroInstall.Store/Implementations/StoreUtils.cs Source
ZeroInstall.Store/JsonStorage.cs Source
ZeroInstall.Store/Management/ImplementationUtils.cs Source
ZeroInstall.Store/Model/Architecture.cs Source
ZeroInstall.Store/Model/Archive.cs Source
ZeroInstall.Store/Model/Arg.cs Source
ZeroInstall.Store/Model/ArgBase.cs Source
ZeroInstall.Store/Model/Binding.cs Source
ZeroInstall.Store/Model/Capabilities/AppRegistration.cs Source
ZeroInstall.Store/Model/Capabilities/AutoPlay.cs Source
ZeroInstall.Store/Model/Capabilities/AutoPlayEvent.cs Source
ZeroInstall.Store/Model/Capabilities/Capability.cs Source
ZeroInstall.Store/Model/Capabilities/CapabilityList.cs Source
ZeroInstall.Store/Model/Capabilities/ComServer.cs Source
ZeroInstall.Store/Model/Capabilities/ContextMenu.cs Source
ZeroInstall.Store/Model/Capabilities/DefaultCapability.cs Source
ZeroInstall.Store/Model/Capabilities/DefaultProgram.cs Source
ZeroInstall.Store/Model/Capabilities/FileType.cs Source
ZeroInstall.Store/Model/Capabilities/FileTypeExtension.cs Source
ZeroInstall.Store/Model/Capabilities/IconCapability.cs Source
ZeroInstall.Store/Model/Capabilities/InstallCommands.cs Source
ZeroInstall.Store/Model/Capabilities/KnownProtocolPrefix.cs Source
ZeroInstall.Store/Model/Capabilities/UrlProtocol.cs Source
ZeroInstall.Store/Model/Capabilities/Verb.cs Source
ZeroInstall.Store/Model/Capabilities/VerbCapability.cs Source
ZeroInstall.Store/Model/Catalog.cs Source
ZeroInstall.Store/Model/Category.cs Source
ZeroInstall.Store/Model/Command.cs Source
ZeroInstall.Store/Model/Constraint.cs Source
ZeroInstall.Store/Model/Dependency.cs Source
ZeroInstall.Store/Model/Design/ArchitectureConverter.cs Source
ZeroInstall.Store/Model/Design/ArchiveMimeTypeConverter.cs Source
ZeroInstall.Store/Model/Design/ArgBaseConverter.cs Source
ZeroInstall.Store/Model/Design/CategoryNameConverter.cs Source
ZeroInstall.Store/Model/Design/CommandNameConverter.cs Source
ZeroInstall.Store/Model/Design/DistributionNameConverter.cs Source
ZeroInstall.Store/Model/Design/IconMimeTypeConverter.cs Source
ZeroInstall.Store/Model/Design/InstallCommandsConverter.cs Source
ZeroInstall.Store/Model/Design/LicenseNameConverter.cs Source
ZeroInstall.Store/Model/Design/ManifestDigestConverter.cs Source
ZeroInstall.Store/Model/Design/UseConverter.cs Source
ZeroInstall.Store/Model/DownloadRetrievalMethod.cs Source
ZeroInstall.Store/Model/Element.cs Source
ZeroInstall.Store/Model/EntryPoint.cs Source
ZeroInstall.Store/Model/EnvironmentBinding.cs Source
ZeroInstall.Store/Model/ExecutableInPath.cs Source
ZeroInstall.Store/Model/ExecutableInVar.cs Source
ZeroInstall.Store/Model/Feed.cs Source
ZeroInstall.Store/Model/FeedElement.cs Source
ZeroInstall.Store/Model/FeedElementUtils.cs Source
ZeroInstall.Store/Model/FeedReference.cs Source
ZeroInstall.Store/Model/ForEachArgs.cs Source
ZeroInstall.Store/Model/GenericBinding.cs Source
ZeroInstall.Store/Model/Group.cs Source
ZeroInstall.Store/Model/Icon.cs Source
ZeroInstall.Store/Model/Implementation.cs Source
ZeroInstall.Store/Model/ImplementationBase.cs Source
ZeroInstall.Store/Model/ImplementationVersion.cs Source
ZeroInstall.Store/Model/InterfaceReference.cs Source
ZeroInstall.Store/Model/InvalidInterfaceIDException.cs Source
ZeroInstall.Store/Model/ManifestDigest.cs Source
ZeroInstall.Store/Model/ManifestDigestPartialEqualityComparer.cs Source
ZeroInstall.Store/Model/ModelUtils.cs Source
ZeroInstall.Store/Model/OverlayBinding.cs Source
ZeroInstall.Store/Model/PackageImplementation.cs Source
ZeroInstall.Store/Model/Preferences/FeedPreferences.cs Source
ZeroInstall.Store/Model/Preferences/ImplementationPreferences.cs Source
ZeroInstall.Store/Model/Preferences/InterfacePreferences.cs Source
ZeroInstall.Store/Model/Recipe.cs Source
ZeroInstall.Store/Model/RemoveStep.cs Source
ZeroInstall.Store/Model/RenameStep.cs Source
ZeroInstall.Store/Model/Requirements.cs Source
ZeroInstall.Store/Model/Restriction.cs Source
ZeroInstall.Store/Model/RetrievalMethod.cs Source
ZeroInstall.Store/Model/Runner.cs Source
ZeroInstall.Store/Model/Selection/ImplementationSelection.cs Source
ZeroInstall.Store/Model/Selection/SelectionCandidate.cs Source
ZeroInstall.Store/Model/Selection/Selections.cs Source
ZeroInstall.Store/Model/SingleFile.cs Source
ZeroInstall.Store/Model/TargetBase.cs Source
ZeroInstall.Store/Model/VersionDottedList.cs Source
ZeroInstall.Store/Model/VersionPart.cs Source
ZeroInstall.Store/Model/VersionRange.cs Source
ZeroInstall.Store/Model/VersionRangePart.cs Source
ZeroInstall.Store/Model/WorkingDir.cs Source
ZeroInstall.Store/Model/XmlUnknown.cs Source
ZeroInstall.Store/Properties/Resources.Designer.cs Source
ZeroInstall.Store/Trust/Domain.cs Source
ZeroInstall.Store/Trust/GnuPG.cs Source
ZeroInstall.Store/Trust/Key.cs Source
ZeroInstall.Store/Trust/OpenPgpFactory.cs Source
ZeroInstall.Store/Trust/OpenPgpSecretKey.cs Source
ZeroInstall.Store/Trust/OpenPgpSignature.cs Source
ZeroInstall.Store/Trust/SignatureException.cs Source
ZeroInstall.Store/Trust/TrustDB.cs Source
ZeroInstall.Store/Trust/WrongPassphraseException.cs Source