Skip to content

Commit

Permalink
fix build, second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jun 5, 2024
1 parent 534ebc3 commit 0e9abcc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Reqnroll.VisualStudio/UI/ViewModels/UpgradeDialogViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ our our [Discord server channel](https://go.reqnroll.net/discord-invite).

#if DEBUG
public static UpgradeDialogViewModel DesignData = new("1.0.99",
@"# v1.0.1 - 2019-02-27
"""
$# v1.0.1 - 2019-02-27
$## Bug fixes:
## Bug fixes:
* CreatePersistentTrackingPosition Exception / Step navigation error (#3)
* .NET Core Bindings: Unable to load BoDi.dll (temporary fix)
* CreatePersistentTrackingPosition Exception / Step navigation error (#3)
* .NET Core Bindings: Unable to load BoDi.dll (temporary fix)
");
""".Replace("$#", "#")); // # on a line start confuses compiler
#endif

public UpgradeDialogViewModel(string newVersion, string changeLog) : base("Close", "Welcome to Reqnroll",
Expand Down

0 comments on commit 0e9abcc

Please sign in to comment.