Downloads:
576
Downloads of v 1.0.0:
576
Last Update:
26 Apr 2019
Package Maintainer(s):
Software Author(s):
- tiksn
Tags:
leveret calculator mond- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Leveret
- 1
- 2
- 3
1.0.0 | Updated: 26 Apr 2019
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
576
Downloads of v 1.0.0:
576
Maintainer(s):
Software Author(s):
- tiksn
Leveret 1.0.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by tiksn. The inclusion of tiksn trademark(s), if any, upon this webpage is solely to identify tiksn goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Leveret, run the following command from the command line or from PowerShell:
To upgrade Leveret, run the following command from the command line or from PowerShell:
To uninstall Leveret, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download leveret --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade leveret -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade leveret -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install leveret
win_chocolatey:
name: leveret
version: '1.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'leveret' do
action :install
source 'INTERNAL REPO URL'
version '1.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller leveret
{
Name = "leveret"
Version = "1.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'leveret':
ensure => '1.0.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 22 Aug 2020.
Uses Mond programming langauge as calculation input
From: https://github.com/tiksn/Leveret/blob/develop/LICENSE
LICENSE
MIT License
Copyright (c) 2019 Tigran TIKSN Torosyan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
I am the developer/author of this software
For verification Get-FileHash can be used
Here are the HASHs
File Hash: win7x64.zip - SHA256 - 60D41375143E6E4B79274C3EB585B4914DE961E2DB9102649F12B870CEBBE873
File Hash: win7x86.zip - SHA256 - 7940D57CB0DA730C567BEA185DB3D7CC3DF26AD40E06CC9F8B37AF1AD39EF4E1
md5: 8AFF6FDC162477E44F1A97608C6406A5 | sha1: 797860AC369D7C6EE39FD0D60881BF8EE24A54A1 | sha256: 60D41375143E6E4B79274C3EB585B4914DE961E2DB9102649F12B870CEBBE873 | sha512: B95044C795A22EF6F7750B5DA12367970270428BD87DEA51C3AF8539092418A9EA5CB4BCCCF3CC26274B24CC530C2B6C5518E704817ADAFD0E74EDF8647014C8
md5: 7E79AC5ABFC97211BEF3ED7F0CC6D7E0 | sha1: 0B8CB71FBDA509FD037C92F495B81AF91D2F8F2A | sha256: 7940D57CB0DA730C567BEA185DB3D7CC3DF26AD40E06CC9F8B37AF1AD39EF4E1 | sha512: 804928B6E53F17713218872CD85F675B68B12FAD5C46CDE6038CEFAF41C297D95413FA47CDDAF22DD934E5663236AE9B2AD2417B08BCB8BC7DA858DDCCB0C59E
Log in or click on link to see number of positives.
- System.Text.Encoding.CodePages.dll (44d99aa44d84) - ## / 64
- System.Text.Encodings.Web.dll (1d1e286b59fe) - ## / 65
- Microsoft.AspNetCore.Http.Abstractions.dll (433e47356f25) - ## / 65
- Microsoft.AspNetCore.Http.Features.dll (95612a3dcde0) - ## / 63
- Microsoft.Extensions.PlatformAbstractions.dll (d4f515a2f586) - ## / 71
- Serilog.Extensions.Logging.dll (b8186d6de003) - ## / 63
- Microsoft.DiaSymReader.Native.amd64.dll (95f301012ed0) - ## / 70
- Microsoft.DiaSymReader.Native.x86.dll (f21da9fb831a) - ## / 72
- api-ms-win-core-console-l1-1-0.dll (9f3608c15c5d) - ## / 71
- api-ms-win-core-datetime-l1-1-0.dll (3b68d7ab0641) - ## / 71
- api-ms-win-core-debug-l1-1-0.dll (55574f9e80d3) - ## / 71
- api-ms-win-core-errorhandling-l1-1-0.dll (b3715112a7ca) - ## / 71
- api-ms-win-core-file-l1-1-0.dll (56de091efe46) - ## / 71
- api-ms-win-core-file-l1-2-0.dll (322d963d2a2a) - ## / 71
- api-ms-win-core-file-l2-1-0.dll (1ea267a2e628) - ## / 71
- api-ms-win-core-handle-l1-1-0.dll (8ee2de377a04) - ## / 70
- api-ms-win-core-heap-l1-1-0.dll (87a5c5475e9c) - ## / 69
- api-ms-win-core-interlocked-l1-1-0.dll (5cd00ff47316) - ## / 71
- api-ms-win-core-libraryloader-l1-1-0.dll (8e01eb923fc4) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (a07cc878ab55) - ## / 70
- api-ms-win-core-memory-l1-1-0.dll (c2e887a17875) - ## / 71
- api-ms-win-core-namedpipe-l1-1-0.dll (593fa2aa2474) - ## / 71
- api-ms-win-core-processenvironment-l1-1-0.dll (ea2972fec123) - ## / 71
- api-ms-win-core-processthreads-l1-1-0.dll (a1221836731c) - ## / 71
- api-ms-win-core-processthreads-l1-1-1.dll (fe760614903e) - ## / 71
- api-ms-win-core-profile-l1-1-0.dll (9e98b03a3ca1) - ## / 71
- api-ms-win-core-rtlsupport-l1-1-0.dll (cdc4cfebf9cb) - ## / 71
- api-ms-win-core-string-l1-1-0.dll (854db7d2085c) - ## / 68
- api-ms-win-core-synch-l1-1-0.dll (50a1542d16b4) - ## / 71
- api-ms-win-core-synch-l1-2-0.dll (59c14541107f) - ## / 71
- api-ms-win-core-sysinfo-l1-1-0.dll (8310d855398f) - ## / 71
- api-ms-win-core-timezone-l1-1-0.dll (48eb5b52227b) - ## / 71
- api-ms-win-core-util-l1-1-0.dll (a41bede183fa) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (d5960c7356e8) - ## / 71
- api-ms-win-crt-convert-l1-1-0.dll (83678f181f46) - ## / 54
- api-ms-win-crt-environment-l1-1-0.dll (f7c6c7ea22ed) - ## / 71
- api-ms-win-crt-filesystem-l1-1-0.dll (610332203d29) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (af47aebe065a) - ## / 71
- api-ms-win-crt-locale-l1-1-0.dll (b3b6ee98aca1) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (a25d0654deb0) - ## / 71
- api-ms-win-crt-multibyte-l1-1-0.dll (dff24441df89) - ## / 71
- api-ms-win-crt-private-l1-1-0.dll (adbb658dd1cb) - ## / 71
- api-ms-win-crt-process-l1-1-0.dll (fc50a37acc35) - ## / 71
- api-ms-win-crt-runtime-l1-1-0.dll (371a44ab9161) - ## / 71
- api-ms-win-crt-stdio-l1-1-0.dll (0189cbd84dea) - ## / 71
- api-ms-win-crt-string-l1-1-0.dll (885309eb86dc) - ## / 71
- api-ms-win-crt-time-l1-1-0.dll (00ac02d39b7b) - ## / 71
- api-ms-win-crt-utility-l1-1-0.dll (984306a3547b) - ## / 71
- Microsoft.Win32.SystemEvents.dll (c5170806446f) - ## / 66
- System.Drawing.Common.dll (9ad0d08a55ec) - ## / 71
- ucrtbase.dll (8a91052ef261) - ## / 71
- api-ms-win-core-console-l1-1-0.dll (24b07028c1e3) - ## / 63
- api-ms-win-core-datetime-l1-1-0.dll (c64b7c6400e9) - ## / 72
- api-ms-win-core-debug-l1-1-0.dll (7e4cba620b87) - ## / 72
- api-ms-win-core-errorhandling-l1-1-0.dll (f8e3b45fd3e2) - ## / 72
- api-ms-win-core-file-l1-1-0.dll (1d1c11fc1ad1) - ## / 72
- api-ms-win-core-file-l1-2-0.dll (9f7bda59faaf) - ## / 71
- api-ms-win-core-file-l2-1-0.dll (ae5e73416eb6) - ## / 72
- api-ms-win-core-handle-l1-1-0.dll (dba84e704ffe) - ## / 72
- api-ms-win-core-heap-l1-1-0.dll (535e9d20f00a) - ## / 69
- api-ms-win-core-interlocked-l1-1-0.dll (4997fda5d0e9) - ## / 72
- api-ms-win-core-libraryloader-l1-1-0.dll (2dd4ebaa12cb) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (a7fa48de6c06) - ## / 68
- api-ms-win-core-memory-l1-1-0.dll (ec5734313383) - ## / 72
- api-ms-win-core-namedpipe-l1-1-0.dll (dbd788b1c569) - ## / 71
- api-ms-win-core-processenvironment-l1-1-0.dll (9f1f26794fd6) - ## / 72
- api-ms-win-core-processthreads-l1-1-0.dll (4f187f1b4b14) - ## / 72
- api-ms-win-core-processthreads-l1-1-1.dll (ff9b51aff7fb) - ## / 72
- api-ms-win-core-profile-l1-1-0.dll (f941c232964d) - ## / 72
- api-ms-win-core-rtlsupport-l1-1-0.dll (966a38ed7034) - ## / 72
- api-ms-win-core-string-l1-1-0.dll (339966ae7567) - ## / 72
- api-ms-win-core-synch-l1-1-0.dll (cc76a4e82e0e) - ## / 71
- api-ms-win-core-synch-l1-2-0.dll (758a2f9ef690) - ## / 71
- api-ms-win-core-sysinfo-l1-1-0.dll (f94210b39cdc) - ## / 63
- api-ms-win-core-timezone-l1-1-0.dll (b5c725bbb475) - ## / 70
- api-ms-win-core-util-l1-1-0.dll (34c5dee6d566) - ## / 69
- api-ms-win-crt-conio-l1-1-0.dll (a95b1af74623) - ## / 72
- api-ms-win-crt-convert-l1-1-0.dll (b7c3ebc36c84) - ## / 72
- api-ms-win-crt-environment-l1-1-0.dll (56d8b7ee7619) - ## / 72
- api-ms-win-crt-filesystem-l1-1-0.dll (ac0cec864434) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (675b1b82dd48) - ## / 72
- api-ms-win-crt-locale-l1-1-0.dll (8b543b1bb241) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (39723e61c987) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (a6b83b764555) - ## / 72
- api-ms-win-crt-private-l1-1-0.dll (dc25a882ac45) - ## / 72
- api-ms-win-crt-process-l1-1-0.dll (707c9a384440) - ## / 72
- api-ms-win-crt-runtime-l1-1-0.dll (1ee8e99190cc) - ## / 72
- api-ms-win-crt-stdio-l1-1-0.dll (7bcab4ca00fb) - ## / 70
- api-ms-win-crt-string-l1-1-0.dll (73ab2161a770) - ## / 72
- api-ms-win-crt-time-l1-1-0.dll (4d0f0ea6e847) - ## / 72
- api-ms-win-crt-utility-l1-1-0.dll (7e6b33a4c0c8) - ## / 72
- ucrtbase.dll (6f8f05993b8a) - ## / 72
- System.Runtime.CompilerServices.Unsafe.dll (d5b5be62ebbe) - ## / 72
- System.CodeDom.dll (5aec78c69334) - ## / 70
- Remotion.Linq.dll (c3ec77926876) - ## / 73
- Newtonsoft.Json.dll (04f79700c4d9) - ## / 68
- Microsoft.Extensions.Configuration.Abstractions.dll (32ccdb2ab434) - ## / 68
- Microsoft.Extensions.Configuration.Binder.dll (8d0bbbd3da37) - ## / 63
- Microsoft.Extensions.Configuration.dll (5971ca80cf7e) - ## / 66
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (4cbafb5c80b1) - ## / 72
- Microsoft.Extensions.DependencyInjection.dll (4d3b9c60fed4) - ## / 70
- Microsoft.Extensions.Logging.Abstractions.dll (ce4721eb7591) - ## / 68
- Microsoft.Extensions.Logging.dll (9cb78661a77f) - ## / 65
- Microsoft.Extensions.Options.dll (123766d210b9) - ## / 71
- Microsoft.Extensions.Primitives.dll (42bbc209a1a3) - ## / 72
- Microsoft.Extensions.FileSystemGlobbing.dll (5afac60a95dd) - ## / 67
- Microsoft.Extensions.FileProviders.Abstractions.dll (5a4e55aa9c0f) - ## / 68
- Microsoft.Extensions.FileProviders.Physical.dll (69e686e91dee) - ## / 62
- Leveret.1.0.0.nupkg (8354ca808c17) - ## / 61
- win7x64.zip (60d41375143e) - ## / 54
- win7x86.zip (7940d57cb0da) - ## / 63
- Autofac.dll (0c3bc677f932) - ## / 62
- Autofac.Extensions.DependencyInjection.dll (28c65ec8949c) - ## / 64
- Avalonia.Animation.dll (16003c328877) - ## / 68
- Avalonia.Base.dll (78667e3123d8) - ## / 66
- Avalonia.Controls.dll (4eb471888f2a) - ## / 64
- Avalonia.DesignerSupport.dll (c728c34f2632) - ## / 66
- Avalonia.Desktop.dll (1e5e8b553e33) - ## / 70
- Avalonia.DesktopRuntime.dll (59ed87b4a9b2) - ## / 69
- Avalonia.Diagnostics.dll (61b7f3856ff8) - ## / 64
- Avalonia.Direct2D1.dll (01d610a7285c) - ## / 70
- Avalonia.dll (864afc55ea80) - ## / 71
- Avalonia.Input.dll (c404f56fd865) - ## / 64
- Avalonia.Interactivity.dll (efc04d1b2672) - ## / 67
- Avalonia.Layout.dll (83e1ea8195ca) - ## / 70
- Avalonia.Logging.Serilog.dll (3648ee43e5e9) - ## / 69
- Avalonia.Markup.dll (aae7c4b118dd) - ## / 70
- Avalonia.Markup.Xaml.dll (fda860b3abe8) - ## / 70
- Avalonia.Native.dll (00397e531c32) - ## / 70
- Avalonia.OpenGL.dll (9315ba872db4) - ## / 70
- Avalonia.ReactiveUI.dll (12b4084acdbe) - ## / 70
- Avalonia.Remote.Protocol.dll (27b2fc5099e5) - ## / 67
- Avalonia.Skia.dll (69a2055c4013) - ## / 65
- Avalonia.Styling.dll (f0065f888e23) - ## / 65
- Avalonia.Themes.Default.dll (54173f8d399f) - ## / 65
- Avalonia.Visuals.dll (16239aef04a4) - ## / 65
- Avalonia.Win32.dll (ba6124fc7a24) - ## / 67
- Avalonia.X11.dll (5e38b7960e20) - ## / 67
- Bond.Attributes.dll (5a2b593f197c) - ## / 72
- Bond.dll (16a54eef7a06) - ## / 71
- Bond.IO.dll (85085537d4ea) - ## / 72
- Bond.JSON.dll (f9712e2cc360) - ## / 71
- Bond.Reflection.dll (9452b532b69d) - ## / 70
- clrcompression.dll (b06b8ab186bb) - ## / 67
- clretwrc.dll (86d8ea046881) - ## / 66
- clrjit.dll (89a749256785) - ## / 61
- ConsoleTables.dll (7ce0661fa15a) - ## / 72
- coreclr.dll (f28e44d8f6db) - ## / 67
- dbgshim.dll (6989a91a81ae) - ## / 67
- DnsClient.dll (8f564aea1cd4) - ## / 71
- DynamicData.dll (c92bc30df447) - ## / 69
- Exceptionless.Signed.dll (d626dc24b3f5) - ## / 70
- FluentValidation.dll (54c9b39a5f9c) - ## / 70
- hostfxr.dll (650011a53251) - ## / 67
- hostpolicy.dll (46c4c089c5a5) - ## / 70
- JetBrains.Annotations.dll (b572437d9e9f) - ## / 51
- Lambda2Js.Signed.dll (bca2b1dcd07e) - ## / 65
- Leveret.dll (ae64cb0a4595) - ## / 72
- Leveret.exe (ab1a5fffcdcd) - ## / 72
- libSkiaSharp.dll (4435cd6fcb26) - ## / 70
- LiteDB.dll (aa525f4d49a1) - ## / 66
- MediatR.dll (3e9c928f7b62) - ## / 70
- MediatR.Extensions.Microsoft.DependencyInjection.dll (5635d3d2cd74) - ## / 70
- Microsoft.ApplicationInsights.dll (4a7896d1df2c) - ## / 71
- Microsoft.AspNetCore.Hosting.Abstractions.dll (4a6736bcc5f8) - ## / 67
- Microsoft.AspNetCore.Hosting.Server.Abstractions.dll (06bcfea14f34) - ## / 67
- Microsoft.CSharp.dll (2e3a92d3fa24) - ## / 69
- Microsoft.EntityFrameworkCore.Abstractions.dll (442b66771d17) - ## / 64
- Microsoft.EntityFrameworkCore.dll (214b76529f73) - ## / 70
- Microsoft.EntityFrameworkCore.Relational.dll (eb8551512bd7) - ## / 70
- Microsoft.Extensions.Caching.Abstractions.dll (ec8ff200bf21) - ## / 74
- Microsoft.Extensions.Caching.Memory.dll (a22c63ed32c7) - ## / 74
- Microsoft.Extensions.Configuration.CommandLine.dll (9d20cf9a781f) - ## / 61
- Microsoft.Extensions.Localization.Abstractions.dll (110b57c4a4d2) - ## / 69
- Microsoft.Extensions.Localization.dll (b1ce43043285) - ## / 70
- Microsoft.Extensions.Logging.Configuration.dll (a8c77c083131) - ## / 61
- Microsoft.Extensions.Logging.Console.dll (c10ec1d9fdbd) - ## / 59
- Microsoft.Extensions.Logging.Debug.dll (8af1c0fb39c2) - ## / 66
- Microsoft.Extensions.Options.ConfigurationExtensions.dll (2a8b0e205c47) - ## / 59
- Microsoft.VisualBasic.dll (936e9d0c575a) - ## / 68
- Microsoft.Win32.Primitives.dll (a9409ce0eed0) - ## / 68
- Microsoft.Win32.Registry.dll (1f82c8c66cae) - ## / 64
- Microsoft.WindowsAzure.Storage.dll (8dbe9936122d) - ## / 67
- Mond.dll (bde70a91440d) - ## / 70
- MongoDB.Bson.dll (fadec1d0726e) - ## / 71
- MongoDB.Driver.Core.dll (b2d567db187e) - ## / 70
- MongoDB.Driver.dll (917177b609af) - ## / 69
- MongoDB.Driver.GridFS.dll (215becb61056) - ## / 72
- mscordaccore.dll (cd73953a1874) - ## / 65
- mscordbi.dll (e7e03d8b5d73) - ## / 65
- mscorlib.dll (9fd08b617818) - ## / 66
- mscorrc.debug.dll (eddae4f45138) - ## / 70
- mscorrc.dll (aa5b21295293) - ## / 66
- MsgPack.dll (c7fe37ad6703) - ## / 70
- netstandard.dll (5f1abe45cb67) - ## / 70
- Nito.AsyncEx.Context.dll (0753a7935c29) - ## / 72
- Nito.AsyncEx.Tasks.dll (40e1ca81b6ad) - ## / 70
- Nito.Disposables.dll (9d1a13c84a6c) - ## / 67
- NLog.dll (207ff3754f04) - ## / 68
- NLog.Extensions.Logging.dll (d37d6f681646) - ## / 70
- NoDb.dll (d65cc35cb50d) - ## / 71
- NuGet.Versioning.dll (002e3e2c24fa) - ## / 70
- Raven.Client.dll (2afc2196046e) - ## / 62
- ReactiveUI.dll (a5eab053da99) - ## / 72
- Serilog.dll (122feff8b159) - ## / 68
- Serilog.Sinks.Debug.dll (41293ae0d8e4) - ## / 67
- Serilog.Sinks.Trace.dll (60b5c5fe5153) - ## / 70
- SharpDX.Direct2D1.dll (2631b41cda8a) - ## / 71
- SharpDX.Direct3D11.dll (903639213696) - ## / 69
- SharpDX.dll (504f38901bce) - ## / 71
- SharpDX.DXGI.dll (323439417c92) - ## / 69
- SharpGen.Runtime.COM.dll (ca09961aa34b) - ## / 71
- SharpGen.Runtime.dll (c11af342090b) - ## / 70
- ShellProgressBar.dll (bd7007117e63) - ## / 64
- SkiaSharp.dll (b31548df1cdd) - ## / 62
- sos.dll (fa3b625a9ed6) - ## / 66
- SOS.NETCore.dll (4d261b95bcb7) - ## / 65
- Sparrow.dll (78dd81cd9ed9) - ## / 69
- Splat.dll (50a8d55d540c) - ## / 70
- System.AppContext.dll (873f3e7d6147) - ## / 70
- System.Buffers.dll (263980094ca4) - ## / 65
- System.Collections.Concurrent.dll (881acdf0a8bc) - ## / 66
- System.Collections.dll (f128846445ad) - ## / 65
- System.Collections.Immutable.dll (7112e8e6aca8) - ## / 66
- System.Collections.NonGeneric.dll (d7ce768b3eda) - ## / 70
- System.Collections.Specialized.dll (b5f60e7cc520) - ## / 66
- System.ComponentModel.Annotations.dll (5b0576765274) - ## / 70
- System.ComponentModel.DataAnnotations.dll (6dd79440f9ba) - ## / 65
- System.ComponentModel.dll (21b068acc7a2) - ## / 66
- System.ComponentModel.EventBasedAsync.dll (0cc78c23de58) - ## / 66
- System.ComponentModel.Primitives.dll (862d5212f90a) - ## / 66
- System.ComponentModel.TypeConverter.dll (0354cc50f2ea) - ## / 70
- System.Configuration.dll (7e884435d239) - ## / 70
- System.Console.dll (6e49996cabc7) - ## / 70
- System.Core.dll (354f17fc57af) - ## / 70
- System.Data.Common.dll (b0be3c0f9c4a) - ## / 68
- System.Data.dll (7663a18a9be9) - ## / 67
- System.Diagnostics.Contracts.dll (da31458c0656) - ## / 68
- System.Diagnostics.Debug.dll (fa23b7a82af3) - ## / 67
- System.Diagnostics.DiagnosticSource.dll (0e416d7679d8) - ## / 68
- System.Diagnostics.FileVersionInfo.dll (bf7e17cd36a3) - ## / 68
- System.Diagnostics.Process.dll (f232e09fc149) - ## / 69
- System.Diagnostics.StackTrace.dll (6f4aa0872835) - ## / 66
- System.Diagnostics.TextWriterTraceListener.dll (07ef448282a8) - ## / 65
- System.Diagnostics.Tools.dll (eb29eb617be3) - ## / 65
- System.Diagnostics.TraceSource.dll (d3fab36792d4) - ## / 69
- System.Diagnostics.Tracing.dll (886791e81f5d) - ## / 69
- System.dll (321151a6856b) - ## / 69
- System.Drawing.dll (c825043a8560) - ## / 69
- System.Drawing.Primitives.dll (b29296634963) - ## / 69
- System.Dynamic.Runtime.dll (b4816ad83f09) - ## / 66
- System.Globalization.Calendars.dll (03ab7bf384c3) - ## / 69
- System.Globalization.dll (283de8704343) - ## / 69
- System.Globalization.Extensions.dll (a6c9de78628e) - ## / 65
- System.Interactive.Async.dll (3794a56091e9) - ## / 72
- System.Interactive.dll (98a92af0eb10) - ## / 72
- System.IO.Compression.Brotli.dll (851bf7f9da0c) - ## / 66
- System.IO.Compression.dll (ab43d738d176) - ## / 69
- System.IO.Compression.FileSystem.dll (41c35911b106) - ## / 69
- System.IO.Compression.ZipFile.dll (ffdd756062fb) - ## / 69
- System.IO.dll (329a12a889cc) - ## / 69
- System.IO.FileSystem.AccessControl.dll (2d8127228480) - ## / 69
- System.IO.FileSystem.dll (3638a8a486a2) - ## / 69
- System.IO.FileSystem.DriveInfo.dll (75c8ef4204cf) - ## / 65
- System.IO.FileSystem.Primitives.dll (c20247f6a9e8) - ## / 65
- System.IO.FileSystem.Watcher.dll (80bd27c09595) - ## / 69
- System.IO.IsolatedStorage.dll (b1f8a78b8b7d) - ## / 70
- System.IO.MemoryMappedFiles.dll (bc65ffdd66b1) - ## / 65
- System.IO.Pipes.AccessControl.dll (3bb42dde388f) - ## / 65
- System.IO.Pipes.dll (8785b483491b) - ## / 70
- System.IO.UnmanagedMemoryStream.dll (3ce773e4f375) - ## / 70
- System.Linq.dll (3596741c4bb2) - ## / 71
- System.Linq.Expressions.dll (7a72802f4411) - ## / 70
- System.Linq.Parallel.dll (b2190d4f0c51) - ## / 69
- System.Linq.Queryable.dll (d7adb0641f44) - ## / 69
- System.Management.Automation.dll (4079aaf1c6c1) - ## / 69
- System.Memory.dll (5303c1486d5d) - ## / 71
- System.Net.dll (e4b55da472e0) - ## / 69
- System.Net.Http.dll (3bd4ccce9937) - ## / 69
- System.Net.HttpListener.dll (a980ff77e07f) - ## / 69
- System.Net.Mail.dll (1a30498cdc13) - ## / 71
- System.Net.NameResolution.dll (e95f0b75bedf) - ## / 70
- System.Net.NetworkInformation.dll (cfe14bbf8209) - ## / 70
- System.Net.Ping.dll (0304589d381e) - ## / 69
- System.Net.Primitives.dll (a1be8b9e9476) - ## / 70
- System.Net.Requests.dll (0996f594e5a3) - ## / 69
- System.Net.Security.dll (d77a268ff1ba) - ## / 70
- System.Net.ServicePoint.dll (e8e36777f451) - ## / 70
- System.Net.Sockets.dll (404066764d7c) - ## / 65
- System.Net.WebClient.dll (7ae6139c227a) - ## / 65
- System.Net.WebHeaderCollection.dll (c63ba3284b08) - ## / 66
- System.Net.WebProxy.dll (a56bef9d5062) - ## / 69
- System.Net.WebSockets.Client.dll (a4532e053034) - ## / 67
- System.Net.WebSockets.dll (03a56ddf611a) - ## / 65
- System.Numerics.dll (148a71cecb31) - ## / 65
- System.Numerics.Vectors.dll (3f3cfb1cf468) - ## / 65
- System.ObjectModel.dll (17c7884a9691) - ## / 67
- System.Private.CoreLib.dll (170429e7a05d) - ## / 65
- System.Private.DataContractSerialization.dll (d1747c9de42d) - ## / 67
- System.Private.Uri.dll (e2031cb2961a) - ## / 71
- System.Private.Xml.dll (11c8428a62b8) - ## / 67
- System.Private.Xml.Linq.dll (b3fb6f3d0ec4) - ## / 70
- System.Reactive.dll (aeacde049e37) - ## / 70
- System.Reflection.DispatchProxy.dll (2b880078f3d7) - ## / 70
- System.Reflection.dll (5758e0f64a9e) - ## / 70
- System.Reflection.Emit.dll (c49394849ea2) - ## / 71
- System.Reflection.Emit.ILGeneration.dll (0a78308ed459) - ## / 71
- System.Reflection.Emit.Lightweight.dll (71bbac8f5971) - ## / 71
- System.Reflection.Extensions.dll (620e02110cab) - ## / 71
- System.Reflection.Metadata.dll (aeac05cd4fda) - ## / 70
- System.Reflection.Primitives.dll (34032f233701) - ## / 65
- System.Reflection.TypeExtensions.dll (78d2f18d8a41) - ## / 70
- System.Resources.Reader.dll (827dd4aa9d74) - ## / 70
- System.Resources.ResourceManager.dll (275464b943a6) - ## / 69
- System.Resources.Writer.dll (9ef381a4f7a7) - ## / 70
- System.Runtime.CompilerServices.VisualC.dll (33e24408eeb9) - ## / 66
- System.Runtime.dll (06c41360d656) - ## / 65
- System.Runtime.Extensions.dll (4dd86ecf02ef) - ## / 65
- System.Runtime.Handles.dll (50849924e7d2) - ## / 66
- System.Runtime.InteropServices.dll (805095ce54ed) - ## / 66
- System.Runtime.InteropServices.RuntimeInformation.dll (4de83ba21046) - ## / 70
- System.Runtime.InteropServices.WindowsRuntime.dll (e34b5e514077) - ## / 66
- System.Runtime.Loader.dll (a861d5f9a62f) - ## / 67
- System.Runtime.Numerics.dll (a324416b267b) - ## / 65
- System.Runtime.Serialization.dll (cf4e3b353e45) - ## / 66
- System.Runtime.Serialization.Formatters.dll (7ae008b8f7e6) - ## / 65
- System.Runtime.Serialization.Json.dll (b43622d8cfe1) - ## / 65
- System.Runtime.Serialization.Primitives.dll (2cc21a0195c7) - ## / 65
- System.Runtime.Serialization.Xml.dll (470104865bb8) - ## / 65
- System.Security.AccessControl.dll (cdaa339e7bdf) - ## / 66
- System.Security.Claims.dll (6fbe5385b2b2) - ## / 66
- System.Security.Cryptography.Algorithms.dll (15207768819c) - ## / 66
- System.Security.Cryptography.Cng.dll (ddd272f54189) - ## / 66
- System.Security.Cryptography.Csp.dll (253852b376aa) - ## / 66
- System.Security.Cryptography.Encoding.dll (015add1e4607) - ## / 66
- System.Security.Cryptography.OpenSsl.dll (abe815f28ed5) - ## / 65
- System.Security.Cryptography.Primitives.dll (25c5fcbf71f8) - ## / 66
- System.Security.Cryptography.X509Certificates.dll (de91a876a0f1) - ## / 66
- System.Security.dll (64eb7d39dd66) - ## / 66
- System.Security.Principal.dll (f454c32afa0e) - ## / 66
- System.Security.Principal.Windows.dll (4d6e3f2e5d44) - ## / 66
- System.Security.SecureString.dll (f6ccc98b5b36) - ## / 70
- System.ServiceModel.Web.dll (5878883cd654) - ## / 70
- System.ServiceProcess.dll (a550cd24d174) - ## / 70
- System.Text.Encoding.dll (4dfa00d52c6a) - ## / 65
- System.Text.Encoding.Extensions.dll (b38f89fa711a) - ## / 70
- System.Text.RegularExpressions.dll (ba03cf9009e8) - ## / 70
- System.Threading.dll (1f8cf03c56ac) - ## / 70
- System.Threading.Overlapped.dll (5db8726a2856) - ## / 65
- System.Threading.Tasks.Dataflow.dll (c9925ff396cd) - ## / 70
- System.Threading.Tasks.dll (f72fed528b11) - ## / 70
- System.Threading.Tasks.Extensions.dll (9c6b5ab684d2) - ## / 65
- System.Threading.Tasks.Parallel.dll (912647c8cf30) - ## / 70
- System.Threading.Thread.dll (76a2069727a4) - ## / 70
- System.Threading.ThreadPool.dll (4d96ff41053d) - ## / 65
- System.Threading.Timer.dll (99e9ff3efb2c) - ## / 70
- System.Transactions.dll (01ab23c84a06) - ## / 70
- System.Transactions.Local.dll (6c1472e32fe5) - ## / 70
- System.ValueTuple.dll (dc3d7b405d17) - ## / 65
- System.Web.dll (15f2bc4e7dff) - ## / 66
- System.Web.HttpUtility.dll (bfbbd3fff0d9) - ## / 66
- System.Windows.dll (23f39102de75) - ## / 66
- System.Xml.dll (a0c830b9071e) - ## / 70
- System.Xml.Linq.dll (05d71b1f36c3) - ## / 66
- System.Xml.ReaderWriter.dll (dbb833fdfe9e) - ## / 66
- System.Xml.Serialization.dll (6ac775079578) - ## / 66
- System.Xml.XDocument.dll (fa6c87bba884) - ## / 66
- System.Xml.XmlDocument.dll (619784423976) - ## / 65
- System.Xml.XmlSerializer.dll (858bed467ea6) - ## / 65
- System.Xml.XPath.dll (d2d46419bc00) - ## / 66
- System.Xml.XPath.XDocument.dll (4f23f3e9f92a) - ## / 65
- TIKSN.Core.dll (d8b3c1f5043a) - ## / 69
- TIKSN.Framework.Core.dll (b60b2a7fec87) - ## / 71
- TIKSN.LanguageLocalization.dll (cda4ece14392) - ## / 69
- TIKSN.Leveret.BusinessLogic.dll (200c392d1905) - ## / 70
- TIKSN.RegionLocalization.dll (fc755945c2a0) - ## / 70
- WindowsBase.dll (744fabd1167a) - ## / 66
- API-MS-Win-core-xstate-l2-1-0.dll (3a252db162aa) - ## / 72
- clrcompression.dll (b84f033e7a3b) - ## / 70
- clretwrc.dll (6206cc1539d8) - ## / 72
- clrjit.dll (f7805b9bd0ad) - ## / 72
- coreclr.dll (aadcc4aacf53) - ## / 71
- dbgshim.dll (5a475a5d2994) - ## / 70
- hostfxr.dll (e613671acfa7) - ## / 71
- hostpolicy.dll (6cee737e5540) - ## / 68
- Leveret.dll (af1274491b11) - ## / 72
- Leveret.exe (282120285a4b) - ## / 71
- libSkiaSharp.dll (3524d6f652e2) - ## / 71
- Microsoft.CSharp.dll (7d0669b386a3) - ## / 70
- Microsoft.VisualBasic.dll (e45643755ddf) - ## / 70
- Microsoft.Win32.Primitives.dll (c81d112f71f6) - ## / 70
- Microsoft.Win32.Registry.dll (f9c19aea1e95) - ## / 70
- mscordaccore.dll (62586f663067) - ## / 67
- mscordbi.dll (db452db5dda5) - ## / 71
- mscorlib.dll (aa71001b68f8) - ## / 72
- mscorrc.debug.dll (ed11df83b057) - ## / 70
- mscorrc.dll (48d986b79c1a) - ## / 70
- netstandard.dll (34525f8d244c) - ## / 70
- sos.dll (9a53efb0db0c) - ## / 69
- SOS.NETCore.dll (3972d9194bda) - ## / 71
- System.AppContext.dll (c4b23b8dad5e) - ## / 71
- System.Buffers.dll (57f42d9f5502) - ## / 70
- System.Collections.Concurrent.dll (70fe22d12fcc) - ## / 72
- System.Collections.dll (ae56744552ff) - ## / 68
- System.Collections.Immutable.dll (da85edfacea5) - ## / 71
- System.Collections.NonGeneric.dll (df7cc9f9e12c) - ## / 71
- System.Collections.Specialized.dll (4c916f167eda) - ## / 70
- System.ComponentModel.Annotations.dll (d250a2b0a660) - ## / 69
- System.ComponentModel.DataAnnotations.dll (177c2cdfe869) - ## / 71
- System.ComponentModel.dll (ca4f81c4f054) - ## / 70
- System.ComponentModel.EventBasedAsync.dll (04c93e11058c) - ## / 72
- System.ComponentModel.Primitives.dll (990d61081365) - ## / 72
- System.ComponentModel.TypeConverter.dll (e5f1f261fb2e) - ## / 72
- System.Configuration.dll (b8286c8184d4) - ## / 71
- System.Console.dll (d87fcca2969e) - ## / 71
- System.Core.dll (0d1ede372c5d) - ## / 72
- System.Data.Common.dll (e9ac2f616589) - ## / 69
- System.Data.dll (5f69cc55e3da) - ## / 72
- System.Diagnostics.Contracts.dll (705e0300fd1b) - ## / 70
- System.Diagnostics.Debug.dll (2b41265851c2) - ## / 70
- System.Diagnostics.DiagnosticSource.dll (1359a91ad3cd) - ## / 69
- System.Diagnostics.FileVersionInfo.dll (f3948dc72015) - ## / 71
- System.Diagnostics.Process.dll (ac0a3ea61ce2) - ## / 72
- System.Diagnostics.StackTrace.dll (a1e89e8323f4) - ## / 71
- System.Diagnostics.TextWriterTraceListener.dll (767c7ff3f4b0) - ## / 72
- System.Diagnostics.Tools.dll (3974f51b9608) - ## / 71
- System.Diagnostics.TraceSource.dll (6ceb444a221b) - ## / 71
- System.Diagnostics.Tracing.dll (42f18a5d79ae) - ## / 71
- System.dll (12038e692dd2) - ## / 72
- System.Drawing.dll (9699c4521c4c) - ## / 70
- System.Drawing.Primitives.dll (fc4bbfb8bb8c) - ## / 71
- System.Dynamic.Runtime.dll (6a39f0809d3b) - ## / 69
- System.Globalization.Calendars.dll (58e7f3f7060c) - ## / 70
- System.Globalization.dll (4fa7ebc63e2a) - ## / 69
- System.Globalization.Extensions.dll (5c003d739a64) - ## / 71
- System.IO.Compression.Brotli.dll (aadbc1593880) - ## / 71
- System.IO.Compression.dll (b0f8a0a0e5ec) - ## / 71
- System.IO.Compression.FileSystem.dll (8116ea02cd18) - ## / 71
- System.IO.Compression.ZipFile.dll (d3bb78401117) - ## / 70
- System.IO.dll (c4686300cb73) - ## / 70
- System.IO.FileSystem.AccessControl.dll (cf88d4e2d82a) - ## / 71
- System.IO.FileSystem.dll (4810b50554ef) - ## / 69
- System.IO.FileSystem.DriveInfo.dll (8fd87ebe2d64) - ## / 70
- System.IO.FileSystem.Primitives.dll (bf2d4a7cf1ad) - ## / 72
- System.IO.FileSystem.Watcher.dll (7f5eb44b665a) - ## / 71
- System.IO.IsolatedStorage.dll (74278d8ae931) - ## / 72
- System.IO.MemoryMappedFiles.dll (d6bca33cc2a1) - ## / 70
- System.IO.Pipes.AccessControl.dll (c34b564a04b4) - ## / 71
- System.IO.Pipes.dll (4dfd8a7a1e49) - ## / 71
- System.IO.UnmanagedMemoryStream.dll (a167efc88030) - ## / 71
- System.Linq.dll (236fe9291ff8) - ## / 71
- System.Linq.Expressions.dll (12d2c0e3e7ff) - ## / 71
- System.Linq.Parallel.dll (0d8eb5e45f0a) - ## / 71
- System.Linq.Queryable.dll (ef3e9268d2ea) - ## / 72
- System.Memory.dll (e97487009924) - ## / 71
- System.Net.dll (3697a6ac42df) - ## / 72
- System.Net.Http.dll (41c28d9e8b6d) - ## / 70
- System.Net.HttpListener.dll (30a318d771d6) - ## / 71
- System.Net.Mail.dll (2e0963b734c5) - ## / 72
- System.Net.NameResolution.dll (1ed9d7f5b77a) - ## / 70
- System.Net.NetworkInformation.dll (ddd852fa0f94) - ## / 68
- System.Net.Ping.dll (89a38c64b378) - ## / 72
- System.Net.Primitives.dll (729345a318de) - ## / 71
- System.Net.Requests.dll (d6a8c85b3809) - ## / 70
- System.Net.Security.dll (ae2075f00606) - ## / 69
- System.Net.ServicePoint.dll (a134adc9febd) - ## / 71
- System.Net.Sockets.dll (31a2d4704ea9) - ## / 69
- System.Net.WebClient.dll (c7a0b500a721) - ## / 71
- System.Net.WebHeaderCollection.dll (163375835a32) - ## / 72
- System.Net.WebProxy.dll (1918a9471a88) - ## / 70
- System.Net.WebSockets.Client.dll (f4a8a1d8de83) - ## / 71
- System.Net.WebSockets.dll (23f504729e60) - ## / 68
- System.Numerics.dll (10c87cd89836) - ## / 71
- System.Numerics.Vectors.dll (c48c61e1d09d) - ## / 71
- System.ObjectModel.dll (e8600b54958d) - ## / 71
- System.Private.CoreLib.dll (2d20b429f10e) - ## / 71
- System.Private.DataContractSerialization.dll (339720cfd763) - ## / 70
- System.Private.Uri.dll (0259700f9083) - ## / 71
- System.Private.Xml.dll (c086c5c9232b) - ## / 69
- System.Private.Xml.Linq.dll (14d3151bca49) - ## / 68
- System.Reflection.DispatchProxy.dll (9d32f3ae7b3b) - ## / 70
- System.Reflection.dll (b7c17c0f57f8) - ## / 70
- System.Reflection.Emit.dll (3b10d2c79909) - ## / 70
- System.Reflection.Emit.ILGeneration.dll (365a755e9fdf) - ## / 71
- System.Reflection.Emit.Lightweight.dll (b133acc4ccc0) - ## / 69
- System.Reflection.Extensions.dll (bf335bd9e402) - ## / 70
- System.Reflection.Metadata.dll (63fa8cf14164) - ## / 71
- System.Reflection.Primitives.dll (f93bb443a501) - ## / 71
- System.Reflection.TypeExtensions.dll (ffcf3cb76d46) - ## / 70
- System.Resources.Reader.dll (b4a73f4243d1) - ## / 70
- System.Resources.ResourceManager.dll (aa3699df5ea2) - ## / 71
- System.Resources.Writer.dll (fa5e857ee48a) - ## / 71
- System.Runtime.CompilerServices.VisualC.dll (848b530701dd) - ## / 71
- System.Runtime.dll (13b825f58de8) - ## / 71
- System.Runtime.Extensions.dll (bf07c34d2840) - ## / 71
- System.Runtime.Handles.dll (3db10bf0eedd) - ## / 72
- System.Runtime.InteropServices.dll (722bdb5fc0c4) - ## / 70
- System.Runtime.InteropServices.RuntimeInformation.dll (af87e207259f) - ## / 69
- System.Runtime.InteropServices.WindowsRuntime.dll (6f0e7e540714) - ## / 70
- System.Runtime.Loader.dll (0d05e735c8ec) - ## / 71
- System.Runtime.Numerics.dll (00b2bcbf9b86) - ## / 69
- System.Runtime.Serialization.dll (c1d9e9b59503) - ## / 70
- System.Runtime.Serialization.Formatters.dll (1f570cb0c857) - ## / 71
- System.Runtime.Serialization.Json.dll (b65bd70b2783) - ## / 71
- System.Runtime.Serialization.Primitives.dll (a34b052bc01a) - ## / 70
- System.Runtime.Serialization.Xml.dll (e6821a78d1f1) - ## / 68
- System.Security.AccessControl.dll (16b1a01f7d55) - ## / 71
- System.Security.Claims.dll (742651ce51af) - ## / 70
- System.Security.Cryptography.Algorithms.dll (e4f1b352461a) - ## / 71
- System.Security.Cryptography.Cng.dll (4a999e05f84b) - ## / 70
- System.Security.Cryptography.Csp.dll (df96119e7572) - ## / 72
- System.Security.Cryptography.Encoding.dll (e550faa864ea) - ## / 70
- System.Security.Cryptography.OpenSsl.dll (62d67f0f9001) - ## / 70
- System.Security.Cryptography.Primitives.dll (da4a4053ca99) - ## / 70
- System.Security.Cryptography.X509Certificates.dll (589c2164007b) - ## / 71
- System.Security.dll (ee8e0f14206f) - ## / 71
- System.Security.Principal.dll (f4a579cb6c89) - ## / 71
- System.Security.Principal.Windows.dll (fa43e54fbbb5) - ## / 70
- System.Security.SecureString.dll (a5e4207aeb7b) - ## / 71
- System.ServiceModel.Web.dll (a6efdf84a30a) - ## / 71
- System.ServiceProcess.dll (594a987721d2) - ## / 71
- System.Text.Encoding.dll (fe1d9fe2b630) - ## / 69
- System.Text.Encoding.Extensions.dll (8f3b6e40fb74) - ## / 69
- System.Text.RegularExpressions.dll (87cbfab52822) - ## / 72
- System.Threading.dll (9b3d63295a92) - ## / 69
- System.Threading.Overlapped.dll (650ea7f0040d) - ## / 72
- System.Threading.Tasks.Dataflow.dll (aff0ef73dbb5) - ## / 70
- System.Threading.Tasks.dll (d287ee4c38e2) - ## / 70
- System.Threading.Tasks.Extensions.dll (6d395db053e3) - ## / 72
- System.Threading.Tasks.Parallel.dll (44dbf7e5b630) - ## / 71
- System.Threading.Thread.dll (51941ad66c13) - ## / 70
- System.Threading.ThreadPool.dll (7535f6dbdb58) - ## / 71
- System.Threading.Timer.dll (f0f8ee98a96c) - ## / 71
- System.Transactions.dll (ac8aba52aff3) - ## / 70
- System.Transactions.Local.dll (53887b1c9d95) - ## / 69
- System.ValueTuple.dll (49effaebdb51) - ## / 71
- System.Web.dll (e73926812a78) - ## / 72
- System.Web.HttpUtility.dll (7549c23c671c) - ## / 71
- System.Windows.dll (fbe684f84dda) - ## / 69
- System.Xml.dll (41b450ff9777) - ## / 71
- System.Xml.Linq.dll (9f3206399b95) - ## / 72
- System.Xml.ReaderWriter.dll (eaeae7b4faea) - ## / 70
- System.Xml.Serialization.dll (7307272305f5) - ## / 70
- System.Xml.XDocument.dll (57f326696521) - ## / 71
- System.Xml.XmlDocument.dll (fd5133c00da1) - ## / 71
- System.Xml.XmlSerializer.dll (1905104f3c2e) - ## / 71
- System.Xml.XPath.dll (608f0569ad76) - ## / 70
- System.Xml.XPath.XDocument.dll (8c5d997bd785) - ## / 68
- WindowsBase.dll (c7e6a7d4e9b4) - ## / 71
- TIKSN.RegionLocalization.resources.dll (19642c397ea9) - ## / 71
- TIKSN.RegionLocalization.resources.dll (954bdbc38c5d) - ## / 71
- TIKSN.RegionLocalization.resources.dll (3bc5bbbd2dfb) - ## / 63
- TIKSN.RegionLocalization.resources.dll (6220cba70c61) - ## / 70
- TIKSN.RegionLocalization.resources.dll (01e242e61919) - ## / 70
- TIKSN.RegionLocalization.resources.dll (6a9868a10422) - ## / 70
- TIKSN.RegionLocalization.resources.dll (eae9a152fa9b) - ## / 71
- TIKSN.RegionLocalization.resources.dll (882183c9e147) - ## / 71
- TIKSN.RegionLocalization.resources.dll (4b271284c9b2) - ## / 69
- TIKSN.RegionLocalization.resources.dll (9d9e4263683f) - ## / 67
- TIKSN.RegionLocalization.resources.dll (98491c5a9300) - ## / 71
- TIKSN.RegionLocalization.resources.dll (845518f4be6f) - ## / 70
- TIKSN.RegionLocalization.resources.dll (7a571f0875fd) - ## / 70
- TIKSN.LanguageLocalization.resources.dll (6c17e45c4ccd) - ## / 69
- TIKSN.RegionLocalization.resources.dll (f944dcc0e952) - ## / 70
- TIKSN.LanguageLocalization.resources.dll (a1195099609b) - ## / 72
- TIKSN.RegionLocalization.resources.dll (5ee6ad616178) - ## / 70
- TIKSN.RegionLocalization.resources.dll (76c3e743c8c4) - ## / 70
- TIKSN.RegionLocalization.resources.dll (2bce91c99549) - ## / 71
- TIKSN.RegionLocalization.resources.dll (322af4c58443) - ## / 70
- TIKSN.LanguageLocalization.resources.dll (08f55e93a602) - ## / 72
- TIKSN.RegionLocalization.resources.dll (b157156b6d83) - ## / 70
- TIKSN.RegionLocalization.resources.dll (6922eb2caa85) - ## / 70
- TIKSN.LanguageLocalization.resources.dll (ea500078239f) - ## / 72
- TIKSN.LanguageLocalization.resources.dll (2f56cf636551) - ## / 72
- TIKSN.RegionLocalization.resources.dll (e16971fbae75) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
This package has no dependencies.
Ground Rules:
- This discussion is only about Leveret and the Leveret package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Leveret, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.