Downloads:
6,262
Downloads of v 5.0.5:
220
Last Update:
20 May 2023
Package Maintainer(s):
Software Author(s):
- Rick Brewster
- dotPDN
Tags:
admin editing freeware graphics image paint paint.net photo- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Paint.NET (Portable)
This is not the latest version of Paint.NET (Portable) available.
- 1
- 2
- 3
5.0.5 | Updated: 20 May 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,262
Downloads of v 5.0.5:
220
Maintainer(s):
Software Author(s):
- Rick Brewster
- dotPDN
Paint.NET (Portable) 5.0.5
This is not the latest version of Paint.NET (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rick Brewster, dotPDN. The inclusion of Rick Brewster, dotPDN trademark(s), if any, upon this webpage is solely to identify Rick Brewster, dotPDN goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Paint.NET (Portable), run the following command from the command line or from PowerShell:
To upgrade Paint.NET (Portable), run the following command from the command line or from PowerShell:
To uninstall Paint.NET (Portable), 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 paint.net.portable --internalize --version=5.0.5 --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 paint.net.portable -y --source="'INTERNAL REPO URL'" --version="'5.0.5'" [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 paint.net.portable -y --source="'INTERNAL REPO URL'" --version="'5.0.5'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install paint.net.portable
win_chocolatey:
name: paint.net.portable
version: '5.0.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'paint.net.portable' do
action :install
source 'INTERNAL REPO URL'
version '5.0.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller paint.net.portable
{
Name = "paint.net.portable"
Version = "5.0.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'paint.net.portable':
ensure => '5.0.5',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator gep13 on 22 May 2023.
Paint.NET is free image and photo editing software for PCs that run Windows.
It features an intuitive and innovative user interface with support for layers,
unlimited undo, special effects, and a wide variety of useful and powerful tools.
An active and growing online community provides friendly help, tutorials, and plugins.
Features
- Simple, intuitive, and innovative user interface
- Performance
- Support for layers
- Unlimited history
- Active Online Community
- Automatically Updated
- Special Effects
- Powerful Tools
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
Get-Process paintdotnet -ErrorAction SilentlyContinue | Stop-Process -ErrorAction SilentlyContinue
Remove-Item $toolsPath\*.zip -ErrorAction SilentlyContinue
$ErrorActionPreference = 'Stop'
$icon_name = (Get-ChildItem "$env:ALLUSERSPROFILE\Microsoft\Windows\Start Menu\Programs\" -Filter "Paint.Net.lnk" -ErrorAction SilentlyContinue).FullName
Remove-Item C:\tools\paint.net.portable -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item $icon_name -ErrorAction SilentlyContinue
md5: 177D44055C47ED9A2B371FB727C1669E | sha1: DEF56AB103013659629F042AF3F48C00E30568B9 | sha256: 0C7B0B39AEBF989AD1CB2ECC9A32DC60A1BE3192A5266EEBF99047FB67FF0C55 | sha512: 41F4575F29DD1B679C3C6587AE796F87522452ED51BECF5C8C2225A05C2FCF98B008A1BEDA29E6CAB5642F1A28BC420CD0119C6987D1B47097A49A06EB5D9B61
https://www.getpaint.net/license.html
Paint.NET (R)
Copyright (C) dotPDN LLC, Rick Brewster, and contributors. All Rights Reserved.
Paint.NET is a registered trademark of dotPDN LLC.
Paint.NET is free for use in any environment, including but not necessarily limited to: personal, academic, commercial, government, business, non-profit, and for-profit. "Free" in the preceding sentence means that there is no cost or charge associated with the installation and use of paint.net. Donations are always appreciated, of course! http://www.getpaint.net/donate.html
Permission is hereby granted, free of charge, to any person obtaining a copy of this software (the "Software"), to use the Software without restriction, including the rights to use, copy, publish, and distribute the Software, and to permit persons to whom the Software is furnished to do so.
You may not modify, adapt, rent, lease, loan, sell, or create derivative works based upon the Software or any part thereof. However, certain icons used in the paint.net user interface are from or adapted from those in the "Crystal" icon set, http://www.everaldo.com/crystal/, or the "Oxygen" icon set, http://www.oxygen-icons.org/. These icons are covered by the LGPL license, http://www.gnu.org/copyleft/lesser.html. These icons are stored as "loose" PNG image files in the Resources\en-US\ directory where paint.net is installed.
The above copyright notice and this permission notice shall be included in all copies 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.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x64: https://github.com/paintdotnet/release/releases/download/v5.0.5/paint.net.5.0.5.portable.x64.zip
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 0C7B0B39AEBF989AD1CB2ECC9A32DC60A1BE3192A5266EEBF99047FB67FF0C55
File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
Log in or click on link to see number of positives.
- d3dcompiler_47.dll (7353f25dc5cf) - ## / 74
- msquic.dll (2680c12fe5ee) - ## / 71
- ilasm.exe (b72680e2c42d) - ## / 71
- ildasm.exe (199eb6abea80) - ## / 70
- Microsoft.DiaSymReader.Native.amd64.dll (3671c8934ff3) - ## / 70
- Accessibility.dll (56725d1bda8e) - ## / 70
- clretwrc.dll (d28834b63a54) - ## / 70
- clrgc.dll (ca7acf16e387) - ## / 69
- clrjit.dll (e4e2f9926a5b) - ## / 69
- coreclr.dll (4901f89adc88) - ## / 69
- createdump.exe (067cece30034) - ## / 69
- DirectWriteForwarder.dll (6407877a7f7a) - ## / 70
- hostfxr.dll (4fdd2377e909) - ## / 69
- hostpolicy.dll (e6e5f73004d7) - ## / 69
- ijwhost.dll (dbb7817cece7) - ## / 68
- Microsoft.CSharp.dll (ed9bae557ea6) - ## / 70
- Microsoft.VisualBasic.Core.dll (2c8d99805575) - ## / 69
- Microsoft.VisualBasic.dll (c05248ce0734) - ## / 70
- Microsoft.VisualBasic.Forms.dll (28f9dff0fff4) - ## / 70
- Microsoft.Win32.Primitives.dll (7d032dcdef70) - ## / 70
- Microsoft.Win32.Registry.AccessControl.dll (d989c4cd0657) - ## / 70
- Microsoft.Win32.Registry.dll (6862407ed1d7) - ## / 69
- Microsoft.Win32.SystemEvents.dll (3acd389be6b5) - ## / 70
- mscordaccore.dll (a0d9a1dcd87a) - ## / 70
- mscordbi.dll (ef0383d3725d) - ## / 69
- mscorlib.dll (fccf8357c85d) - ## / 70
- mscorrc.dll (a315f8ab356c) - ## / 70
- msvcp140.dll (74892d9b4028) - ## / 71
- msvcp140_1.dll (a3a1199de32b) - ## / 71
- msvcp140_2.dll (63f1a20cb17e) - ## / 71
- msvcp140_atomic_wait.dll (7e02efe075b7) - ## / 68
- msvcp140_codecvt_ids.dll (3bd90db2f147) - ## / 68
- nethost.dll (d3184570936d) - ## / 70
- netstandard.dll (adbc7a7e627b) - ## / 70
- PenImc_cor3.dll (65ccbab00819) - ## / 69
- PresentationCore.dll (bc103cb91617) - ## / 70
- PresentationFramework-SystemCore.dll (c2f02da8a602) - ## / 70
- PresentationFramework-SystemData.dll (4ea22a961886) - ## / 70
- PresentationFramework-SystemDrawing.dll (73ef7683430d) - ## / 70
- PresentationFramework-SystemXml.dll (448056b42b90) - ## / 70
- PresentationFramework-SystemXmlLinq.dll (ece639fac228) - ## / 70
- PresentationFramework.Aero.dll (11615e597f59) - ## / 70
- PresentationFramework.Aero2.dll (28c869961017) - ## / 70
- PresentationFramework.AeroLite.dll (cf13313fc86b) - ## / 70
- PresentationFramework.Classic.dll (66b1da30cab7) - ## / 70
- PresentationFramework.dll (c17c86570f75) - ## / 70
- PresentationFramework.Luna.dll (4a58f7607792) - ## / 70
- PresentationFramework.Royale.dll (2d02baec35f3) - ## / 70
- PresentationNative_cor3.dll (aea2d02150ca) - ## / 70
- PresentationUI.dll (99a11db352d6) - ## / 70
- ReachFramework.dll (3e8d17b02866) - ## / 70
- System.AppContext.dll (a36cae8101c4) - ## / 68
- System.Buffers.dll (66099c68c858) - ## / 70
- System.CodeDom.dll (284a46b2cba5) - ## / 70
- System.Collections.Concurrent.dll (9e7898cbb350) - ## / 69
- System.Collections.dll (ef756b3f3dd2) - ## / 70
- System.Collections.Immutable.dll (e5928e580843) - ## / 69
- System.Collections.NonGeneric.dll (ab0fcd59c8f5) - ## / 70
- System.Collections.Specialized.dll (cc9cce9d2c24) - ## / 70
- System.ComponentModel.Annotations.dll (b228b343fb3a) - ## / 69
- System.ComponentModel.DataAnnotations.dll (838b52d9bdfb) - ## / 70
- System.ComponentModel.dll (3bcfdbf2155a) - ## / 70
- System.ComponentModel.EventBasedAsync.dll (fd1c50ab2f2b) - ## / 69
- System.ComponentModel.Primitives.dll (b31827107360) - ## / 68
- System.ComponentModel.TypeConverter.dll (e64032fc9efc) - ## / 69
- System.Configuration.ConfigurationManager.dll (541d04e04fe4) - ## / 70
- System.Configuration.dll (a2a99f4eeda9) - ## / 70
- System.Console.dll (a2e996182f14) - ## / 70
- System.Core.dll (3838b6727958) - ## / 70
- System.Data.Common.dll (dd0bb059ad82) - ## / 70
- System.Data.DataSetExtensions.dll (5e42895d24dc) - ## / 69
- System.Data.dll (6b880a7b567b) - ## / 70
- System.Design.dll (7653d42e0506) - ## / 70
- System.Diagnostics.Contracts.dll (d6649cc55855) - ## / 70
- System.Diagnostics.Debug.dll (10abd1c0f7ad) - ## / 69
- System.Diagnostics.DiagnosticSource.dll (d60d60c45edc) - ## / 67
- System.Diagnostics.EventLog.dll (ad1db9e5dad0) - ## / 70
- System.Diagnostics.EventLog.Messages.dll (10bc9a400646) - ## / 70
- System.Diagnostics.FileVersionInfo.dll (fce00331fe0e) - ## / 69
- System.Diagnostics.PerformanceCounter.dll (7c931d5e1a80) - ## / 70
- System.Diagnostics.Process.dll (ffd000e520cc) - ## / 68
- System.Diagnostics.StackTrace.dll (f55a21c0d3cb) - ## / 70
- System.Diagnostics.TextWriterTraceListener.dll (7ebea2a3d527) - ## / 70
- System.Diagnostics.Tools.dll (b2a62fea7eb1) - ## / 69
- System.Diagnostics.TraceSource.dll (dc5615fb8625) - ## / 69
- System.Diagnostics.Tracing.dll (fe02e2a47bda) - ## / 70
- System.DirectoryServices.dll (1b94f1f4e72d) - ## / 70
- System.dll (01e67bbaef12) - ## / 70
- System.Drawing.Common.dll (b5de8e0802a4) - ## / 70
- System.Drawing.Design.dll (d66c1258bef6) - ## / 70
- System.Drawing.dll (5f79983d5cef) - ## / 70
- System.Drawing.Primitives.dll (0407e892bfc6) - ## / 70
- System.Dynamic.Runtime.dll (85d463a86757) - ## / 69
- System.Formats.Asn1.dll (14653793ad1a) - ## / 70
- System.Formats.Tar.dll (d70420dd8413) - ## / 70
- System.Globalization.Calendars.dll (a8ce96a7473f) - ## / 70
- System.Globalization.dll (2e1da6f52a78) - ## / 69
- System.Globalization.Extensions.dll (7f96c073dfbb) - ## / 70
- System.IO.Compression.Brotli.dll (8bbc0e3b4556) - ## / 69
- System.IO.Compression.dll (8c68ba1098d4) - ## / 70
- System.IO.Compression.FileSystem.dll (bc2796328146) - ## / 70
- System.IO.Compression.Native.dll (7162649f22d5) - ## / 69
- System.IO.Compression.ZipFile.dll (cff4148650f5) - ## / 49
- System.IO.dll (fda44b9781de) - ## / 70
- System.IO.FileSystem.AccessControl.dll (e21cdb6cd083) - ## / 70
- System.IO.FileSystem.dll (5ae1fd364fe8) - ## / 70
- System.IO.FileSystem.DriveInfo.dll (578913d014fc) - ## / 70
- System.IO.FileSystem.Primitives.dll (070ec3c12dac) - ## / 69
- System.IO.FileSystem.Watcher.dll (109627a44168) - ## / 70
- System.IO.IsolatedStorage.dll (02a3a252238c) - ## / 70
- System.IO.MemoryMappedFiles.dll (00788e24895a) - ## / 70
- System.IO.Packaging.dll (7188b1e15d06) - ## / 70
- System.IO.Pipes.AccessControl.dll (8dd56ccf860a) - ## / 70
- System.IO.Pipes.dll (c2fd44b2ec2f) - ## / 70
- System.IO.UnmanagedMemoryStream.dll (00a9849cf10a) - ## / 61
- System.Linq.dll (714909f54db0) - ## / 70
- System.Linq.Expressions.dll (f0a709a3ca06) - ## / 70
- System.Linq.Parallel.dll (3dc32bc82fca) - ## / 70
- System.Linq.Queryable.dll (5d9db6479969) - ## / 70
- System.Memory.dll (155afa41c79e) - ## / 70
- System.Net.dll (2d9cf2212026) - ## / 70
- System.Net.Http.dll (867fe0319a36) - ## / 70
- System.Net.Http.Json.dll (40f31231fef8) - ## / 70
- System.Net.HttpListener.dll (7d46fbd5970b) - ## / 70
- System.Net.Mail.dll (b44c10d43d60) - ## / 68
- System.Net.NameResolution.dll (3310cc1097f5) - ## / 70
- System.Net.NetworkInformation.dll (86819bbc9699) - ## / 70
- System.Net.Ping.dll (34a205277fef) - ## / 70
- System.Net.Primitives.dll (2c2b5076cff1) - ## / 63
- System.Net.Quic.dll (523fd4270173) - ## / 70
- System.Net.Requests.dll (5724c4827295) - ## / 70
- System.Net.Security.dll (32af5466ec26) - ## / 70
- System.Net.ServicePoint.dll (2fe1ee460273) - ## / 70
- System.Net.Sockets.dll (0e82ad56600f) - ## / 69
- System.Net.WebClient.dll (cc5006247ce3) - ## / 70
- System.Net.WebHeaderCollection.dll (a629596cd9be) - ## / 59
- System.Net.WebProxy.dll (7c690419e765) - ## / 69
- System.Net.WebSockets.Client.dll (89ad2e169dd1) - ## / 70
- System.Net.WebSockets.dll (073ef9fe7735) - ## / 70
- System.Numerics.dll (56568f0d25a2) - ## / 70
- System.Numerics.Vectors.dll (8ee56b207964) - ## / 70
- System.ObjectModel.dll (f42043da555f) - ## / 70
- System.Printing.dll (9444c583d893) - ## / 70
- System.Private.CoreLib.dll (9cf56895c8bb) - ## / 70
- System.Private.DataContractSerialization.dll (741975935640) - ## / 70
- System.Private.Uri.dll (a9faea1721f6) - ## / 70
- System.Private.Xml.dll (0d851d5ca9af) - ## / 70
- System.Private.Xml.Linq.dll (485fafae2986) - ## / 69
- System.Reflection.DispatchProxy.dll (95259fe965d6) - ## / 68
- System.Reflection.dll (ff4fc38f4bdb) - ## / 70
- System.Reflection.Emit.dll (44f2100aa534) - ## / 70
- System.Reflection.Emit.ILGeneration.dll (d13826925e16) - ## / 70
- System.Reflection.Emit.Lightweight.dll (b233358b9b6d) - ## / 70
- System.Reflection.Extensions.dll (4dd32651aadb) - ## / 70
- System.Reflection.Metadata.dll (099ef6ef9a32) - ## / 70
- System.Reflection.Primitives.dll (7a5adf5cb8a2) - ## / 70
- System.Reflection.TypeExtensions.dll (47daad132a54) - ## / 70
- System.Resources.Extensions.dll (0caff7ccebd6) - ## / 70
- System.Resources.Reader.dll (78c575fecedd) - ## / 70
- System.Resources.ResourceManager.dll (57d37d795910) - ## / 70
- System.Resources.Writer.dll (556739ec597e) - ## / 70
- System.Runtime.CompilerServices.Unsafe.dll (b98ad13fe243) - ## / 70
- System.Runtime.CompilerServices.VisualC.dll (77c147c2d032) - ## / 66
- System.Runtime.dll (65439eff6ccd) - ## / 70
- System.Runtime.Extensions.dll (b1018ba82ee7) - ## / 70
- System.Runtime.Handles.dll (134dbf24ac85) - ## / 70
- System.Runtime.InteropServices.dll (698ab2dda5f3) - ## / 70
- System.Runtime.InteropServices.JavaScript.dll (b07642bdb527) - ## / 70
- System.Runtime.InteropServices.RuntimeInformation.dll (ecfc407d6e7e) - ## / 70
- System.Runtime.Intrinsics.dll (332df5f25887) - ## / 69
- System.Runtime.Loader.dll (7aa634653f88) - ## / 69
- System.Runtime.Numerics.dll (52cb60d38b70) - ## / 70
- System.Runtime.Serialization.dll (d6695b89f285) - ## / 70
- System.Runtime.Serialization.Formatters.dll (7bc12119b1e5) - ## / 69
- System.Runtime.Serialization.Json.dll (ce5a944b4fa0) - ## / 70
- System.Runtime.Serialization.Primitives.dll (ace4bba50183) - ## / 59
- System.Runtime.Serialization.Xml.dll (6250e1085670) - ## / 70
- System.Security.AccessControl.dll (202ed645651f) - ## / 70
- System.Security.Claims.dll (b50922b43393) - ## / 70
- System.Security.Cryptography.Algorithms.dll (23d63c4464c4) - ## / 70
- System.Security.Cryptography.Cng.dll (f17ea6c54799) - ## / 70
- System.Security.Cryptography.Csp.dll (8ce199214d8d) - ## / 70
- System.Security.Cryptography.dll (ee8332c0969a) - ## / 70
- System.Security.Cryptography.Encoding.dll (6e685740491d) - ## / 70
- System.Security.Cryptography.OpenSsl.dll (e1ec2e3f9ad0) - ## / 70
- System.Security.Cryptography.Pkcs.dll (1e17b8ecd099) - ## / 69
- System.Security.Cryptography.Primitives.dll (52d0246ac0dc) - ## / 70
- System.Security.Cryptography.ProtectedData.dll (518a0070e694) - ## / 70
- System.Security.Cryptography.X509Certificates.dll (d12c2a5d1105) - ## / 69
- System.Security.Cryptography.Xml.dll (1d6c346675ae) - ## / 70
- System.Security.dll (4101899e8508) - ## / 70
- System.Security.Permissions.dll (41f3ab802ce9) - ## / 70
- System.Security.Principal.dll (bc44f37a3273) - ## / 70
- System.Security.Principal.Windows.dll (9ff251916904) - ## / 70
- System.Security.SecureString.dll (ae181d607e2b) - ## / 70
- System.ServiceModel.Web.dll (d9d8a0c48e34) - ## / 70
- System.ServiceProcess.dll (e7ffcb76bd67) - ## / 70
- System.Text.Encoding.CodePages.dll (8e279caa4808) - ## / 70
- System.Text.Encoding.dll (48bd61b58e19) - ## / 70
- System.Text.Encoding.Extensions.dll (dedb1c13af91) - ## / 70
- System.Text.Encodings.Web.dll (c3f7d42f8a03) - ## / 69
- System.Text.Json.dll (cec9ad31dd50) - ## / 70
- System.Text.RegularExpressions.dll (326a93725fc3) - ## / 70
- System.Threading.AccessControl.dll (6b8ba4694713) - ## / 70
- System.Threading.Channels.dll (cf9146e5e84f) - ## / 69
- System.Threading.dll (3f0c02227c54) - ## / 69
- System.Threading.Overlapped.dll (bb916aef7407) - ## / 70
- System.Threading.Tasks.Dataflow.dll (973398c3d4a6) - ## / 70
- System.Threading.Tasks.dll (60e26d5091b2) - ## / 69
- System.Threading.Tasks.Extensions.dll (bc4f77b83b85) - ## / 70
- System.Threading.Tasks.Parallel.dll (c47dd3eb7443) - ## / 70
- System.Threading.Thread.dll (0ca633d34550) - ## / 70
- System.Threading.ThreadPool.dll (2fcda9d564d9) - ## / 69
- System.Threading.Timer.dll (3e0b6f36620b) - ## / 70
- System.Transactions.dll (af5971bc3a9c) - ## / 70
- System.Transactions.Local.dll (03df967c1262) - ## / 70
- System.ValueTuple.dll (e85e13900ac9) - ## / 70
- System.Web.dll (e4652ed8850f) - ## / 70
- System.Web.HttpUtility.dll (842f172ecd9f) - ## / 70
- System.Windows.Controls.Ribbon.dll (00922a7d6c90) - ## / 70
- System.Windows.dll (cb48e463a0f5) - ## / 70
- System.Windows.Extensions.dll (a23ef675ad32) - ## / 69
- System.Windows.Forms.Design.dll (78652d2dc608) - ## / 67
- System.Windows.Forms.Design.Editors.dll (6bdf4717118a) - ## / 70
- System.Windows.Forms.dll (a620b6bbf6a3) - ## / 55
- System.Windows.Forms.Primitives.dll (83d2481e2787) - ## / 70
- System.Windows.Input.Manipulations.dll (b9a115c8edbb) - ## / 70
- System.Windows.Presentation.dll (0ba1f017c419) - ## / 70
- System.Xaml.dll (18b6967cc490) - ## / 70
- System.Xml.dll (d9b57e644b6f) - ## / 70
- System.Xml.Linq.dll (9e5f49ffd8b9) - ## / 69
- System.Xml.ReaderWriter.dll (c2e6dca53d2d) - ## / 70
- System.Xml.Serialization.dll (5f9dffb4b826) - ## / 70
- System.Xml.XDocument.dll (af291a610045) - ## / 69
- System.Xml.XmlDocument.dll (39bf130c1785) - ## / 70
- System.Xml.XmlSerializer.dll (c79a73de3654) - ## / 70
- System.Xml.XPath.dll (5746c270324f) - ## / 70
- System.Xml.XPath.XDocument.dll (df52938d67d7) - ## / 70
- UIAutomationClient.dll (ba97a521a3f7) - ## / 70
- UIAutomationClientSideProviders.dll (6ab5bfa3c1bb) - ## / 70
- UIAutomationProvider.dll (3e74e5611ee7) - ## / 70
- UIAutomationTypes.dll (c9f46ebb2489) - ## / 70
- vcomp140.dll (2b35b1082b95) - ## / 70
- vcruntime140.dll (69320f278d90) - ## / 71
- vcruntime140_1.dll (6fd366a691ed) - ## / 71
- vcruntime140_cor3.dll (8bb175d974f9) - ## / 70
- WindowsBase.dll (2c607292b924) - ## / 70
- WindowsFormsIntegration.dll (dacc3e5c74a2) - ## / 70
- wpfgfx_cor3.dll (162a3f3c971c) - ## / 69
- paint.net.portable.5.0.5.nupkg (db8d435e1299) - ## / 60
- paint.net.5.0.5.portable.x64_x64.zip (0c7b0b39aebf) - ## / 58
- CommunityToolkit.HighPerformance.dll (12884a7498f3) - ## / 70
- ComputeSharp.Core.dll (feceb5970403) - ## / 70
- ComputeSharp.D2D1.dll (afc426168ea5) - ## / 52
- Crc32.NET.dll (9b31c0e8101b) - ## / 70
- Interop.WIA.dll (168b9bd0e785) - ## / 70
- K4os.Compression.LZ4.dll (ab2d1048e823) - ## / 70
- Mono.Cecil.dll (9c68210e27fc) - ## / 70
- Mono.Cecil.Mdb.dll (f1acd8950a3e) - ## / 70
- Mono.Cecil.Pdb.dll (e00d941b6b60) - ## / 69
- Mono.Cecil.Rocks.dll (7aa539ae2377) - ## / 69
- Newtonsoft.Json.dll (97ecb41dcf9c) - ## / 70
- PaintDotNet.Base.dll (bdba77bd21e9) - ## / 70
- PaintDotNet.Collections.dll (348d328949e7) - ## / 70
- PaintDotNet.ComponentModel.dll (9cd9bffc04da) - ## / 70
- PaintDotNet.Core.dll (94355861d31f) - ## / 70
- PaintDotNet.Data.dll (11c3d5c6e93e) - ## / 70
- paintdotnet.dll (041a7a65b021) - ## / 70
- PaintDotNet.Effects.Core.dll (2f5c181676a2) - ## / 69
- PaintDotNet.Effects.dll (534a4fd4f9cb) - ## / 70
- PaintDotNet.Effects.Gpu.dll (4282b5563e7f) - ## / 59
- PaintDotNet.Effects.Legacy.dll (8b4554617120) - ## / 70
- paintdotnet.exe (4f833ca36426) - ## / 70
- PaintDotNet.Framework.dll (63604539f6df) - ## / 70
- PaintDotNet.Fundamentals.dll (9f005d94dc98) - ## / 70
- PaintDotNet.ObjectModel.dll (f688ecf3e495) - ## / 62
- PaintDotNet.Plugins.Compatibility.dll (0125c5b9a05d) - ## / 70
- PaintDotNet.Primitives.dll (0ceed930b0a8) - ## / 70
- PaintDotNet.PropertySystem.dll (acbc18586790) - ## / 70
- PaintDotNet.Resources.dll (60ddded5abb1) - ## / 70
- PaintDotNet.Runtime.dll (bcffeca07a42) - ## / 70
- PaintDotNet.ShellExtension.x64.dll (4a4cef690003) - ## / 69
- PaintDotNet.SystemLayer.dll (c96a6df5c2b6) - ## / 70
- PaintDotNet.SystemLayer.Native.x64.dll (6217d9594423) - ## / 70
- PaintDotNet.Systrace.dll (90a8e864e834) - ## / 70
- PaintDotNet.UI.dll (071ab13480f5) - ## / 70
- PaintDotNet.Windows.Core.dll (cac17a1a2df4) - ## / 69
- PaintDotNet.Windows.dll (520afe2c4452) - ## / 70
- PaintDotNet.Windows.Framework.dll (277fa7e574e7) - ## / 70
- PhotoSauce.MagicScaler.dll (b15080a1ab94) - ## / 69
- PointerToolkit.dll (8de00d46564b) - ## / 70
- PointerToolkit.TerraFX.Interop.Windows.dll (7f4c53988df9) - ## / 70
- System.Reflection.MetadataLoadContext.dll (9be54868cbbc) - ## / 70
- System.Windows.Forms.Legacy.dll (93d2391769e2) - ## / 70
- TerraFX.Interop.Windows.dll (72af2405913a) - ## / 70
- AvifFileType.dll (63033d4a12ba) - ## / 70
- AvifNative_x64.dll (7eb42625b0f2) - ## / 70
- DdsFileTypePlus.dll (71023e75e8c3) - ## / 70
- DdsFileTypePlusIO_x64.dll (5d3a3e0f7ec0) - ## / 70
- WebPFileType.dll (38e043c4afc4) - ## / 70
- WebP_x64.dll (7c51e7852bb7) - ## / 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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Paint.NET (Portable) 5.1.0 | 192 | Tuesday, November 19, 2024 | Approved | |
Paint.NET (Portable) 5.0.13 | 2450 | Wednesday, March 6, 2024 | Approved | |
Paint.NET (Portable) 5.0.12 | 397 | Saturday, December 2, 2023 | Approved | |
Paint.NET (Portable) 5.0.11 | 864 | Thursday, October 12, 2023 | Approved | |
Paint.NET (Portable) 5.0.10 | 253 | Monday, October 2, 2023 | Approved | |
Paint.NET (Portable) 5.0.9 | 353 | Wednesday, August 9, 2023 | Approved | |
Paint.NET (Portable) 5.0.8 | 242 | Tuesday, August 1, 2023 | Approved | |
Paint.NET (Portable) 5.0.7 | 329 | Sunday, June 25, 2023 | Approved | |
Paint.NET (Portable) 5.0.6 | 312 | Thursday, May 25, 2023 | Approved | |
Paint.NET (Portable) 5.0.5 | 220 | Saturday, May 20, 2023 | Approved | |
Paint.NET (Portable) 5.0.4 | 62 | Saturday, May 20, 2023 | Approved | |
Paint.NET (Portable) 5.0.3 | 286 | Friday, March 31, 2023 | Approved | |
Paint.NET (Portable) 5.0.2 | 108 | Wednesday, February 22, 2023 | Approved | |
Paint.NET (Portable) 5.0.1.20230219 | 77 | Sunday, February 19, 2023 | Approved |
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about Paint.NET (Portable) and the Paint.NET (Portable) 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 Paint.NET (Portable), 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.