diff --git a/Scripts/GoRepack.cmd b/Scripts/GoRepack.cmd deleted file mode 100644 index c07ead9..0000000 --- a/Scripts/GoRepack.cmd +++ /dev/null @@ -1 +0,0 @@ -"%~dp0..\packages\ILRepack.2.0.12\tools\ILRepack.exe" /out:"%~dp0Output\DeveImageOptimizer.exe" "%~dp0..\DeveImageOptimizer\bin\Release\DeveImageOptimizer.exe" "%~dp0..\DeveImageOptimizer\bin\Release\GalaSoft.MvvmLight.dll" "%~dp0..\DeveImageOptimizer\bin\Release\GalaSoft.MvvmLight.Extras.dll" "%~dp0..\DeveImageOptimizer\bin\Release\GalaSoft.MvvmLight.Platform.dll" "%~dp0..\DeveImageOptimizer\bin\Release\System.Windows.Interactivity.dll" "%~dp0..\DeveImageOptimizer\bin\Release\Microsoft.Practices.ServiceLocation.dll" \ No newline at end of file diff --git a/Scripts/set-version.ps1 b/Scripts/set-version.ps1 index 1df09b4..caa8c14 100644 --- a/Scripts/set-version.ps1 +++ b/Scripts/set-version.ps1 @@ -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(?=`")"