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 22
33 <PropertyGroup >
44 <TargetFramework >net7.0-windows7.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
75 <AssemblyName >Flow.Launcher.Plugin.KubernetesContextSwitcher</AssemblyName >
86 <RootNamespace >Flow.Launcher.Plugin.KubernetesContextSwitcher</RootNamespace >
9- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
10- <Version >1.0.1</Version >
11- <Authors >Robin Hermann</Authors >
127 <Description >A Flow Launcher plugin to switch Kubernetes contexts quickly</Description >
138 <PackageId >Flow.Launcher.Plugin.KubernetesContextSwitcher</PackageId >
9+ <Version >1.0.1</Version >
10+ <Authors >Robin Hermann</Authors >
1411 <PackageProjectUrl >https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher</PackageProjectUrl >
1512 <RepositoryUrl >https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher</RepositoryUrl >
1613 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
14+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
15+ <ImplicitUsings >enable</ImplicitUsings >
16+ <Nullable >enable</Nullable >
1717 </PropertyGroup >
1818
1919 <ItemGroup >
You can’t perform that action at this time.
0 commit comments