Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-rathi committed Apr 22, 2023
1 parent 75f8292 commit d0394bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file modified Screenshots/CleanUtility.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/DownloadUtility.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/HomePage.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions VS2017OfflineSetupUtility/VS2017OfflineSetupUtility.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<StartupObject>VS2017OfflineSetupUtility.App</StartupObject>
<Version>1.4.2</Version>
<Product>VS2017 Offline Setup Utility</Product>
Expand All @@ -15,12 +21,12 @@
</PackageIcon>
<RepositoryUrl>https://github.com/deepak-rathi/VS2017OfflineSetupUtility</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>Added VS2022</PackageReleaseNotes>
<PackageReleaseNotes>Upgraded to .Net7</PackageReleaseNotes>
<PackageId>VS2017OfflineSetupUtility</PackageId>
<ApplicationIcon>Assets\logo.ico</ApplicationIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright © 2017-2021 Deepak Rathi</Copyright>
<Copyright>Copyright © 2017-2023 Deepak Rathi</Copyright>
<Description>This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019/2022 Offline Setup files and folder.</Description>
<AssemblyName>VS2017OfflineSetupUtility</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit d0394bc

Please sign in to comment.