Downloads:
172,343
Downloads of v 1.11.0.20171021:
5,658
Last Update:
21 Oct 2017
Package Maintainer(s):
Software Author(s):
- Adobe
Tags:
brackets editor web adobe javascript foss cross-platform html css adminBrackets
This is not the latest version of Brackets available.
- 1
- 2
- 3
1.11.0.20171021 | Updated: 21 Oct 2017
Downloads:
172,343
Downloads of v 1.11.0.20171021:
5,658
Maintainer(s):
Software Author(s):
- Adobe
Brackets 1.11.0.20171021
This is not the latest version of Brackets available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Adobe. The inclusion of Adobe trademark(s), if any, upon this webpage is solely to identify Adobe 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 Brackets, run the following command from the command line or from PowerShell:
To upgrade Brackets, run the following command from the command line or from PowerShell:
To uninstall Brackets, 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 brackets --internalize --version=1.11.0.20171021 --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 brackets -y --source="'INTERNAL REPO URL'" --version="'1.11.0.20171021'" [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 brackets -y --source="'INTERNAL REPO URL'" --version="'1.11.0.20171021'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install brackets
win_chocolatey:
name: brackets
version: '1.11.0.20171021'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'brackets' do
action :install
source 'INTERNAL REPO URL'
version '1.11.0.20171021'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller brackets
{
Name = "brackets"
Version = "1.11.0.20171021"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'brackets':
ensure => '1.11.0.20171021',
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 as a trusted package on 24 Dec 2017.
Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.
For the web, by the web
Brackets is built using HTML, CSS and JavaScript. If you can code in Brackets, you can code on Brackets.
Open development works
Brackets, is a fully open-source, community-driven project. Want to influence its direction? Join the developer list and start contributing.
Tools shouldn't get in your way
Rather than clutter your workspace with floating panels, toolbars and icons, Brackets focuses on providing Quick Edit in-line views that provide context-sensitive access to your content, without taking you away from your code.
Works with your browser
The browser is your design view. Brackets hooks up directly to the browser, allowing you to design and develop in the same environment that you deploy.
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
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.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/adobe/brackets/releases/latest>
and can be verified by doing the following:
1. Download the following <https://github.com/adobe/brackets/releases/download/release-1.11/Brackets.Release.1.11.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 7209035EC30F24A3037B130F0A9A7853389DDA90CE49FECD77972535A7432239
The file 'LICENSE.txt' has been obtained from <https://github.com/adobe/brackets/blob/c56840100d4fe4322252c856d5d848426e18367c/LICENSE>
md5: 50845483CAD3AB56F537D6107EC649E3 | sha1: 64D871E83AF1BCF92C75EA4C2F1982F60EA21FE2 | sha256: 7209035EC30F24A3037B130F0A9A7853389DDA90CE49FECD77972535A7432239 | sha512: 824777804CBD11601D055BB0A5E9EA2C1712FFA02C28A0F276E207FC9F2CA33E3C777C19156EEE47F2146BAF1EA7CC5089856F0EC003C37D2104957DC0D619F1
Log in or click on link to see number of positives.
- Brackets.Release.1.11.msi (7209035ec30f) - ## / 49
- Brackets.1.11.0.20171021.nupkg (2e3c68c8cb88) - ## / 49
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 |
---|---|---|---|---|
Brackets 1.14.2 | 32895 | Monday, April 6, 2020 | Approved | |
Brackets 1.14.1 | 3050 | Thursday, December 5, 2019 | Approved | |
Brackets 1.14 | 5180 | Thursday, May 2, 2019 | Approved | |
Brackets 1.14-prerelease-1 | 403 | Wednesday, April 24, 2019 | Approved | |
Brackets 1.13 | 39585 | Monday, June 18, 2018 | Approved | |
Brackets 1.13-pre | 490 | Thursday, May 3, 2018 | Approved | |
Brackets 1.12 | 13148 | Tuesday, January 30, 2018 | Approved | |
Brackets 1.11.0.20171021 | 5658 | Saturday, October 21, 2017 | Approved | |
Brackets 1.11 | 30796 | Monday, September 25, 2017 | Approved | |
Brackets 1.10.0.20170722 | 3289 | Saturday, July 22, 2017 | Approved | |
Brackets 1.10 | 3684 | Friday, July 7, 2017 | Approved | |
Brackets 1.9 | 2442 | Thursday, March 23, 2017 | Approved | |
Brackets 1.8.0.20161115 | 2772 | Tuesday, November 15, 2016 | Approved | |
Brackets 1.8 | 2729 | Thursday, November 10, 2016 | Approved | |
Brackets 1.7 | 1713 | Friday, June 10, 2016 | Approved | |
Brackets 1.6 | 2077 | Wednesday, January 20, 2016 | Approved | |
Brackets 1.5.0.20151124 | 1406 | Tuesday, November 24, 2015 | Approved | |
Brackets 1.5 | 1270 | Thursday, October 15, 2015 | Approved | |
Brackets 1.4 | 1909 | Monday, July 27, 2015 | Approved | |
Brackets 1.3 | 1978 | Monday, April 27, 2015 | Approved | |
Brackets 1.2 | 1652 | Monday, March 2, 2015 | Approved | |
Brackets 1.1 | 1818 | Thursday, December 18, 2014 | Approved | |
Brackets Code Editor 1.0 | 1674 | Tuesday, November 4, 2014 | Approved | |
Brackets Code Editor 0.44 | 1098 | Monday, October 6, 2014 | Approved | |
Brackets Code Editor 0.43 | 1013 | Thursday, September 4, 2014 | Approved | |
Brackets Code Editor 0.42 | 1068 | Friday, August 1, 2014 | Approved | |
Brackets Code Editor 0.41.0.13418 | 800 | Saturday, July 5, 2014 | Approved | |
Brackets Code Editor 0.40.0.13110 | 653 | Friday, June 6, 2014 | Approved | |
Brackets Code Editor 0.40.0.13109 | 553 | Friday, June 6, 2014 | Approved | |
Brackets Code Editor 0.39.0.12914 | 616 | Thursday, May 15, 2014 | Approved | |
Brackets Code Editor 0.38.0.1260601 | 589 | Wednesday, April 23, 2014 | Approved | |
Brackets Code Editor 0.38.0.12606 | 612 | Wednesday, April 16, 2014 | Approved | |
Brackets Code Editor 0.37.0.12014 | 639 | Tuesday, March 18, 2014 | Approved | |
Brackets Code Editor 0.36.0.11506 | 606 | Friday, February 7, 2014 | Approved | |
Brackets Code Editor 0.35.0.10897 | 612 | Saturday, January 4, 2014 | Approved | |
Brackets Code Editor 0.35 | 579 | Friday, January 3, 2014 | Approved | |
Brackets Code Editor 0.1.30.9116 | 657 | Monday, September 16, 2013 | Approved | |
Brackets Code Editor 0.1.25.7701 | 630 | Tuesday, May 28, 2013 | Approved |
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Brackets and the Brackets 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 Brackets, 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.