Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTK committed Apr 30, 2023
1 parent c7f3235 commit 78060c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>8</ApplicationRevision>
<ApplicationVersion>1.1.1.*</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.6.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
Expand All @@ -31,6 +31,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
<History>True|2023-03-27T13:48:07.7214230Z;True|2023-03-26T20:49:45.9406152-04:00;True|2023-03-26T16:41:52.6035657-04:00;True|2023-03-26T16:41:17.0589722-04:00;True|2023-03-26T16:39:59.6324415-04:00;</History>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions SunshineGameFinder/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"SunshineGameFinder": {
"commandName": "Project",
"commandLineArgs": "-ru"
}
}
}
4 changes: 2 additions & 2 deletions SunshineGameFinder/SunshineGameFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<RepositoryUrl>https://github.com/JMTK/SunshineGameFinder</RepositoryUrl>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>1.5.0</AssemblyVersion>
<FileVersion>1.5.0</FileVersion>
<AssemblyVersion>1.6.0</AssemblyVersion>
<FileVersion>1.6.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 78060c4

Please sign in to comment.