Skip to content

Commit

Permalink
Version 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Hatmanu committed Oct 12, 2024
1 parent f130787 commit 86d8619
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions BinaryFog.NameParser/BinaryFog.NameParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Parses names using English conventions for persons names.
Many thanks to Tyler Young, Matt Gillette, mguiness,Paul Forness, Jamin Quimby</Description>
<Copyright>Copyright © BinaryFog.com 2015 - 2021</Copyright>
<Version>3.2.3</Version>
<Version>3.2.4</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/binaryfog/NameParser</PackageProjectUrl>
<RepositoryUrl>https://github.com/binaryfog/NameParser</RepositoryUrl>
Expand All @@ -35,11 +35,12 @@ Many thanks to Tyler Young, Matt Gillette, mguiness,Paul Forness, Jamin Quimby</
<PackageReleaseNotes>Added patterns:
Two Hyphen Optionally Spaced Middle pattern</PackageReleaseNotes>
<PackageTags>Name parser, name parsing</PackageTags>
<AssemblyVersion>3.2.3.0</AssemblyVersion>
<FileVersion>3.2.3.0</FileVersion>
<AssemblyVersion>3.2.4.0</AssemblyVersion>
<FileVersion>3.2.4.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>999230.jpg</PackageIcon>
<Win32Resource></Win32Resource>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE;DEBUG_FULL_NAME_PATTERN_RESULTS</DefineConstants>
Expand Down Expand Up @@ -103,6 +104,10 @@ Two Hyphen Optionally Spaced Middle pattern</PackageReleaseNotes>
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Resources\999230.jpg">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit 86d8619

Please sign in to comment.