File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public static class Constants
66 {
77 public static readonly string AppName = "SharpGrabber [Desktop]" ;
88
9- public static readonly Version AppVersion = Version . Parse ( "3.0 " ) ;
9+ public static readonly Version AppVersion = Version . Parse ( "3.1 " ) ;
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 >3.1</Version >
910 </PropertyGroup >
1011 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'" >
1112 <PlatformTarget >AnyCPU</PlatformTarget >
You can’t perform that action at this time.
0 commit comments