Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim committed Nov 2, 2021
1 parent a5449aa commit 3ffadc8
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 487 deletions.
5 changes: 5 additions & 0 deletions src/RSV/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ private void DoCompatibilityCheck()
lblSumBad.ForeColor = Color.DeepPink;
}

// Some advertising for ThisIsWin11 @https://github.com/builtbybel/ThisIsWin11
AddSumming("--------------------------------" + Environment.NewLine +
"Don't forget to give ThisIsWin11 a try after your upgrade to Windows 11.\n" +
"ThisIsWin11 guides you step by step in getting to know and setting up Windows 11.\n\n" +
"Get it from here: https://github.com/builtbybel/ThisIsWin11");
this.Enabled = true;
}

Expand Down
4 changes: 2 additions & 2 deletions src/RSV/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.61.0")]
[assembly: AssemblyFileVersion("0.61.0")]
[assembly: AssemblyVersion("0.70.0")]
[assembly: AssemblyFileVersion("0.70.0")]
2 changes: 1 addition & 1 deletion src/RSV/RSV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand Down
Loading

0 comments on commit 3ffadc8

Please sign in to comment.