Skip to content

Commit b6f1f37

Browse files
author
Christoph Bühler
committed
feat: rename to KubeOps
1 parent c57b6fc commit b6f1f37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+10
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Dos/Dos.csproj renamed to src/KubeOps/KubeOps.csproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
<LangVersion>8</LangVersion>
88
<Authors>Christoph Bühler</Authors>
99
<Company>smartive AG</Company>
10+
<Owner>cbuehler</Owner>
11+
<RootNamespace>Dos</RootNamespace>
1012
</PropertyGroup>
1113

1214
<PropertyGroup>
1315
<IsPackable>true</IsPackable>
14-
<PackageId>DotnetOperatorSdk</PackageId>
16+
<PackageId>KubeOps</PackageId>
1517
<PackageTags>Kubernetes Operator SDK CustomResourceDefinition</PackageTags>
1618
<PackageProjectUrl>https://github.com/buehler/dotnet-operator-sdk</PackageProjectUrl>
1719
<PackageLicense>https://opensource.org/licenses/MIT</PackageLicense>
@@ -31,12 +33,12 @@
3133
</ItemGroup>
3234

3335
<ItemGroup>
34-
<Content Include="Build\DotnetOperatorSdk.props">
35-
<PackagePath>build\</PackagePath>
36-
</Content>
37-
<Content Include="Build\DotnetOperatorSdk.targets">
38-
<PackagePath>build\</PackagePath>
39-
</Content>
36+
<Content Include="Build\KubeOps.props">
37+
<PackagePath>build\</PackagePath>
38+
</Content>
39+
<Content Include="Build\KubeOps.targets">
40+
<PackagePath>build\</PackagePath>
41+
</Content>
4042
</ItemGroup>
4143

4244
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)