Skip to content

Commit 94d28b8

Browse files
committed
Version 1.0.0
1 parent 598287c commit 94d28b8

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

PbiPushTools/CommandLine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

PbiPushTools/PbiPushTools.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<Version>1.0.0</Version>
67
</PropertyGroup>
78

89
<ItemGroup>

Sqlbi.PbiPushDataset/PbiConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

Sqlbi.PbiPushDataset/Sqlbi.PbiPushDataset.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

Sqlbi.PbiPushTools/Sqlbi.PbiPushTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
RootModule = '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 = @()

0 commit comments

Comments
 (0)