Skip to content

Commit

Permalink
fix upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Nov 24, 2020
1 parent ef0eee9 commit 0ee7723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Signum.Upgrade/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ static void Main(string[] args)
new Upgrade_20200929_WebAuthn(),
new Upgrade_20201110_DotNet5(),
new Upgrade_20201118_FixSwagger(),
new Upgrade_20201119_SplitPolyfills()
new Upgrade_20201119_SplitPolyfills(),
new Upgrade_20201123_Typescript41(),
new Upgrade_20201124_CombinedUserChartPart(),
}.Run(uctx);
}
}
Expand Down

0 comments on commit 0ee7723

Please sign in to comment.