Skip to content

Commit 6b3efd1

Browse files
committed
Fix: add assembly information
1 parent d5d8a22 commit 6b3efd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DebitExpress.VatRelief/DebitExpress.VatRelief.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
9+
</PropertyGroup>
10+
11+
<PropertyGroup>
12+
<AssemblyName>vat.relief</AssemblyName>
13+
<AssemblyTitle>VAT Relief</AssemblyTitle>
14+
<Company>DebitExpress Business Solutions</Company>
15+
<AssemblyVersion>1.0.0</AssemblyVersion>
16+
<FileVersion>1.0.0</FileVersion>
917
<ApplicationIcon>favicon.ico</ApplicationIcon>
1018
</PropertyGroup>
1119

0 commit comments

Comments
 (0)