Skip to content

Commit 5675bea

Browse files
committed
- Add Project Properties
1 parent 75da08e commit 5675bea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/FileUtil/FileUtil.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ Example: pipe delimited, csv, tsv, etc.</Description>
2323
<PackageLicenseFile>License.md</PackageLicenseFile>
2424
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2525
<IncludeSymbols>True</IncludeSymbols>
26+
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
27+
<PackageReleaseNotes>- Use Parsley.Net for parsing of files.</PackageReleaseNotes>
2628
</PropertyGroup>
2729
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2830
<Optimize>True</Optimize>
2931
</PropertyGroup>
32+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
33+
<Optimize>True</Optimize>
34+
</PropertyGroup>
3035
<ItemGroup>
3136
<None Include="..\..\License.md">
3237
<Pack>True</Pack>

0 commit comments

Comments
 (0)