mirror of https://github.com/dapr/dotnet-sdk.git
Rename Actions to Dapr (#76)
* Rename Actions to Dapr * Fix projectUrl to GH url
This commit is contained in:
parent
7c74ed90c4
commit
e768196cd4
|
|
@ -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.
|
Dapr is a programming model for writing cloud-native applications which are distributed, dynamically scaled, and loosely coupled in nature.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# actionscore/dotnet-sdk pipeline
|
# dapr/dotnet-sdk pipeline
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>Microsoft Actions</Product>
|
<Product>Microsoft Dapr</Product>
|
||||||
<Copyright>Copyright (c) Microsoft Corporation. All rights reserved.</Copyright>
|
<Copyright>Copyright (c) Microsoft Corporation. All rights reserved.</Copyright>
|
||||||
<Company>Microsoft</Company>
|
<Company>Microsoft</Company>
|
||||||
<Authors>Microsoft</Authors>
|
<Authors>Microsoft</Authors>
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<title>Microsoft.Dapr.Actors.AspNetCore</title>
|
<title>Microsoft.Dapr.Actors.AspNetCore</title>
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft,Actions,Actors</owners>
|
<owners>Microsoft,Dapr,Actors</owners>
|
||||||
<license type="expression">MIT</license>
|
<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>
|
<icon>images\nuget_icon_ms.png</icon>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>This package contains the reference assemblies for developing Actor services using dapr and AspNetCore.</description>
|
<description>This package contains the reference assemblies for developing Actor services using dapr and AspNetCore.</description>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft,Dapr,Actors</owners>
|
<owners>Microsoft,Dapr,Actors</owners>
|
||||||
<license type="expression">MIT</license>
|
<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>
|
<icon>images\nuget_icon_ms.png</icon>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>This package contains the reference assemblies for developing Actor services using dapr.</description>
|
<description>This package contains the reference assemblies for developing Actor services using dapr.</description>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft,Dapr</owners>
|
<owners>Microsoft,Dapr</owners>
|
||||||
<license type="expression">MIT</license>
|
<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>
|
<icon>images\nuget_icon_ms.png</icon>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>This package contains the reference assemblies for developing services using Dapr and AspNetCore.</description>
|
<description>This package contains the reference assemblies for developing services using Dapr and AspNetCore.</description>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft,Dapr</owners>
|
<owners>Microsoft,Dapr</owners>
|
||||||
<license type="expression">MIT</license>
|
<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>
|
<icon>images\nuget_icon_ms.png</icon>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>This package contains the reference assemblies for developing services using Dapr.</description>
|
<description>This package contains the reference assemblies for developing services using Dapr.</description>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue