Skip to content

Commit

Permalink
I updated the version for install of DataTier.Net.ProjectTemplatesNET9V2
Browse files Browse the repository at this point in the history
  • Loading branch information
DataJuggler committed Nov 23, 2024
1 parent 11eef0e commit 136f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataTier.Net/Client/Controls/ProjectEditorControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class ProjectEditorControl : UserControl, IWizardControl, ITabBut
private const string CreateDataTierNet8V2 = "dotnet new DataTier.NET8.ProjectTemplatesV2";
private const string InstallDataTierNet8V2 = "dotnet new install DataJuggler.DataTier.NET8.ProjectTemplatesV2::8.0.0 --force";
private const string CreateDataTierNet9V2 = "dotnet new DataTier.Net9.ProjectTemplatesV2";
private const string InstallDataTierNet9V2 = "dotnet new install DataJuggler.DataTier.Net9.ProjectTemplatesV2::9.0.6 --force";
private const string InstallDataTierNet9V2 = "dotnet new install DataJuggler.DataTier.Net9.ProjectTemplatesV2::9.0.7 --force";

// Used to install the Project Templates on the ProjectEditorControl.cs
private const int GraphWidth = 268;
Expand Down

0 comments on commit 136f946

Please sign in to comment.