Skip to content

Commit f769b61

Browse files
committed
Fixed AppData handler
1 parent f14b944 commit f769b61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Amethyst.Plugins.Contract/Amethyst.Plugins.Contract.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Title>Amethyst Device Plugin API (Contract)</Title>
99
<FileVersion></FileVersion>
10-
<Version>0.3.33</Version>
10+
<Version>0.3.35</Version>
1111
<Platforms>x64</Platforms>
1212
</PropertyGroup>
1313

Amethyst/Classes/PathsHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static bool GetIsAmethystPackaged
4646
}
4747
}
4848

49-
public static AppDataContainer LocalSettings => new();
49+
public static AppDataContainer LocalSettings = new();
5050

5151
public static FileInfo ProgramLocation => new(Assembly.GetExecutingAssembly().Location);
5252

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ stages:
170170

171171
- publish: "$(Build.ArtifactStagingDirectory)/pack"
172172
displayName: Publish Amethyst - Unpackaged
173-
artifact: pack
173+
artifact: unpack
174174

175175
- stage: Stage
176176
dependsOn: Build

0 commit comments

Comments
 (0)