Skip to content

Commit

Permalink
Set to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Costa committed Sep 12, 2023
1 parent f02d4bb commit ff569bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
6 changes: 3 additions & 3 deletions plugin_template/swinfo.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"spec": "1.3",
"spec": "1.4",
"mod_id": "LuxsOABExtensions",
"author": "LuxStice",
"name": "Lux's OAB Extensions",
"description": "A collection of QoL and improvments to the OAB aimed at players and modders.",
"source": "https://github.com/LuxStice/LuxsOABExtensions",
"version": "0.3.0",
"version": "1.0.0",
"version_check": "https://raw.githubusercontent.com/LuxStice/LuxsOABExtensions/main/plugin_template/swinfo.json",
"ksp2_version": {
"min": "0.1.3",
"min": "0.1.4",
"max": "*"
},
"dependencies": [
Expand Down
20 changes: 9 additions & 11 deletions src/LuxsOABExtensions/LuxsOABExtensions.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<!-- Project references -->
<ItemGroup Label="DLL file references">
<!-- Add references to any DLL files you want to use in your mod here -->
</ItemGroup>
<PropertyGroup />
<ItemGroup Label="NuGet package references">
<!-- Add references to any NuGet packages you want to use in your mod here -->
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all"/>
<!--PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all"/-->
<PackageReference Include="BepInEx.Core" Version="5.*"/>
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*"/>
<PackageReference Include="HarmonyX" Version="2.10.1"/>
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.3" PrivateAssets="all"/>
<PackageReference Include="SpaceWarp" Version="1.3.0"/>
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1"/>
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" />
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all" />
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
<PackageReference Include="HarmonyX" Version="2.10.1" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" PrivateAssets="all" />
<PackageReference Include="SpaceWarp" Version="1.4.0" />
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1" />
</ItemGroup>
</Project>

0 comments on commit ff569bf

Please sign in to comment.