From bbc610e096a32b1762ae5e5c5b62f83e467bb137 Mon Sep 17 00:00:00 2001 From: Renato Golia Date: Tue, 22 Dec 2020 15:17:50 +0100 Subject: [PATCH] First release (#2) --- src/SwedishPersonalNumber/SwedishPersonalNumber.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SwedishPersonalNumber/SwedishPersonalNumber.csproj b/src/SwedishPersonalNumber/SwedishPersonalNumber.csproj index 691618f..6a15b3b 100644 --- a/src/SwedishPersonalNumber/SwedishPersonalNumber.csproj +++ b/src/SwedishPersonalNumber/SwedishPersonalNumber.csproj @@ -4,6 +4,10 @@ net5.0;netstandard2.1 + + 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. + + SwedishPersonalNumber.cs