Skip to content

Commit

Permalink
🎉v0.6.0 Release: Complete refactor!
Browse files Browse the repository at this point in the history
See (#39) for more info!
  • Loading branch information
Sharkgamedev authored Nov 24, 2021
2 parents 7272a91 + 9763e83 commit 2eccaf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ark-Backup-Handler/Ark Backup Handler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Automatically backs up dedicated server info for Ark Survival Evolved Windows 10 and Steam editions.</Description>
<Copyright>2021</Copyright>
<PackageProjectUrl>sharksinteractive.net</PackageProjectUrl>
<PackageReleaseNotes>Update checker bugfix. 'Revert' tab coming soon.</PackageReleaseNotes>
<PackageReleaseNotes>Complete overhaul of background systems. The Backup Handler now runs more efficiently and uses less resources while minimized, is easier to maintain, contains fewer bugs and has better ease of use with improved tooltips and an automatic updater.</PackageReleaseNotes>
<PackageTags>App,Ark-Survival-Evolved,Backup,Server-Tools</PackageTags>
<RepositoryType>GitHub</RepositoryType>
<RepositoryUrl>https://github.com/Sharks-Interactive</RepositoryUrl>
Expand All @@ -25,11 +25,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>D:\Apps\Ark Backup Handler Release v0.3.0 Stable\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutputPath>D:\Apps\Ark Backup Handler Release v0.3.0 Stable\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2eccaf1

Please sign in to comment.