File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ static int Main(string[] args)
533533 clearCommand ,
534534 simulateCommand
535535 } ;
536- rootCommand . Description = "Power BI Push Dataset Tools" ;
536+ rootCommand . Description = $ "Power BI Push Dataset Tools v. { typeof ( CommandLine ) . Assembly . GetName ( ) . Version } ";
537537
538538 // Parse the incoming args and invoke the handler
539539 return rootCommand . InvokeAsync ( args ) . Result ;
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <Version >1.0.0</Version >
67 </PropertyGroup >
78
89 <ItemGroup >
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ public async Task<List<string>> AlterPushDataset(
351351 }
352352
353353 /// <summary>
354- /// Remove all the rows from one or all the tables of a push dataset
354+ /// Remove all the rows from one or all the tables of a push dataset.
355355 /// </summary>
356356 /// <param name="groupId">The Group ID corresponding to the Power BI workspace containing the push dataset.</param>
357357 /// <param name="datasetName">The name of the push dataset.</param>
Original file line number Diff line number Diff line change 1313 <PackageIconUrl >https://www.sqlbi.com/wp-content/uploads/PbiPushDataset.svg</PackageIconUrl >
1414 <PackageIcon >PbiPushDataset.png</PackageIcon >
1515 <PackageTags >Power BI, Push Dataset</PackageTags >
16- <Version >0.9.9 </Version >
16+ <Version >1.0.0 </Version >
1717 </PropertyGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 99RootModule = ' Sqlbi.PbiPushTools.dll'
1010
1111# Version number of this module.
12- ModuleVersion = ' 0.9.9 '
12+ ModuleVersion = ' 1.0.0 '
1313
1414# Supported PSEditions
1515# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments