Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Nov 3, 2019
1 parent c48bcd8 commit 0257d24
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/TurkishId/TurkishId.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Turkish ID Number Validation Library</Description>
<Copyright>Copyright © Sedat Kapanoglu 2014-2018</Copyright>
<VersionPrefix>3.0</VersionPrefix>
<Version>2.2.0</Version>
<Authors>Sedat Kapanoglu</Authors>
<TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -18,17 +18,14 @@
<PackageTags>turkish id verification tc kimlik tckimlik</PackageTags>
<PackageReleaseNotes><![CDATA[
- Support .NET Standard 1.1+
- Support nullable references
]]></PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>src/TurkishId/TurkishId.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="stylecop.json" />
<None Remove="TurkishId.xml" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>
Expand Down

0 comments on commit 0257d24

Please sign in to comment.