build(Hi.Sample.Wpf): move the version line to 3.2 and retarget HiAPI references
VersionPrefix follows the workspace onto the 3.2 line and the floating HiAPI package references move from 3.1.* to 3.2.*, which is what the libraries now publish. The build counter keeps running -- only the packages on the Gitea feed restart, the same split as the 1.4 -> 3.1 move. The last 3.1 build of this repo is tagged and kept alive on support/3.1. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<VersionBuild>0</VersionBuild>
|
<VersionBuild>0</VersionBuild>
|
||||||
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
<VersionPrefix>3.2.$(VersionBuild)</VersionPrefix>
|
||||||
<Product>$(AssemblyName)</Product>
|
<Product>$(AssemblyName)</Product>
|
||||||
<OutputPath>bin\$(Platform).$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Platform).$(Configuration)\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
<ProjectReference Include="..\Hi.WpfPlus\Hi.WpfPlus.csproj" />
|
<ProjectReference Include="..\Hi.WpfPlus\Hi.WpfPlus.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||||
<PackageReference Include="HiNc" Version="3.1.*" />
|
<PackageReference Include="HiNc" Version="3.2.*" />
|
||||||
<PackageReference Include="Hi.WpfPlus" Version="3.1.*" />
|
<PackageReference Include="Hi.WpfPlus" Version="3.2.*" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Mech\" />
|
<Folder Include="Mech\" />
|
||||||
|
|||||||
Reference in New Issue
Block a user