We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997ab4d commit c4fc28aCopy full SHA for c4fc28a
src/AiZoom/AiZoom.csproj
@@ -4,11 +4,13 @@
4
<OutputType>WinExe</OutputType>
5
<TargetFramework>net6.0-windows</TargetFramework>
6
<UseWPF>true</UseWPF>
7
- <Version>1.0.0</Version>
+ <Version>2.0.0</Version>
8
<ApplicationIcon>icon.ico</ApplicationIcon>
9
<Win32Resource />
10
<PackageIcon>icon.png</PackageIcon>
11
<PackageIconUrl />
12
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
13
+ <FileVersion>2.0.0.0</FileVersion>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments