Skip to content

Commit

Permalink
First release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek authored Dec 22, 2020
1 parent e8d5d18 commit bbc610e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SwedishPersonalNumber/SwedishPersonalNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<TargetFrameworks>net5.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<PackageDescription>This package contains a representation of the Swedish Personal Number that can be reused across projects. It supports parsing a string and printing it as a string according to different formats.</PackageDescription>
</PropertyGroup>

<ItemGroup>
<Compile Update="SwedishPersonalNumber.Parse.cs">
<DependentUpon>SwedishPersonalNumber.cs</DependentUpon>
Expand Down

0 comments on commit bbc610e

Please sign in to comment.