Skip to content

Commit

Permalink
Removed gorepack and fixed set-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 6, 2017
1 parent 513e2f0 commit 1e7bec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Scripts/GoRepack.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion Scripts/set-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $PSScriptFilePath = (Get-Item $MyInvocation.MyCommand.Path).FullName
$ScriptDir = Split-Path -Path $PSScriptFilePath -Parent
$SolutionRoot = Split-Path -Path $ScriptDir -Parent

$ProjectJsonPath = Join-Path -Path $SolutionRoot -ChildPath "DeveImageOptimizer\DeveImageOptimizer.csproj"
$ProjectJsonPath = Join-Path -Path $SolutionRoot -ChildPath "WebOptimizationProject\WebOptimizationProject.csproj"
#$re = [regex]"(?<=`"version`":\s`")[.\w-\*]*(?=`",)"
#$re1 = [regex]"(?<=\[assembly: AssemblyVersion\(`")1.0.0.0(?=`")"
#$re2 = [regex]"(?<=\[assembly: AssemblyFileVersion\(`")1.0.0.0(?=`")"
Expand Down

0 comments on commit 1e7bec7

Please sign in to comment.