edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;C1162008
File: update-version.ps1
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;C1162008 (server) 11/2/2009 8:53 AM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;update_version
@@ -4,11 +4,11 @@
)
$config = "$env:MERLIN_ROOT\Config"
-$files = @("$config\Signed\App.config", "$config\Unsigned\App.config", "$env:MERLIN_ROOT\Languages\Ruby\Ruby\Runtime\RubyContext.cs", "$env:MERLIN_ROOT\Runtime\Tests\HostingTest\LangSetup.cs")
+$files = @("$config\Signed\App.config", "$config\Unsigned\App.config", "$env:MERLIN_ROOT\Languages\Ruby\Ruby\Runtime\RubyContext.cs", "$env:MERLIN_ROOT\Languages\Ruby\Scripts\Wix\IronRuby.wxs", "$env:MERLIN_ROOT\Runtime\Tests\HostingTest\LangSetup.cs")
$cold = $old -replace "\.", ", "
$cnew = $new -replace "\.", ", "
$files | foreach {
tf edit $_
(get-content $_) | foreach-object {$_ -replace $old, $new} | set-content $_
(get-content $_) | foreach-object {$_ -replace $cold, $cnew} | set-content $_
-}
\ No newline at end of file
+}
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;C1230207
File: IronRuby.wxs
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;C1230207 (server) 10/29/2009 4:23 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;update_version
@@ -14,8 +14,8 @@
-->
-
-
+
+
@@ -34,7 +34,7 @@
-
+
===================================================================