Skip to content

Commit

Permalink
AU: 2 updated - typescript zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 31, 2017
1 parent 72a6cfd commit 039b08b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | % { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@2.5.3"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@2.6.1"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>typescript</id>
<version>2.5.3</version>
<version>2.6.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey, Microsoft</owners>
<title>TypeScript</title>
Expand All @@ -21,7 +21,7 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[[TypeScript](https://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript.
]]></description>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.5.3%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.6.1%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs.install" version="4.2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>0.0</version>
<version>5.0.24</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand All @@ -17,7 +17,7 @@
<copyright>2006-2011, Center for History and New Media, George Mason University, Fairfax, Virginia, USA</copyright>
<licenseUrl>https://github.com/zotero/zotero/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.zotero.org/support/5.0_changelog</releaseNotes>
<releaseNotes>https://www.zotero.org/support/._changelog</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/zotero-standalone</packageSourceUrl>
<projectSourceUrl>https://www.zotero.org/support/dev/source_code</projectSourceUrl>
<docsUrl>https://www.zotero.org/support</docsUrl>
Expand Down

0 comments on commit 039b08b

Please sign in to comment.