|
8 | 8 | <Description>This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".</Description> |
9 | 9 | <Copyright>Copyright 2018 Adam Kauffman</Copyright> |
10 | 10 | <Deterministic>false</Deterministic> |
11 | | - <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| 11 | + <AssemblyVersion>2.0.0</AssemblyVersion> |
12 | 12 | <PackageReleaseNotes>The first release verified with integration tests.</PackageReleaseNotes> |
13 | 13 | <PackageTags>ux2dos, dos2ux</PackageTags> |
14 | 14 | <PackageProjectUrl>https://github.com/A9G-Data-Droid/TextFileConvert</PackageProjectUrl> |
15 | 15 | <PackageIcon>ux2dos.png</PackageIcon> |
16 | 16 | <RepositoryUrl>https://github.com/A9G-Data-Droid/TextFileConvert</RepositoryUrl> |
17 | | - <RepositoryType>GitHub</RepositoryType> |
| 17 | + <RepositoryType></RepositoryType> |
18 | 18 | <PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression> |
19 | 19 | <Company /> |
20 | 20 | <DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> |
21 | 21 | <LangVersion>latest</LangVersion> |
| 22 | + <ApplicationIcon>ux2dos.ico</ApplicationIcon> |
| 23 | + <Nullable>enable</Nullable> |
| 24 | + <Title>Text File Convert Line Endings</Title> |
| 25 | + <FileVersion>$(AssemblyVersion)</FileVersion> |
| 26 | + <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
| 27 | + <EnableNETAnalyzers>True</EnableNETAnalyzers> |
| 28 | + <AnalysisLevel>latest-recommended</AnalysisLevel> |
| 29 | + <Version>$(AssemblyVersion)</Version> |
| 30 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 33 | + <WarningLevel>7</WarningLevel> |
| 34 | + <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 37 | + <WarningLevel>7</WarningLevel> |
| 38 | + <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
22 | 39 | </PropertyGroup> |
23 | 40 | <ItemGroup> |
| 41 | + <Content Include="ux2dos.ico" /> |
| 42 | + </ItemGroup> |
| 43 | + <ItemGroup> |
| 44 | + <None Include="..\README.md"> |
| 45 | + <Pack>True</Pack> |
| 46 | + <PackagePath>\</PackagePath> |
| 47 | + </None> |
24 | 48 | <None Include="ux2dos.png" Pack="true" PackagePath=""> |
25 | 49 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
26 | 50 | </None> |
|
0 commit comments