Skip to content

Commit

Permalink
dev - Started development of 0.1.0.8
Browse files Browse the repository at this point in the history
---

Type: dev
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed May 17, 2024
1 parent 35a8571 commit 84ac05e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- KS General Information -->
<PropertyGroup>
<!-- Versioning and some info to be installed to all the Nitrocid projects, including the addons -->
<Version>0.1.0.7</Version>
<Version>0.1.0.8</Version>
<Copyright>Copyright © Aptivi 2018 - 2024</Copyright>
<Company>Aptivi</Company>
<Product>Nitrocid</Product>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Nitrocid.Analyzers.9e6ed597-4035-4f19-9265-c360a7730da4" Version="0.1.0.7" Language="en-US" Publisher="Aptivi"/>
<Identity Id="Nitrocid.Analyzers.9e6ed597-4035-4f19-9265-c360a7730da4" Version="0.1.0.8" Language="en-US" Publisher="Aptivi"/>
<DisplayName>Nitrocid KS - Analyzers Pack</DisplayName>
<Description xml:space="preserve">Simulates our future-planned kernel, Nitrocid Kernel. This package contains Nitrocid API analyzers that you can use for your mods.</Description>
</Metadata>
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid.Templates/templates/KSMod/KSMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KS" Version="0.1.0.7" />
<PackageReference Include="KS" Version="0.1.0.8" />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions public/Nitrocid/BootMetadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[
{
"OverrideTitle": "Nitrocid 0.1.0.7",
"OverrideTitle": "Nitrocid",
"Arguments": [ "noaltbuffer" ]
},
{
"OverrideTitle": "Nitrocid 0.1.0.7 - debug",
"OverrideTitle": "Nitrocid - debug",
"Arguments": [ "noaltbuffer", "debug" ]
},
{
"OverrideTitle": "Nitrocid 0.1.0.7 - force on small console",
"OverrideTitle": "Nitrocid - force on small console",
"Arguments": [ "noaltbuffer", "bypasssizedetection" ]
},
{
"OverrideTitle": "Nitrocid 0.1.0.7 - safe mode",
"OverrideTitle": "Nitrocid - safe mode",
"Arguments": [ "noaltbuffer", "safe" ]
},
{
"OverrideTitle": "Nitrocid 0.1.0.7 - maintenance mode",
"OverrideTitle": "Nitrocid - maintenance mode",
"Arguments": [ "noaltbuffer", "maintenance" ]
},
{
"OverrideTitle": "Nitrocid 0.1.0.7 - verbose",
"OverrideTitle": "Nitrocid - verbose",
"Arguments": [ "noaltbuffer", "verbosepreboot" ]
}
]

0 comments on commit 84ac05e

Please sign in to comment.