We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e11f4 commit 7c9eb50Copy full SHA for 7c9eb50
Directory.Build.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<LangVersion>preview</LangVersion>
4
<Nullable>enable</Nullable>
5
- <VersionPrefix>0.1.1</VersionPrefix>
+ <VersionPrefix>0.1.2</VersionPrefix>
6
<DebugType>embedded</DebugType>
7
<AnalysisLevel>preview</AnalysisLevel>
8
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
src/ShukujitsuSharp/ShukujitsuSharp.csproj
@@ -12,7 +12,6 @@
12
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
13
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14
<IsPackable>true</IsPackable>
15
- <PackAsTool>true</PackAsTool>
16
<PackageOutputPath>../../packages</PackageOutputPath>
17
<PackageReadmeFile>README.md</PackageReadmeFile>
18
</PropertyGroup>
0 commit comments