Skip to content

Commit

Permalink
Update Changelog for v1.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Jan 29, 2023
1 parent a6b31c7 commit c277242
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.8.0 Nighty-night Nightlys :(

- Migrate from .NET Core 3.1 to .NET 6.0 (LTS).
- Due to (new?) AppVeyor restrictions of 1024 MB/day bandwidth on Artifact downloads, the auto download feature had to be removed.
- Removed the dependency on Newtonsoft.Json, no longer required after removing the auto-download.
- Installation instructions have been completely rewritten to make it much more clear.
- Mateo Carriqui (system32uwu) for taking the time to fix a small width and height safety check mistake. (#5, #6)

# 1.7.0 Hello .NET Core

- Migrate from .NET Framework v4.8 to .NET Core 3.1.
Expand Down
11 changes: 10 additions & 1 deletion DeSmuMAR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/rlaphoenix/DeSmuMAR</RepositoryUrl>
<PackageTags>emulator, nintendo, emulation, nintendo-ds, desmume</PackageTags>
<PackageReleaseNotes># 1.7.0 Hello .NET Core
<PackageReleaseNotes># 1.8.0 Nighty-night Nightlys :(

- Migrate from .NET Core 3.1 to .NET 6.0 (LTS).
- Due to (new?) AppVeyor restrictions of 1024 MB/day bandwidth on Artifact downloads, the auto download feature had to be removed.
- Removed the dependency on Newtonsoft.Json, no longer required after removing the auto-download.
- Installation instructions have been completely rewritten to make it much more clear.
- Mateo Carriqui (system32uwu) for taking the time to fix a small width and height safety check mistake. (#5, #6)

# 1.7.0 Hello .NET Core

- Migrate from .NET Framework v4.8 to .NET Core 3.1.
- Instead of using the entire virtual screen size as the constraint, use only the active monitor/display's size.
Expand Down Expand Up @@ -84,6 +92,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>DeSmuMAR</Title>
<NeutralLanguage>en</NeutralLanguage>
<IsPublishable>False</IsPublishable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c277242

Please sign in to comment.