Skip to content

Commit

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

Type: dev
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 3, 2024
1 parent 8a7e85f commit 8a2ffa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0.24.36</Version>
<Version>0.0.24.37</Version>
<Copyright>Copyright © Aptivi 2018 - 2024</Copyright>
<Company>Aptivi</Company>
<Product>Nitrocid</Product>
Expand All @@ -21,7 +21,7 @@
releases that only increment the mod API version when needed.
-->
<NitrocidModAPIVersionMajor>2.1.24</NitrocidModAPIVersionMajor>
<NitrocidModAPIVersionChangeset>36</NitrocidModAPIVersionChangeset>
<NitrocidModAPIVersionChangeset>37</NitrocidModAPIVersionChangeset>

<!-- The above two properties are to be installed to the file version -->
<NitrocidModAPIVersion>$(NitrocidModAPIVersionMajor).$(NitrocidModAPIVersionChangeset)</NitrocidModAPIVersion>
Expand Down
8 changes: 8 additions & 0 deletions Kernel Simulator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kernel Simulator Source", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KSCleanUnusedLocales", "KSCleanUnusedLocales\KSCleanUnusedLocales.csproj", "{22744969-682D-4974-895E-53079DA9EA3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{22D4D597-2887-4E38-AE03-9671F1B83B4D}"
ProjectSection(SolutionItems) = preProject
CHANGES = CHANGES
CHANGES.TITLE = CHANGES.TITLE
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -96,6 +103,7 @@ Global
{A32F9CED-BCDB-48A7-A42D-E98E33BD6E65} = {6A7CBCC5-37B9-402E-8590-DBD4D3B93579}
{61916ED1-66D6-4938-9F1A-D0DF38D16E20} = {6A7CBCC5-37B9-402E-8590-DBD4D3B93579}
{22744969-682D-4974-895E-53079DA9EA3C} = {61916ED1-66D6-4938-9F1A-D0DF38D16E20}
{22D4D597-2887-4E38-AE03-9671F1B83B4D} = {6A7CBCC5-37B9-402E-8590-DBD4D3B93579}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {424D8E7A-CFEB-40AE-A79C-437D603177FD}
Expand Down

0 comments on commit 8a2ffa5

Please sign in to comment.