Skip to content

Commit

Permalink
Added manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Jan 6, 2020
1 parent 072c037 commit 867af4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions NomaiVR/NomaiVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="manifest.json" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
9 changes: 9 additions & 0 deletions NomaiVR/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"filename": "NomaiVR.dll",
"author": "Raicuparta",
"name": "NomaiVR",
"uniqueName": "Raicuparta.NomaiVR",
"version": "0.1",
"owmlVersion": "0.3.10",
"enabled": true
}

0 comments on commit 867af4b

Please sign in to comment.