diff --git a/README.md b/README.md index 33e69c9..8f6d7d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Copyright (c) IeXod contributors https://github.com/3F/IeXod/graphs/contributors [![Build status](https://ci.appveyor.com/api/projects/status/mclqcptonbch6jjv/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/iexod/branch/master) [![release](https://img.shields.io/github/release/3F/IeXod.svg)](https://github.com/3F/IeXod/releases/latest) [![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/IeXod/blob/master/LICENSE) -[![NuGet package](https://img.shields.io/nuget/v/IeXod.svg)](https://www.nuget.org/packages/IeXod/) +[![NuGet IeXod](https://img.shields.io/nuget/v/IeXod.svg)](https://www.nuget.org/packages/IeXod/) +[![Tests](https://img.shields.io/appveyor/tests/3Fs/iexod/master.svg)](https://ci.appveyor.com/project/3Fs/iexod/build/tests) [![Build history](https://buildstats.info/appveyor/chart/3Fs/iexod?buildCount=20&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/iexod/history) @@ -108,6 +109,8 @@ Enjoy! IeXod provides independent interface for the easiest implementation of any new Sdk Resolvers. +[![NuGet IeXod.SdkResolver](https://img.shields.io/nuget/v/IeXod.SdkResolver.svg)](https://www.nuget.org/packages/IeXod.SdkResolver/) + Extend evaluation as you need; Then, easily register and configure new resolvers on the fly! # Where is used diff --git a/changelog.txt b/changelog.txt index 060a75c..e522f6f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,18 @@ IeXod - https://github.com/3F/IeXod - - - - - - - - - - - - - - - - - - +[v0.1-beta] 2020.06.04 -[alpha state] 2020.??.?? + * Initial public release. + + The most portable alternative to Microsoft.Build for evaluating, manipulating, + and other progressive data processing in a compatible XML-like syntax. + https://github.com/3F/IeXod - * ... \ No newline at end of file + +[v1.0][SdkResolver] 2020.06.04 + + * Initial public release. + + Public Interface of Sdk Resolvers in IeXod project. + Alternative to Microsoft.Build. https://github.com/3F/IeXod \ No newline at end of file diff --git a/src/versions.props b/src/versions.props index 4afff06..a21e6ff 100644 --- a/src/versions.props +++ b/src/versions.props @@ -1,7 +1,7 @@  - 0.1.0-alpha1 + 0.1.0-beta 1.0.0