Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove remaining scriptcs references #251

Merged
merged 1 commit into from
May 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Fed up with XML soup? Frustrated that app settings can only be strings? Want to

Get it at [NuGet](https://nuget.org/packages/ConfigR/ "ConfigR on Nuget").

Powered by [scriptcs](https://github.com/scriptcs/scriptcs) and [Roslyn](http://msdn.microsoft.com/en-gb/roslyn).
Powered by [Roslyn](https://github.com/dotnet/roslyn).

## Features

Checkout the [quickstart](https://github.com/config-r/config-r/wiki/Quickstart) to get an idea of the basics.

ConfigR does plenty more! Features include the ability to specify the path of your configuration file(s), multiple cascading configuration files and custom configurators. Checkout the [samples](https://github.com/config-r/config-r-samples) for more info.

TIP: you can write **any C# you like** in your 'configuration file' :wink:. The scriptcs [#load](https://github.com/scriptcs/scriptcs/wiki/Writing-a-script#loading-referenced-scripts) and [#r](https://github.com/scriptcs/scriptcs/wiki/Writing-a-script#referencing-assemblies) features are both supported for loading scripts and referencing assemblies.
TIP: you can write **any C# you like** in your 'configuration file' :wink:. The Roslyn [#load](https://github.com/dotnet/roslyn/wiki/Interactive-Window#load) and [#r](https://github.com/dotnet/roslyn/wiki/Interactive-Window#r) features are both supported for loading scripts and referencing assemblies.

## Updates

Expand All @@ -33,7 +33,7 @@ No pull request is too small. Even whitespace fixes are appreciated. Before you

## What do the version numbers mean? ##

ConfigR uses [Semantic Versioning](http://semver.org/). The current release is 0.x which means 'initial development'. Version 1.0 will follow the release of [scriptcs](https://github.com/scriptcs/scriptcs) version 1.0.
ConfigR uses [Semantic Versioning](http://semver.org/).

## Sponsors ##
Our build server is kindly provided by [CodeBetter](http://codebetter.com/) and [JetBrains](http://www.jetbrains.com/).
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigR/Properties/ConfigR.Dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Word/>
</Unrecognized>
<Recognized>
<Word>scriptcs</Word>
<Word/>
</Recognized>
<Deprecated>
<Term PreferredAlternate=""/>
Expand Down