Skip to content

Commit

Permalink
Fixing tokenizers version (#7309)
Browse files Browse the repository at this point in the history
* fixing tokenizers version

* fixes
  • Loading branch information
michaelgsharp authored Nov 13, 2024
1 parent 442d51c commit 5090327
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
</Project>
3 changes: 3 additions & 0 deletions src/Microsoft.ML.Tokenizers.Data.Gpt2/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
</Project>
14 changes: 14 additions & 0 deletions src/Microsoft.ML.Tokenizers/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project>
<PropertyGroup>
<IsStableProject>true</IsStableProject>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />

<PropertyGroup>
<MajorVersion>$([MSBuild]::Subtract($(MajorVersion), 3))</MajorVersion>
<!-- Blank version for now for API compat -->
<PackageValidationBaselineVersion></PackageValidationBaselineVersion>
</PropertyGroup>

</Project>

0 comments on commit 5090327

Please sign in to comment.