Skip to content

Commit

Permalink
Merge pull request #23 from mthierba/dependabot/nuget/nuget/Microsoft…
Browse files Browse the repository at this point in the history
….AnalysisServices-19.87.2

Bump Microsoft.AnalysisServices from 19.86.6 to 19.87.2 in /nuget
  • Loading branch information
mthierba authored Dec 2, 2024
2 parents a53dae0 + 48b1d34 commit 1f516c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions nuget/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*.user
*.userosscache
*.sln.docstates
*.sln

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
6 changes: 3 additions & 3 deletions BIM-to-TMDL.linq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Query Kind="Statements">
<NuGetReference Version="19.86.6">Microsoft.AnalysisServices</NuGetReference>
<NuGetReference Version="19.87.2">Microsoft.AnalysisServices</NuGetReference>
<Namespace>AMO = Microsoft.AnalysisServices</Namespace>
<Namespace>Microsoft.AnalysisServices.Tabular.Extensions</Namespace>
<Namespace>Microsoft.AnalysisServices.Tabular.Serialization</Namespace>
Expand Down Expand Up @@ -31,9 +31,9 @@ MetadataSerializationOptions options = new MetadataSerializationOptionsBuilder(M
.WithTargetCompatibilityLevel(1606)
.GetOptions())
.GetOptions();

options.Dump("Serialization Options");

TOM.TmdlSerializer.SerializeDatabaseToFolder(db, targetPath, options);

// Verify:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TMDL is Microsoft's new language for defining tabular models for Analysis Servic

| TOM Version | TMDL Release | Max CompatLevel | Date | TE / pbi-tools | Notes |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | --------------- | ----------- | -------------- | ----- |
| [19.87.2](https://www.nuget.org/packages/Microsoft.AnalysisServices/19.87.2) | [Dec-2024](https://github.com/mthierba/tmdl-history/pull/23) | 1608 | 2-Dec-2024 | TBD |
| [19.86.6](https://www.nuget.org/packages/Microsoft.AnalysisServices/19.86.6) | [Nov-2024](https://github.com/mthierba/tmdl-history/pull/22) | 1608 | 4-Nov-2024 | TBD |
| [19.86.2.1](https://www.nuget.org/packages/Microsoft.AnalysisServices/19.86.2.1) | [Oct-2024](https://github.com/mthierba/tmdl-history/pull/19) | 1608 | 9-Oct-2024 | TBD | Adds `MetadataSerializationOptions.IncludeInferredDataTypes` |
| [19.84.10](https://www.nuget.org/packages/Microsoft.AnalysisServices/19.84.10) | [Sep-2024](https://github.com/mthierba/tmdl-history/pull/18) | 1608 | 3-Sep-2024 | TBD | Adds `DataBindingHint` (1608) |
Expand Down
2 changes: 1 addition & 1 deletion nuget/repo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AnalysisServices" Version="19.86.6" />
<PackageReference Include="Microsoft.AnalysisServices" Version="19.87.2" />
</ItemGroup>

</Project>

0 comments on commit 1f516c4

Please sign in to comment.