Skip to content

Commit 46966c3

Browse files
committed
Corrected version bump for 1.0.6 release
Updated this to be a 2.0.0 version, the version bump from 1.0.5 to 1.0.6 was too small
1 parent b830cc7 commit 46966c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DesktopApp/DesktopApp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UseWPF>true</UseWPF>
9-
<Version>1.0.6</Version>
10-
<AssemblyVersion>1.0.6</AssemblyVersion>
11-
<FileVersion>1.0.6</FileVersion>
12-
<InformationalVersion>1.0.6</InformationalVersion>
9+
<Version>2.0.0</Version>
10+
<AssemblyVersion>2.0.0</AssemblyVersion>
11+
<FileVersion>2.0.0</FileVersion>
12+
<InformationalVersion>2.0.0</InformationalVersion>
1313
<AssemblyName>iptv-desktop-browser</AssemblyName>
1414
<!-- Generate NuGet lock file so GitHub Actions dependency steps succeed -->
1515
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

0 commit comments

Comments
 (0)