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

Commit 9e641c0

Browse files
author
Ravindu Liyanapathirana
committed
Minor fixes
- Updated README.md and repository layout - Fixed NuSpec XML declaration - Optimized logo and demonstrative gif
1 parent 733da67 commit 9e641c0

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<img src="images/logo.png" width="125" height="125" align="right">
1+
<div align="center">
2+
<img src="images/logo.png" height="100">
23

34
# LocalNotifications
45

5-
[![NuGet](https://img.shields.io/nuget/v/RavinduL.LocalNotifications.svg?style=for-the-badge)](https://www.nuget.org/packages/RavinduL.LocalNotifications)
6-
[![license](https://img.shields.io/github/license/RavinduL/LocalNotifications.svg?style=for-the-badge)](https://github.com/RavinduL/LocalNotifications/blob/master/LICENSE)
6+
**A library for creating and managing in-app notifications within Universal Windows Platform apps.**
77

8-
LocalNotifications is a library for creating and managing in-app notifications within Universal Windows Platform apps. Visit the [project wiki](https://github.com/RavinduL/LocalNotifications/wiki) for [**instructions on how to get started**](https://github.com/RavinduL/LocalNotifications/wiki/Guide:-Getting-Started), and guides on how to use the library.
8+
[Documentation](https://github.com/RavinduL/LocalNotifications/wiki) | [Getting Started](https://github.com/RavinduL/LocalNotifications/wiki/Guide:-Getting-Started) | [NuGet Package](https://www.nuget.org/packages/RavinduL.LocalNotifications)
99

10-
<img src="images/demo.gif">
10+
<img src="images/demo.gif" width=720>
11+
12+
</div>

src/RavinduL.LocalNotifications.sln renamed to RavinduL.LocalNotifications.sln

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2005
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RavinduL.LocalNotifications", "RavinduL.LocalNotifications\RavinduL.LocalNotifications.csproj", "{6474E959-68EE-403A-B1C9-50F7A37D8420}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RavinduL.LocalNotifications", "src\RavinduL.LocalNotifications\RavinduL.LocalNotifications.csproj", "{6474E959-68EE-403A-B1C9-50F7A37D8420}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RavinduL.LocalNotifications.Demo", "RavinduL.LocalNotifications.Demo\RavinduL.LocalNotifications.Demo.csproj", "{1E20B757-FA5B-4EAD-8BEF-EA374E06CD73}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RavinduL.LocalNotifications.Demo", "src\RavinduL.LocalNotifications.Demo\RavinduL.LocalNotifications.Demo.csproj", "{1E20B757-FA5B-4EAD-8BEF-EA374E06CD73}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{E5228815-94F4-4AFF-90FE-25A31ECFB936}"
1111
ProjectSection(SolutionItems) = preProject
12-
..\.gitignore = ..\.gitignore
13-
..\CONTRIBUTING.md = ..\CONTRIBUTING.md
14-
..\LICENSE = ..\LICENSE
15-
..\README.md = ..\README.md
12+
.gitignore = .gitignore
13+
CONTRIBUTING.md = CONTRIBUTING.md
14+
LICENSE = LICENSE
15+
README.md = README.md
1616
EndProjectSection
1717
EndProject
18-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{DF7835A1-3927-4538-82B0-615D5062F4B9}"
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{D1D4DCB4-9E4B-4024-AF71-6979779661B0}"
1919
ProjectSection(SolutionItems) = preProject
20-
NuGet\pack.ps1 = NuGet\pack.ps1
21-
NuGet\RavinduL.LocalNotifications.nuspec = NuGet\RavinduL.LocalNotifications.nuspec
20+
src\NuGet\pack.ps1 = src\NuGet\pack.ps1
21+
src\NuGet\RavinduL.LocalNotifications.nuspec = src\NuGet\RavinduL.LocalNotifications.nuspec
2222
EndProjectSection
2323
EndProject
2424
Global

images/demo.gif

-844 KB
Loading

images/logo.png

-1.86 KB
Loading

src/NuGet/RavinduL.LocalNotifications.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"? encoding="utf-8">
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RavinduL.LocalNotifications</id>

0 commit comments

Comments
 (0)