File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Amethyst.Plugins.Contract Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments