Skip to content

Commit

Permalink
AutoUpdater.NET crash should be fixed now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hancapo committed Mar 5, 2023
1 parent f6379e1 commit 7ebe6a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Folder2YTD/Folder2YTD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<DebugType>full</DebugType>
<Platforms>AnyCPU;x64</Platforms>
<FileVersion>0.4.0.2</FileVersion>
<AssemblyVersion>0.4.0.2</AssemblyVersion>
<FileVersion>0.4.0.3</FileVersion>
<AssemblyVersion>0.4.0.3</AssemblyVersion>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject></StartupObject>
</PropertyGroup>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.7" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.0" />
<PackageReference Include="BCnEncoder.Net" Version="2.1.0" />
<PackageReference Include="BCnEncoder.Net.ImageSharp" Version="1.1.1" />
<PackageReference Include="MaterialDesignColors" Version="2.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion Folder2YTD/updateinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.4.0.2</version>
<version>0.4.0.3</version>
<url>https://github.com/Hancapo/Folder2YTD/releases/latest/download/Folders2YTD.zip</url>
<changelog>https://pastebin.com/raw/6rp2VuLS</changelog>
<mandatory>true</mandatory>
Expand Down

0 comments on commit 7ebe6a2

Please sign in to comment.