We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d737f96 commit 55bff98Copy full SHA for 55bff98
buffer.csproj
@@ -7,7 +7,7 @@
7
<Nullable>enable</Nullable>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
10
- <Version>1.1.3</Version>
+ <Version>1.2.0</Version>
11
<Authors>Pradosh (helloImPR)</Authors>
12
<Description>A fast, completely controllable input method solution for C#.</Description>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -20,6 +20,9 @@
20
<ItemGroup>
21
<None Include="readme.md" Pack="true" PackagePath="\"/>
22
<None Include="icon.png" Pack="true" PackagePath="\"/>
23
+
24
+ <!-- Removing tests from compiling together -->
25
+ <Compile Remove="tests\**\*.cs" />
26
</ItemGroup>
27
28
</Project>
0 commit comments