File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 87
87
<!-- we manually update these -->
88
88
<PropertyGroup Condition =" '$(MSBuildProjectName.IndexOf(`libtorch-`))' != '-1'" >
89
89
<LibTorchPackageVersion >2.2.1.1</LibTorchPackageVersion >
90
+ <PreviousPackageVersion >2.2.1.1</PreviousPackageVersion >
90
91
<VersionPrefix >$(LibTorchPackageVersion)</VersionPrefix >
91
92
<VersionSuffix ></VersionSuffix >
92
93
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<MajorVersion >0</MajorVersion >
4
4
<MinorVersion >102</MinorVersion >
5
5
<PatchVersion >7</PatchVersion >
6
+ <PreviousPackageVersion >0.102.6</PreviousPackageVersion >
6
7
</PropertyGroup >
7
8
8
9
</Project >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <Import Project =" ..\Directory.Build.targets" />
3
+
4
+ <PropertyGroup Condition =" '$(IsPackable)' != 'false'" >
5
+ <EnablePackageValidation >true</EnablePackageValidation >
6
+ <PackageValidationBaselineVersion >$(PreviousPackageVersion)</PackageValidationBaselineVersion >
7
+ </PropertyGroup >
8
+ </Project >
You can’t perform that action at this time.
0 commit comments