Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Fix UpdReleaseVer to update correct Windows 8.1 project paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Sep 18, 2015
1 parent bf7264d commit 9e347a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<WizardData>
<packages repository="extension"
repositoryId="Xamarin.CocosSharpTemplates">
<package id="CocosSharp.PCL.Shared" version="1.6.0.0" />
<package id="CocosSharp.PCL.Shared" version="1.6.1.0" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<WizardData>
<packages repository="extension"
repositoryId="Xamarin.CocosSharpTemplates">
<package id="CocosSharp.PCL.Shared" version="1.6.0.0" />
<package id="CocosSharp.PCL.Shared" version="1.6.1.0" />
</packages>
</WizardData>

Expand Down
8 changes: 8 additions & 0 deletions tools/scripts/UpdReleaseVer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ sed -i '' "s/CocosSharp.Windows8\..*.nupkg/CocosSharp.Windows8.$1.nupkg/g" ../..
sed -i '' "s/version=\".*\" \/>/version=\"$1\" \/>/g" ../../ProjectTemplates/Templates/StarterTemplates/Win8XAML/Template/EmptyProject.Win8XAML.vstemplate
sed -i '' "s/CocosSharp.Windows8\..*.nupkg/CocosSharp.Windows8.$1.nupkg/g" ../../ProjectTemplates/Templates/StarterTemplates/CocosSharpTemplates/CocosSharpTemplates.csproj

# Update Windows Store 8.1 Template NuGet version to be included in built Template
sed -i '' "s/version=\".*\" \/>/version=\"$1\" \/>/g" ../../ProjectTemplates/Templates/StarterTemplates/Windows81/Template/EmptyProject.Windows81.vstemplate
sed -i '' "s/CocosSharp.Windows8\..*.nupkg/CocosSharp.Windows81.$1.nupkg/g" ../../ProjectTemplates/Templates/StarterTemplates/CocosSharpTemplates/CocosSharpTemplates.csproj

# Update Windows8.1 XAML Template NuGet version to be included in built Template
sed -i '' "s/version=\".*\" \/>/version=\"$1\" \/>/g" ../../ProjectTemplates/Templates/StarterTemplates/Win81XAML/Template/EmptyProject.Win81XAML.vstemplate
sed -i '' "s/CocosSharp.Windows8\..*.nupkg/CocosSharp.Windows81.$1.nupkg/g" ../../ProjectTemplates/Templates/StarterTemplates/CocosSharpTemplates/CocosSharpTemplates.csproj

# Update Windows GL Template NuGet version to be included in built Template
sed -i '' "s/version=\".*\" \/>/version=\"$1\" \/>/g" ../../ProjectTemplates/Templates/StarterTemplates/WindowsGL/Template/EmptyProject.WindowsGL.vstemplate
sed -i '' "s/CocosSharp.WindowsGL\..*.nupkg/CocosSharp.WindowsGL.$1.nupkg/g" ../../ProjectTemplates/Templates/StarterTemplates/CocosSharpTemplates/CocosSharpTemplates.csproj
Expand Down

0 comments on commit 9e347a2

Please sign in to comment.