diff --git a/License.txt b/License.txt index a3e8260..e70578b 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,7 @@ The MIT License (MIT) -Copyright (c) 2017-2018 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F +Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F +Copyright (c) the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Readme.md b/Readme.md index 3ee4b14..14549f1 100644 --- a/Readme.md +++ b/Readme.md @@ -6,11 +6,11 @@ Compiled text-based embeddable pure batch-scripts (no powershell or dotnet-cli) [![Build status](https://ci.appveyor.com/api/projects/status/tusiutft7a0ei109/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/branch/master) [![release-src](https://img.shields.io/github/release/3F/hMSBuild.svg)](https://github.com/3F/hMSBuild/releases/latest) [![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/hMSBuild/blob/master/License.txt) [![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.7-93C10B.svg)](https://github.com/3F/GetNuTool) +[![Build history](https://buildstats.info/appveyor/chart/3Fs/hmsbuild?buildCount=20&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/history) + **Download:** Latest stable batch-script [ [hMSBuild](https://3F.github.io/hMSBuild/releases/latest/) ] -* [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ] -* [nightly builds](https://ci.appveyor.com/project/3Fs/hmsbuild/history) (`/artifacts` page) -But remember: It can be unstable or not work at all. Use this for tests of latest changes. - * Artifacts [older than 6 months](https://www.appveyor.com/docs/packaging-artifacts/#artifacts-retention-policy) you can also find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/hMSBuild/releases) page. +* Stable: [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ] +* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/hmsbuild/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/hMSBuild/releases) page. ## Why hMSBuild ? @@ -25,6 +25,18 @@ Today's [hMSBuild](https://github.com/3F/hMSBuild) provides flexible way to acce [![{Screencast - hMSBuild in action. Demo via RunIlAsm error}](https://raw.githubusercontent.com/3F/hMSBuild/master/resources/screencast_hMSBuild_in_action.jpg)](https://www.youtube.com/watch?v=zUejJ4vUPGw&t=10) +## License + +Licensed under the [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/master/License.txt) + +``` +Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F +``` +And the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors + +[ [ ☕ Donate ](https://3F.github.com/Donation/) ] + + ### Features Just a **single batch file** and no more for your happy build. @@ -59,7 +71,7 @@ Start with `hMSBuild -h` Usage is same as it would be same for msbuild. But you also have an additional keys to configure hMSBuild and to access to GetNuTool. ``` -hMSBuild - 2.0.0 +hMSBuild - 2.0.0.61507 [ a40c6ac ] Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] :: github.com/3F Distributed under the MIT license @@ -119,12 +131,20 @@ hMSBuild -GetNuTool /p:ngpackages="Conari;regXwild" hMSBuild -no-vs "DllExport.sln" || goto bx ``` -## License +## Build & Tests -The [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/master/License.txt) +Our build was based on [vssbe](https://github.com/3F/vsSolutionBuildEvent) scripts. +You don't need to do anything else, just navigate to root directory of this project, and: + +```bat +.\build ``` -Copyright (c) 2017-2018 Denis Kuzmin :: github.com/3F + +Available tests can be raised by command: + +```bat +.\tests ``` -[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif) ☕](https://3F.github.io/Donation/) +We're waiting for your amazing contributions! \ No newline at end of file diff --git a/frontend.bat b/frontend.bat index 71853ab..0b2c734 100644 --- a/frontend.bat +++ b/frontend.bat @@ -1,8 +1,8 @@ @echo off & echo Incomplete script. Compile it first via 'build.bat' - github.com/3F/hMSBuild 1>&2 & exit /B 1 :: hMSBuild - $-version-$ -:: Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] -:: https://github.com/3F/hMSBuild +:: Copyright (c) 2017-2019 Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F +:: Copyright (c) the hMSBuild contributors set "dp0=%~dp0" set args=%* @@ -81,9 +81,10 @@ goto commands echo. @echo hMSBuild - $-version-$ -@echo Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] :: github.com/3F +@echo Copyright (c) 2017-2019 Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F +@echo Copyright (c) the hMSBuild contributors echo. -echo Distributed under the MIT license +echo Licensed under the MIT License @echo https://github.com/3F/hMSBuild echo. @echo.