Skip to content

Commit 4654be7

Browse files
committed
Update desktop to v4.7
1 parent 2dce902 commit 4654be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SharpGrabber.Desktop/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internal static class Constants
66
{
77
public static readonly string AppName = "SharpGrabber [Desktop]";
88

9-
public static readonly Version AppVersion = Version.Parse("4.6");
9+
public static readonly Version AppVersion = Version.Parse("4.7");
1010

1111
public static readonly string AppFullName = $"{AppName} {AppVersion}";
1212
}

src/SharpGrabber.Desktop/SharpGrabber.Desktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>SharpGrabber.Desktop</RootNamespace>
77
<LangVersion>9.0</LangVersion>
88
<ApplicationIcon />
9-
<Version>4.5</Version>
9+
<Version>4.7</Version>
1010
</PropertyGroup>
1111
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'">
1212
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)