diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a17924f..2c04d5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: name: NuGet Packages if-no-files-found: error retention-days: 7 - path: ./*.nupkg + path: ./DynamicVariablePowerTools.nupkg # Only when it's not from a PR to avoid any funny packages in the cache - name: Save NuGet Package Cache diff --git a/Directory.Build.props b/Directory.Build.props index 66c4ebe..e3f785f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,10 +3,6 @@ true - - README.md - - true false @@ -14,5 +10,7 @@ D:/Files/Games/Resonite/app + D:/SteamLibrary//steamapps/common/Resonite + G:/SteamLibrary\steamapps\common\Resonite diff --git a/DynamicVariablePowerTools.sln b/DynamicVariablePowerTools.sln deleted file mode 100644 index e1107b4..0000000 --- a/DynamicVariablePowerTools.sln +++ /dev/null @@ -1,40 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.33516.290 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicVariablePowerTools", "DynamicVariablePowerTools\DynamicVariablePowerTools.csproj", "{40835522-1978-431B-A395-0870583B80F5}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07124CF9-EE3D-4A7E-A2F8-8FD07966E423}" - ProjectSection(SolutionItems) = preProject - Directory.Build.props = Directory.Build.props - README.md = README.md - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}" - ProjectSection(SolutionItems) = preProject - .github\workflows\build.yml = .github\workflows\build.yml - .github\workflows\publish.yml = .github\workflows\publish.yml - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {40835522-1978-431B-A395-0870583B80F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {40835522-1978-431B-A395-0870583B80F5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {40835522-1978-431B-A395-0870583B80F5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {40835522-1978-431B-A395-0870583B80F5}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {07124CF9-EE3D-4A7E-A2F8-8FD07966E423} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {7D505B2E-FBA2-4F50-BC1C-838BC8DF0D5C} - EndGlobalSection -EndGlobal diff --git a/DynamicVariablePowerTools.slnx b/DynamicVariablePowerTools.slnx new file mode 100644 index 0000000..ceb5a66 --- /dev/null +++ b/DynamicVariablePowerTools.slnx @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/DynamicVariablePowerTools/DynamicVariablePowerTools.csproj b/DynamicVariablePowerTools/DynamicVariablePowerTools.csproj index 0d38c5b..9d7d72d 100644 --- a/DynamicVariablePowerTools/DynamicVariablePowerTools.csproj +++ b/DynamicVariablePowerTools/DynamicVariablePowerTools.csproj @@ -1,10 +1,9 @@ - + - True DynamicVariablePowerTools Dynamic Variable Power Tools Banane9 - 0.1.1-beta + 0.2.0-beta This MonkeyLoader mod for Resonite adds a variety of powerful functions to dynamic variables and their spaces. README.md LGPL-3.0-or-later