Skip to content

Commit

Permalink
Advance to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Jun 28, 2021
1 parent 5659e8a commit 6699150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeadsUpDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>DvMod.HeadsUpDisplay</RootNamespace>
<InformationalVersion>0.5.3</InformationalVersion>
<InformationalVersion>0.6.0</InformationalVersion>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "HeadsUpDisplay",
"DisplayName": "Heads-up Display",
"Author": "Zeibach",
"Version": "0.5.3",
"Version": "0.6.0",
"AssemblyName": "HeadsUpDisplay.dll",
"EntryMethod": "DvMod.HeadsUpDisplay.Main.Load",
"HomePage": "https://www.nexusmods.com/derailvalley/mods/206",
Expand Down
1 change: 1 addition & 0 deletions resources/repository.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Releases":
[
{"Id": "HeadsUpDisplay", "Version": "0.6.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.6.0/HeadsUpDisplay_0.6.0.zip"},
{"Id": "HeadsUpDisplay", "Version": "0.5.3", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.5.3/HeadsUpDisplay_0.5.3.zip"},
{"Id": "HeadsUpDisplay", "Version": "0.5.2", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.5.2/HeadsUpDisplay_0.5.2.zip"},
{"Id": "HeadsUpDisplay", "Version": "0.5.1", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.5.1/HeadsUpDisplay_0.5.1.zip"},
Expand Down

0 comments on commit 6699150

Please sign in to comment.