Skip to content

Commit

Permalink
AU: 1 updated - ozcode-vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jun 6, 2019
1 parent bb325c1 commit 03d519b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ozcode-vs2017/ozcode-vs2017.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>ozcode-vs2017</id>
<version>4.0.0.740</version>
<version>4.0.0.822</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ozcode-vs2017</packageSourceUrl>
<owners>flcdrg</owners>
<title>OzCode Debugging extension for Visual Studio 2017</title>
Expand Down
4 changes: 2 additions & 2 deletions ozcode-vs2017/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'ozcode-vs2017'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = 'OzCode_4.0.0.740.vsix'
$checksum = 'e3808b0440d4072ce4764108ff024c51486a80256ab9701c7bfe90ecf1534655'
$fileName = 'OzCode_4.0.0.822.vsix'
$checksum = '2bbfd6b9567cee9b8a653aabde4a74986b69115e24f21f342d1259f4cb82cbf3'
$fileFullPath = "$toolsDir\$fileName"

# Flag whether we're being invoked by AU module
Expand Down

0 comments on commit 03d519b

Please sign in to comment.