Skip to content

Commit

Permalink
release build with no personal info
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Mar 26, 2024
1 parent ecc447c commit b181a61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RomM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<ErrorReport>none</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions RomM.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1267
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RomM", "RomM.csproj", "{2351B5C1-6E28-4B79-A1D9-90FDA53B5417}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RomM", "RomM.csproj", "{2351B5C1-6E28-4B79-A1D9-90FDA53B5417}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: RomM_9700aa21-447d-41b4-a989-acd38f407d9f
Name: RomM Library Importer
Author: The RomM Team
Version: 0.2.0
Version: 0.2.1
Module: RomM.dll
Type: GameLibrary
Icon: icon.png
Expand Down
8 changes: 7 additions & 1 deletion manifests/installer.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
AddonId: RomM_9700aa21-447d-41b4-a989-acd38f407d9f
Packages: null
Packages:
- Version: 0.2.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-03-24
PackageUrl: https://github.com/rommapp/playnite-plugin/releases/download/v0.2.1/RomM_9700aa21-447d-41b4-a989-acd38f407d9f_0_2_1.pext
Changelog:
- Initial beta release of the RomM Library Importer

0 comments on commit b181a61

Please sign in to comment.