Rename Actions to Dapr (#76)

* Rename Actions to Dapr

* Fix projectUrl to GH url
This commit is contained in:
Young Bu Park 2019-10-07 16:33:01 -07:00 committed by GitHub
parent 7c74ed90c4
commit e768196cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Actions SDK for .NET
# Dapr SDK for .NET
Dapr is a programming model for writing cloud-native applications which are distributed, dynamically scaled, and loosely coupled in nature.

View File

@ -1,4 +1,4 @@
# actionscore/dotnet-sdk pipeline
# dapr/dotnet-sdk pipeline
trigger:
branches:

View File

@ -37,7 +37,7 @@
</PropertyGroup>
<PropertyGroup>
<Product>Microsoft Actions</Product>
<Product>Microsoft Dapr</Product>
<Copyright>Copyright (c) Microsoft Corporation. All rights reserved.</Copyright>
<Company>Microsoft</Company>
<Authors>Microsoft</Authors>

View File

@ -5,9 +5,9 @@
<version>$version$</version>
<title>Microsoft.Dapr.Actors.AspNetCore</title>
<authors>Microsoft</authors>
<owners>Microsoft,Actions,Actors</owners>
<owners>Microsoft,Dapr,Actors</owners>
<license type="expression">MIT</license>
<projectUrl>http://aka.ms/actions</projectUrl>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing Actor services using dapr and AspNetCore.</description>

View File

@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr,Actors</owners>
<license type="expression">MIT</license>
<projectUrl>http://aka.ms/actions</projectUrl>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing Actor services using dapr.</description>

View File

@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>http://aka.ms/actions</projectUrl>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing services using Dapr and AspNetCore.</description>

View File

@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>http://aka.ms/actions</projectUrl>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing services using Dapr.</description>