Skip to content

Commit bf32437

Browse files
committed
Clean up csproj
1 parent 16de5a3 commit bf32437

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

OpenVROverlayPipe/OpenVROverlayPipe.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<UseWindowsForms>true</UseWindowsForms>
77
<UseWPF>true</UseWPF>
8-
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
98
<Nullable>enable</Nullable>
109
<LangVersion>12.0</LangVersion>
1110
<IsPackable>false</IsPackable>

OpenVROverlayPipe/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
<value>..\resources\logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="Version" xml:space="preserve">
128-
<value>v4.1.1</value>
128+
<value>v4.1.2</value>
129129
</data>
130130
</root>

Types/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvroverlaypipe-types",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "TypeScript type definitions for the input and output of OpenVROverlayPipe.",
55
"type": "module",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)