Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af5b637

Browse files
committedAug 28, 2018
Update project metadata
1 parent 95e76fd commit af5b637

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
bin/
33
obj/
44
packages/
5+
*.user

‎Properties/AssemblyInfo.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("1ed39a02-e017-407d-8d32-fee8a1e29264")]
14-
[assembly: AssemblyVersion("0.1.0.0")]
15-
[assembly: AssemblyFileVersion("0.1.0.0")]
14+
[assembly: AssemblyVersion("1.0.0.0")]
15+
[assembly: AssemblyFileVersion("1.0.0.0")]
16+
[assembly: AssemblyInformationalVersion("1.0.0.0")]

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# NFive SDK Core
22
[![License](https://img.shields.io/github/license/NFive/SDK.Core.svg)](LICENSE)
3+
[![Build Status](https://img.shields.io/appveyor/ci/NFive/sdk-core.svg)](https://ci.appveyor.com/project/NFive/sdk-core)
4+
[![NuGet Version](https://img.shields.io/nuget/v/NFive/SDK.Core.svg)](https://www.nuget.org/packages/NFive.SDK.Core)
5+
[![Release Version](https://img.shields.io/github/release/NFive/SDK.Core/all.svg)](https://github.com/NFive/SDK.Core/releases)
6+
7+
[NFive](https://nfive.github.io/) SDK for developing plugins.

0 commit comments

Comments
 (0)
Please sign in to comment.