Skip to content

Commit bb34fb6

Browse files
committed
Update sdk to 2.1.0
1 parent 633383b commit bb34fb6

5 files changed

Lines changed: 16 additions & 48 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: NuGet Packages
7575
if-no-files-found: error
7676
retention-days: 7
77-
path: ./*.nupkg
77+
path: ./DynamicVariablePowerTools.nupkg
7878

7979
# Only when it's not from a PR to avoid any funny packages in the cache
8080
- name: Save NuGet Package Cache

Directory.Build.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
<ResoniteInstallOnBuild Condition="'$(ResoniteInstallOnBuild)'==''">true</ResoniteInstallOnBuild>
44
</PropertyGroup>
55

6-
<PropertyGroup>
7-
<PackageReadmeFile>README.md</PackageReadmeFile>
8-
</PropertyGroup>
9-
106
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
117
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
128
<ResoniteInstallOnBuild>false</ResoniteInstallOnBuild>
139
</PropertyGroup>
1410

1511
<PropertyGroup Condition="'$(ResonitePath)'==''">
1612
<ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</ResonitePath>
13+
<ResonitePath Condition="Exists('D:/SteamLibrary//steamapps/common/Resonite/')">D:/SteamLibrary//steamapps/common/Resonite</ResonitePath>
14+
<ResonitePath Condition="Exists('G:/SteamLibrary/steamapps/common/Resonite')">G:/SteamLibrary\steamapps\common\Resonite</ResonitePath>
1715
</PropertyGroup>
1816
</Project>

DynamicVariablePowerTools.sln

Lines changed: 0 additions & 40 deletions
This file was deleted.

DynamicVariablePowerTools.slnx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="Directory.Build.props" />
4+
<File Path="README.md" />
5+
</Folder>
6+
<Folder Name="/Solution Items/workflows/">
7+
<File Path=".github/workflows/build.yml" />
8+
<File Path=".github/workflows/publish.yml" />
9+
</Folder>
10+
<Project Path="DynamicVariablePowerTools/DynamicVariablePowerTools.csproj" />
11+
</Solution>

DynamicVariablePowerTools/DynamicVariablePowerTools.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<Project Sdk="Remora.Resonite.Sdk/2.0.10">
1+
<Project Sdk="Remora.Resonite.Sdk/2.1.0">
22
<PropertyGroup>
3-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
43
<PackageId>DynamicVariablePowerTools</PackageId>
54
<Title>Dynamic Variable Power Tools</Title>
65
<Authors>Banane9</Authors>
7-
<Version>0.1.1-beta</Version>
6+
<Version>0.2.0-beta</Version>
87
<Description>This MonkeyLoader mod for Resonite adds a variety of powerful functions to dynamic variables and their spaces.</Description>
98
<PackageReadmeFile>README.md</PackageReadmeFile>
109
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>

0 commit comments

Comments
 (0)