Skip to content

Commit 70b2b8c

Browse files
committed
Samples - update nuget package from preview4 to version 1.0.0
1 parent 81eb685 commit 70b2b8c

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

samples/getting-started/BasicFormatter.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

8-
<PropertyGroup>
9-
<RestoreSources>$(RestoreSources);./nupkg;https://api.nuget.org/v3/index.json</RestoreSources>
10-
</PropertyGroup>
11-
128
<ItemGroup>
13-
<PackageReference Include="Dax.Formatter" Version="1.0.0-preview4" />
9+
<PackageReference Include="Dax.Formatter" Version="1.0.0" />
1410
</ItemGroup>
1511

1612
</Project>

samples/getting-started/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static async Task FormatSingleRequest()
5151

5252
ListSeparator = ',',
5353
DecimalSeparator = '.',
54-
MaxLineLenght = DaxFormatterLineStyle.LongLine,
54+
MaxLineLength = DaxFormatterLineStyle.LongLine,
5555
SkipSpaceAfterFunctionName = DaxFormatterSpacingStyle.BestPractice,
5656

5757
ServerMode = Dax.Formatter.AnalysisServices.ServerMode.Tabular,
@@ -88,7 +88,7 @@ private static async Task FormatMultipleRequests()
8888

8989
ListSeparator = ',',
9090
DecimalSeparator = '.',
91-
MaxLineLenght = DaxFormatterLineStyle.LongLine,
91+
MaxLineLength = DaxFormatterLineStyle.LongLine,
9292
SkipSpaceAfterFunctionName = DaxFormatterSpacingStyle.BestPractice,
9393

9494
ServerMode = Dax.Formatter.AnalysisServices.ServerMode.Tabular,

samples/getting-started/nupkg/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)