Skip to content

Commit 24b05f8

Browse files
committed
nupkg
1 parent 641d5fa commit 24b05f8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
obj/
33
bin/
44
*.DotSettings.user
5+
dist/

MRZCodeParser/MRZCodeParser.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<PackageVersion>0.1.0</PackageVersion>
7+
<Authors>snifter</Authors>
8+
<AssemblyVersion>0.1.0</AssemblyVersion>
59
</PropertyGroup>
610
<ItemGroup>
711
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">

0 commit comments

Comments
 (0)