Skip to content

Commit

Permalink
Advance to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Apr 7, 2022
1 parent d9b6dd4 commit 1e868d0
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>netstandard2.0</TargetFramework>
<RootNamespace>DvMod.HeadsUpDisplay</RootNamespace>
<InformationalVersion>0.6.1</InformationalVersion>
<InformationalVersion>1.0.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.6.1",
"Version": "1.0.0",
"LoadAfter": ["DVCustomCarLoader"],
"AssemblyName": "HeadsUpDisplay.dll",
"EntryMethod": "DvMod.HeadsUpDisplay.Main.Load",
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": "1.0.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v1.0.0/HeadsUpDisplay_1.0.0.zip"},
{"Id": "HeadsUpDisplay", "Version": "0.6.1", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.6.1/HeadsUpDisplay_0.6.1.zip"},
{"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"},
Expand Down

0 comments on commit 1e868d0

Please sign in to comment.