Skip to content

Commit 6f621cf

Browse files
author
Robin Hermann
committed
chore: reorder properties
1 parent ef12261 commit 6f621cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
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>

0 commit comments

Comments
 (0)