Skip to content

Commit

Permalink
Added "*.targets" to rename script.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed May 11, 2016
1 parent c704589 commit 4ccc4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/avalonia-rename.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Get-NewFileName {
function Rename-Contents {
param ([System.IO.FileInfo] $file)

$extensions = @(".cs",".xaml",".csproj",".sln",".md",".json",".yml",".partial",".ps1",".nuspec",".htm",".html",".gitmodules".".xml",".plist")
$extensions = @(".cs",".xaml",".csproj",".sln",".md",".json",".yml",".partial",".ps1",".nuspec",".htm",".html",".gitmodules".".xml",".plist",".targets")

if ($extensions.Contains($file.Extension)) {
$text = [IO.File]::ReadAllText($file.FullName)
Expand Down

0 comments on commit 4ccc4ae

Please sign in to comment.