Skip to content

Commit

Permalink
Chnge manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Annosz committed Nov 2, 2020
1 parent 20cc2f8 commit 46686fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions SDVModTest/UI Info Suite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ProjectGuid>{B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UIInfoSuite</RootNamespace>
<AssemblyName>UIInfoSuite</AssemblyName>
<RootNamespace>UIInfoSuite2</RootNamespace>
<AssemblyName>UIInfoSuite2</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down Expand Up @@ -103,10 +103,12 @@
</ItemGroup>
<ItemGroup>
<None Include="i18n\de.json" />
<None Include="i18n\fr.json" />
<None Include="i18n\hu.json" />
<None Include="i18n\default.json" />
<None Include="i18n\es.json" />
<None Include="i18n\ja.json" />
<None Include="i18n\ko.json" />
<None Include="i18n\pt.json" />
<None Include="i18n\ru.json" />
<None Include="i18n\th.json" />
Expand Down
16 changes: 8 additions & 8 deletions SDVModTest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Name": "UI Info Suite",
"Author": "Cdaragorn",
"Version": "1.8.4",
"Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.",
"UniqueID": "Cdaragorn.UiInfoSuite",
"EntryDll": "UIInfoSuite.dll",
"MinimumApiVersion" : "3.0.0",
"UpdateKeys": [ "Nexus:1150" ]
"Name": "UI Info Suite 2",
"Author": "Annosz",
"Version": "2.0.0",
"Description": "Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.",
"UniqueID": "Annosz.UiInfoSuite2",
"EntryDll": "UIInfoSuite2.dll",
"MinimumApiVersion": "3.0.0",
"UpdateKeys": [ "Nexus:7098" ]
}

0 comments on commit 46686fc

Please sign in to comment.