File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net7.0-windows7.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
5
<AssemblyName >Flow.Launcher.Plugin.KubernetesContextSwitcher</AssemblyName >
8
6
<RootNamespace >Flow.Launcher.Plugin.KubernetesContextSwitcher</RootNamespace >
9
- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
10
- <Version >1.0.1</Version >
11
- <Authors >Robin Hermann</Authors >
12
7
<Description >A Flow Launcher plugin to switch Kubernetes contexts quickly</Description >
13
8
<PackageId >Flow.Launcher.Plugin.KubernetesContextSwitcher</PackageId >
9
+ <Version >1.0.1</Version >
10
+ <Authors >Robin Hermann</Authors >
14
11
<PackageProjectUrl >https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher</PackageProjectUrl >
15
12
<RepositoryUrl >https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher</RepositoryUrl >
16
13
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
14
+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
15
+ <ImplicitUsings >enable</ImplicitUsings >
16
+ <Nullable >enable</Nullable >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments