Skip to content

Commit

Permalink
Public release. IeXod 0.1 (Beta) & Interface IeXod.SdkResolver 1.0
Browse files Browse the repository at this point in the history
[v0.1-beta]

    * 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

[v1.0][SdkResolver]

    * Initial public release.

      Public Interface of Sdk Resolvers in IeXod project.
      Alternative to Microsoft.Build. https://github.com/3F/IeXod
  • Loading branch information
3F committed Jun 4, 2020
1 parent 9d7156f commit e96a6d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
15 changes: 13 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

* ...

[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
2 changes: 1 addition & 1 deletion src/versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<ProductIeXodVersion>0.1.0-alpha1</ProductIeXodVersion>
<ProductIeXodVersion>0.1.0-beta</ProductIeXodVersion>
<ProductIeXodSdkResolverVersion>1.0.0</ProductIeXodSdkResolverVersion>
</PropertyGroup>

Expand Down

0 comments on commit e96a6d6

Please sign in to comment.