File tree Expand file tree Collapse file tree
AzureTray.Plugin.Contracts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <PropertyGroup >
1818 <!-- Host EXE version. Plugin packages each declare their own
1919 <Version> in their csproj so they're decoupled from this. -->
20- <Version >0.2.5 </Version >
20+ <Version >0.3.0 </Version >
2121 <Authors >ProxyLayer</Authors >
2222 <Product >AzureTray</Product >
2323 <Copyright >Copyright (c) ProxyLayer</Copyright >
Original file line number Diff line number Diff line change 1515 the host's <Version> in Directory.Build.props. The host can ship
1616 many releases without changing this; we only bump when the
1717 contracts surface itself changes. Bump when adding members. -->
18- <Version >0.3 .0</Version >
18+ <Version >1.0 .0</Version >
1919
2020 <IsPackable >true</IsPackable >
2121 <PackageId >AzureTray.Plugin.Contracts</PackageId >
Original file line number Diff line number Diff line change 99public static class PluginApiVersion
1010{
1111 /// <summary>The current contract version. Declare this in <see cref="ITrayPlugin.ApiVersion"/>.</summary>
12- public const int Current = 1 ;
12+ public const int Current = 2 ;
1313}
Original file line number Diff line number Diff line change 1212 <!-- Plugin version is tracked independently of the host. Bump when the
1313 plugin's behaviour changes; host releases don't affect this value.
1414 Publish via the workflow_dispatch trigger on publish-plugins.yml. -->
15- <Version >0.2 .0</Version >
15+ <Version >0.3 .0</Version >
1616
1717 <!-- See AzureTray.Plugin.PIM for rationale. Bundles transitive
1818 NuGet deps into the build output so they ship inside the
Original file line number Diff line number Diff line change 1212 <!-- Plugin version is tracked independently of the host. Bump when the
1313 plugin's behaviour changes; host releases don't affect this value.
1414 Publish via the workflow_dispatch trigger on publish-plugins.yml. -->
15- <Version >0.2 .0</Version >
15+ <Version >0.3 .0</Version >
1616
1717 <!-- Bundle every transitive NuGet dependency into the build output
1818 (and therefore into lib/net8.0/ of the .nupkg). The host's
You can’t perform that action at this time.
0 commit comments