Skip to content

Commit

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

Bump Microsoft.AnalysisServices from 19.87.2 to 19.87.7 in /nuget
  • Loading branch information
mthierba authored Jan 6, 2025
2 parents 1f516c4 + edc6662 commit 1680aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BIM-to-TMDL.linq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Query Kind="Statements">
<NuGetReference Version="19.87.2">Microsoft.AnalysisServices</NuGetReference>
<NuGetReference Version="19.87.7">Microsoft.AnalysisServices</NuGetReference>
<Namespace>AMO = Microsoft.AnalysisServices</Namespace>
<Namespace>Microsoft.AnalysisServices.Tabular.Extensions</Namespace>
<Namespace>Microsoft.AnalysisServices.Tabular.Serialization</Namespace>
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.7](https://www.nuget.org/packages/Microsoft.AnalysisServices/19.87.7) | [Jan-2025](https://github.com/mthierba/tmdl-history/pull/24) | 1608 | 6-Jan-2025 | NA / [1.2.0](https://github.com/pbi-tools/pbi-tools/releases/tag/1.2.0) |
| [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` |
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.87.2" />
<PackageReference Include="Microsoft.AnalysisServices" Version="19.87.7" />
</ItemGroup>

</Project>

0 comments on commit 1680aaa

Please sign in to comment.