Skip to content

Commit

Permalink
FRB Android and iOS template nugets are auto incremented now.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Apr 4, 2024
1 parent fe42dc8 commit 8ae7f66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ private void UpdateTemplateNugets()
UpdateTemplateNuget(engineName, templateName);

UpdateTemplateNuget("FlatRedBall.FNA", "FlatRedBallDesktopFnaTemplate");

UpdateTemplateNuget("FlatRedBallAndroid", "FlatRedBallAndroidMonoGameTemplate");

UpdateTemplateNuget("FlatRedBalliOS", "FlatRedBalliOSMonoGameTemplate");
}

private void UpdateTemplateNuget(string engineName, string templateName)
Expand Down

0 comments on commit 8ae7f66

Please sign in to comment.