We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a97dd commit be56abfCopy full SHA for be56abf
3 files changed
OpenHardwareMonitor.csproj
@@ -316,7 +316,6 @@
316
<Compile Include="Hardware\TBalancer\TBalancer.cs" />
317
<Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
318
<Compile Include="Hardware\ThreadAffinity.cs" />
319
- <Compile Include="Properties\AssemblyVersion.cs" />
320
<Compile Include="Properties\Resources.Designer.cs">
321
<AutoGen>True</AutoGen>
322
<DesignTime>True</DesignTime>
Properties/AssemblyInfo.cs
@@ -13,3 +13,5 @@
13
[assembly: ComVisible(false)]
14
15
[assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
16
+
17
+[assembly: AssemblyVersion("0.9.*")]
Properties/AssemblyVersion.cs
0 commit comments