Skip to content

Commit

Permalink
Updating icons in nuget (#97)
Browse files Browse the repository at this point in the history
* Updating icons in nuget

* Updating project url in nuspec
  • Loading branch information
amanbha authored Oct 14, 2019
1 parent 5c46ac3 commit a449f95
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Binary file added properties/logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<projectUrl>https://github.com/dapr/dotnet-sdk</projectUrl>
<icon>images\logo-transparent.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing Actor services using dapr and AspNetCore.</description>
<summary>This package contains the reference assemblies for developing Actor services using dapr.</summary>
Expand All @@ -19,7 +19,7 @@
</dependencies>
</metadata>
<files>
<file src="..\..\..\properties\nuget_icon_ms.png" target="images\" />
<file src="..\..\..\properties\logo-transparent.png" target="images\" />
<file src="..\..\..\bin\$Configuration$\Dapr.Actors.AspNetCore.dll" target="lib\netcoreapp3.0" exclude="" />
<file src="..\..\..\bin\$Configuration$\Dapr.Actors.AspNetCore.xml" target="lib\netcoreapp3.0" exclude="" />
</files>
Expand Down
6 changes: 3 additions & 3 deletions src/Dapr.Actors/nuspec/Dapr.Actors.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<projectUrl>https://github.com/dapr/dotnet-sdk</projectUrl>
<icon>images\logo-transparent.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing Actor services using dapr.</description>
<summary>This package contains the reference assemblies for developing Actor services using dapr.</summary>
Expand All @@ -19,7 +19,7 @@
</dependencies>
</metadata>
<files>
<file src="..\..\..\properties\nuget_icon_ms.png" target="images\" />
<file src="..\..\..\properties\logo-transparent.png" target="images\" />
<file src="..\..\..\bin\$Configuration$\Dapr.Actors.dll" target="lib\netcoreapp3.0" exclude="" />
<file src="..\..\..\bin\$Configuration$\Dapr.Actors.xml" target="lib\netcoreapp3.0" exclude="" />
</files>
Expand Down
6 changes: 3 additions & 3 deletions src/Dapr.AspNetCore/nuspec/Dapr.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<projectUrl>https://github.com/dapr/dotnet-sdk</projectUrl>
<icon>images\logo-transparent.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing services using Dapr and AspNetCore.</description>
<summary>This package contains the reference assemblies for developing services using Dapr.</summary>
Expand All @@ -19,7 +19,7 @@
</dependencies>
</metadata>
<files>
<file src="..\..\..\properties\nuget_icon_ms.png" target="images\" />
<file src="..\..\..\properties\logo-transparent.png" target="images\" />
<file src="..\..\..\bin\$Configuration$\Dapr.AspNetCore.dll" target="lib\netcoreapp3.0" exclude="" />
<file src="..\..\..\bin\$Configuration$\Dapr.AspNetCore.xml" target="lib\netcoreapp3.0" exclude="" />
</files>
Expand Down
6 changes: 3 additions & 3 deletions src/Dapr.Client/nuspec/Dapr.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/dapr/previewkit</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<projectUrl>https://github.com/dapr/dotnet-sdk</projectUrl>
<icon>images\logo-transparent.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing services using Dapr.</description>
<summary>This package contains the reference assemblies for developing services using Dapr.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Azure Dapr</tags>
</metadata>
<files>
<file src="..\..\..\properties\nuget_icon_ms.png" target="images\" />
<file src="..\..\..\properties\logo-transparent.png" target="images\" />
<file src="..\..\..\bin\$Configuration$\Dapr.Client.dll" target="lib\netstandard2.0" exclude="" />
<file src="..\..\..\bin\$Configuration$\Dapr.Client.xml" target="lib\netstandard2.0" exclude="" />
</files>
Expand Down

0 comments on commit a449f95

Please sign in to comment.