Skip to content

Commit 55bff98

Browse files
Updated the version, fixed a bug where tests were being included.
1 parent d737f96 commit 55bff98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buffer.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.1.3</Version>
10+
<Version>1.2.0</Version>
1111
<Authors>Pradosh (helloImPR)</Authors>
1212
<Description>A fast, completely controllable input method solution for C#.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -20,6 +20,9 @@
2020
<ItemGroup>
2121
<None Include="readme.md" Pack="true" PackagePath="\"/>
2222
<None Include="icon.png" Pack="true" PackagePath="\"/>
23+
24+
<!-- Removing tests from compiling together -->
25+
<Compile Remove="tests\**\*.cs" />
2326
</ItemGroup>
2427

2528
</Project>

0 commit comments

Comments
 (0)