Compare commits
6
Commits
edcf1722f9
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b430ba940 | ||
|
|
d10837534c | ||
|
|
0550c58ade | ||
|
|
18f3e36226 | ||
|
|
545be22235 | ||
|
|
1dff436028 |
+3
-3
@@ -7,8 +7,8 @@
|
||||
<RootNamespace>$(AssemblyName)</RootNamespace>
|
||||
<Platforms>x64</Platforms>
|
||||
<Description>WinForm Display module of HiAPI</Description>
|
||||
<VersionBuild>153</VersionBuild>
|
||||
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
||||
<VersionBuild>13</VersionBuild>
|
||||
<VersionPrefix>3.2.$(VersionBuild)</VersionPrefix>
|
||||
<PackageTags>HiAPI</PackageTags>
|
||||
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
@@ -31,7 +31,7 @@
|
||||
<ProjectReference Include="..\HiDisp\HiDisp.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||
<PackageReference Include="HiDisp" Version="3.1.*" />
|
||||
<PackageReference Include="HiDisp" Version="3.2.*" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\acc\deploy_local_nupkg.targets" Condition="'$(Configuration)'=='Release'" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user