Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 4404830

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
couple more naming fixes
1 parent b3d5a38 commit 4404830

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/OpenCensus/OpenCensus.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Steeltoe Management OpenCensus</Description>
5-
<Authors>Pivotal;dtillman</Authors>
6-
<VersionPrefix>$(SteeltoeVersion)</VersionPrefix>
7-
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
4+
<Description>OpenCensus .NET API</Description>
5+
<Authors>OpenCensus authors</Authors>
6+
<VersionPrefix>0.1.0</VersionPrefix>
7+
<VersionSuffix>-beta1</VersionSuffix>
88
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
99
<AssemblyName>OpenCensus</AssemblyName>
1010
<PackageId>OpenCensus</PackageId>
1111
<PackageTags>Tracing;OpenCensus;Management;Monitoring</PackageTags>
12-
<PackageIconUrl>https://steeltoe.io/images/transparent.png</PackageIconUrl>
13-
<PackageProjectUrl>https://steeltoe.io</PackageProjectUrl>
12+
<PackageIconUrl>https://opencensus.io/images/opencensus-logo.png</PackageIconUrl>
13+
<PackageProjectUrl>https://opencensus.io</PackageProjectUrl>
1414
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1515
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1616
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1717
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
18-
<RootNamespace>Census</RootNamespace>
18+
<RootNamespace>OpenCensus</RootNamespace>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

test/OpenCensus.Test/OpenCensus.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>OpenCensus.Test</AssemblyName>
77
<PackageId>OpenCensus.Test</PackageId>
88
<PackageTags>OpenCensus;Tracing;Management;Monitoring</PackageTags>
9-
<PackageProjectUrl>http://steeltoe.io</PackageProjectUrl>
9+
<PackageProjectUrl>http://opencensus.io</PackageProjectUrl>
1010
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1111
<RootNamespace>OpenCensus</RootNamespace>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)