File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments