We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afabcb commit 4271dd4Copy full SHA for 4271dd4
2 files changed
MRZCodeParser/MRZCodeParser.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
- <PackageVersion>0.2.0</PackageVersion>
+ <PackageVersion>0.3.0</PackageVersion>
7
<Authors>snifter</Authors>
8
<AssemblyVersion>0.2.0</AssemblyVersion>
9
<Title>MRZCodeParser</Title>
README.md
@@ -50,4 +50,9 @@ L8988901C4XXX4009078F9612109<<<<<<<<"
50
}
51
```
52
53
-More samples you can find in MRZCode.Samples folder.
+More samples you can find in MRZCode.Samples folder.
54
+
55
+# Change log
56
57
+## v. 0.3.0
58
+Support for German ID cards by [daniels7](https://github.com/daniels7)
0 commit comments