Skip to content

Commit b6fcc7e

Browse files
author
Christoph Bühler
committed
chore: changing repo url in csproj file
1 parent c96ffce commit b6fcc7e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

config/Common.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<Nullable>enable</Nullable>
66
<LangVersion>8</LangVersion>
77
<Authors>Christoph Bühler</Authors>
8-
<Company>smartive AG</Company>
98
<Owner>cbuehler</Owner>
109
</PropertyGroup>
1110

src/KubeOps.Testing/KubeOps.Testing.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
<IsPackable>true</IsPackable>
88
<PackageId>KubeOps.Testing</PackageId>
99
<PackageTags>Kubernetes Operator SDK CustomResourceDefinition Testing Test</PackageTags>
10-
<PackageProjectUrl>https://github.com/buehler/dotnet-operator-sdk</PackageProjectUrl>
10+
<PackageProjectUrl>https://buehler.github.io/dotnet-operator-sdk/</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/buehler/dotnet-operator-sdk.git</RepositoryUrl>
12+
<RepositoryType>git</RepositoryType>
1113
<PackageLicense>https://opensource.org/licenses/MIT</PackageLicense>
1214
<PackageDescription>
1315
Additional Resources that helps / supports integration
1416
testing on a kubernetes operator written with the KubeOps
1517
operator sdk.
1618
</PackageDescription>
1719
</PropertyGroup>
18-
20+
1921
<ItemGroup>
2022
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.9" />
2123
</ItemGroup>

src/KubeOps/KubeOps.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<IsPackable>true</IsPackable>
1313
<PackageId>KubeOps</PackageId>
1414
<PackageTags>Kubernetes Operator SDK CustomResourceDefinition</PackageTags>
15-
<PackageProjectUrl>https://github.com/buehler/dotnet-operator-sdk</PackageProjectUrl>
15+
<PackageProjectUrl>https://buehler.github.io/dotnet-operator-sdk/</PackageProjectUrl>
16+
<RepositoryUrl>https://github.com/buehler/dotnet-operator-sdk.git</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
1618
<PackageLicense>https://opensource.org/licenses/MIT</PackageLicense>
1719
<PackageDescription>
1820
This is an operator sdk written in c#.

0 commit comments

Comments
 (0)