You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://ci.appveyor.com/project/sergeyzwezdin/magic-chunks)[](https://github.com/sergeyzwezdin/magic-chunks/releases)[](https://www.nuget.org/packages/MagicChunks/)[](https://marketplace.visualstudio.com/items?itemName=sergeyzwezdin.magic-chunks)
1
+
[](https://ci.appveyor.com/project/magic-chunks/magic-chunks-dotnetcore)[](https://github.com/magic-chunks/magic-chunks-dotnetcore/releases)[](https://www.nuget.org/packages/MagicChunks/)[](https://marketplace.visualstudio.com/items?itemName=sergeyzwezdin.magic-chunks)
2
2
3
3

4
4
@@ -8,7 +8,7 @@ Easy to use tool to config transformations for JSON, XML and YAML.
8
8
9
9
Everyone remember [XML Document Transform](https://msdn.microsoft.com/en-us/library/dd465326.aspx) syntax to transform configuration files during the build process. But world is changing and now you can have different config types in your .NET projects.
10
10
11
-
**Magic Chunks** allows you to transform you JSON, XML and YAML files. You can run it at [MSBuild](https://github.com/sergeyzwezdin/magic-chunks/wiki/MSBuild), [Cake](https://github.com/sergeyzwezdin/magic-chunks/wiki/Cake), [PSake](https://github.com/sergeyzwezdin/magic-chunks/wiki/PSake) or [Powershell](https://github.com/sergeyzwezdin/magic-chunks/wiki/Powershell) script as well as use [Visual Studio Team Services build extension](https://github.com/sergeyzwezdin/magic-chunks/wiki/Visual-Studio-Team-System-extension). Also, it's possible to reference Magic Chunks from your .NET projects in more complicated cases.
11
+
**Magic Chunks** allows you to transform you JSON, XML and YAML files. You can run it at [MSBuild](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/MSBuild), [Cake](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Cake), [PSake](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/PSake) or [Powershell](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Powershell) script as well as use [Visual Studio Team Services build extension](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Visual-Studio-Team-System-extension). Also, it's possible to reference Magic Chunks from your .NET projects in more complicated cases.
12
12
13
13
# How it works
14
14
@@ -85,9 +85,9 @@ After transformation you will have:
@@ -101,9 +101,9 @@ Let's say you have `appsettings.json` file at `C:\sources\project1` folder:
101
101
}
102
102
```
103
103
104
-
To use Magic Chunks download [latest release](https://github.com/sergeyzwezdin/magic-chunks/releases) manually or get it directly from [Nuget](http://nuget.org).
104
+
To use Magic Chunks download [latest release](https://github.com/magic-chunks/magic-chunks-dotnetcore/releases) manually or get it directly from [Nuget](http://nuget.org).
105
105
106
-
For example we will use Powershell to transform configuration file. To do this you have to write something like this:
106
+
For example we will use Powershell to transform configuration file. To do this you have to write something like this:
To learn more check [wiki page](https://github.com/sergeyzwezdin/magic-chunks/wiki).
124
+
To learn more check [wiki page](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki).
125
125
126
126
# Maintainers
127
127
@@ -131,8 +131,8 @@ To learn more check [wiki page](https://github.com/sergeyzwezdin/magic-chunks/wi
131
131
132
132
# Contributions
133
133
134
-
Any contributions are welcome. Most probably someone will want to extend it with additional formats. So feel free to make pull requests for your changes. Read [contribution guidelines](https://github.com/sergeyzwezdin/magic-chunks/wiki/Contribution-guidelines) to start.
134
+
Any contributions are welcome. Most probably someone will want to extend it with additional formats. So feel free to make pull requests for your changes. Read [contribution guidelines](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Contribution-guidelines) to start.
135
135
136
136
# License
137
137
138
-
Magic Chunks is released under the [MIT License](https://github.com/sergeyzwezdin/magic-chunks/blob/master/LICENSE).
138
+
Magic Chunks is released under the [MIT License](https://github.com/magic-chunks/magic-chunks-dotnetcore/blob/master/LICENSE).
0 commit comments