Skip to content

Commit 44def6b

Browse files
authored
Add license repo url (#149)
* Add more details to project file * Remove license file
1 parent 4bda8f9 commit 44def6b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Oryx.fsproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Description>.NET SDK for writing web clients</Description>
3+
<Description>.NET SDK for writing HTTP clients</Description>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<PackageId>Oryx</PackageId>
77
<Author>Cognite AS</Author>
88
<Company>Cognite AS</Company>
99
<Copyright>Cognite AS</Copyright>
10-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
11+
<RepositoryUrl>https://github.com/cognitedata/oryx</RepositoryUrl>
1112
<AssemblyOriginatorKeyFile>$(SolutionDir)/strong_name.snk</AssemblyOriginatorKeyFile>
1213
<SignAssembly>True</SignAssembly>
1314
</PropertyGroup>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.0.1

0 commit comments

Comments
 (0)