Skip to content

Commit 6417c82

Browse files
committed
Update repository URL
1 parent 8469854 commit 6417c82

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

nuspecs/MagicChunks.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<title>Magic Chunks</title>
77
<authors>Sergey Zwezdin</authors>
88
<owners>Sergey Zwezdin</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/sergeyzwezdin/magic-chunks</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/logo/logo64.png</iconUrl>
9+
<licenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Easy to use tool to config transformations for JSON, XML and YAML.</description>
1414
<summary />
1515
<copyright>Copyright © Sergey Zwezdin</copyright>
1616
<tags>Configuration Transform JSON XML YAML YML web.config app.config appsetings.json</tags>
17-
<releaseNotes>https://github.com/sergeyzwezdin/magic-chunks/releases/</releaseNotes>
17+
<releaseNotes>https://github.com/magic-chunks/magic-chunks-dotnetcore/releases/</releaseNotes>
1818
<dependencies></dependencies>
1919
</metadata>
2020
<files>

readme.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![AppVeyor](https://img.shields.io/appveyor/ci/sergeyzwezdin/magic-chunks/master.svg?maxAge=2592000)](https://ci.appveyor.com/project/sergeyzwezdin/magic-chunks) [![Github Releases](https://img.shields.io/github/downloads/sergeyzwezdin/magic-chunks/total.svg?maxAge=2592000)](https://github.com/sergeyzwezdin/magic-chunks/releases) [![NuGet](https://img.shields.io/nuget/v/MagicChunks.svg?maxAge=2592000)](https://www.nuget.org/packages/MagicChunks/) [![Visual Studio Marketplace](https://img.shields.io/badge/VS%20Marketplace-1.3.1-yellowgreen.svg)](https://marketplace.visualstudio.com/items?itemName=sergeyzwezdin.magic-chunks)
1+
[![AppVeyor](https://img.shields.io/appveyor/ci/magic-chunks/magic-chunks-dotnetcore/master.svg?maxAge=2592000)](https://ci.appveyor.com/project/magic-chunks/magic-chunks-dotnetcore) [![Github Releases](https://img.shields.io/github/downloads/magic-chunks/magic-chunks-dotnetcore/total.svg?maxAge=2592000)](https://github.com/magic-chunks/magic-chunks-dotnetcore/releases) [![NuGet](https://img.shields.io/nuget/v/MagicChunks.svg?maxAge=2592000)](https://www.nuget.org/packages/MagicChunks/) [![Visual Studio Marketplace](https://img.shields.io/badge/VS%20Marketplace-1.3.1-yellowgreen.svg)](https://marketplace.visualstudio.com/items?itemName=sergeyzwezdin.magic-chunks)
22

33
![Magic Chunks](assets/title.png)
44

@@ -8,7 +8,7 @@ Easy to use tool to config transformations for JSON, XML and YAML.
88

99
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.
1010

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.
1212

1313
# How it works
1414

@@ -85,9 +85,9 @@ After transformation you will have:
8585

8686
Magic Chunks supports following file formats:
8787

88-
1. [XML](https://github.com/sergeyzwezdin/magic-chunks/wiki/XML)
89-
2. [JSON](https://github.com/sergeyzwezdin/magic-chunks/wiki/JSON)
90-
3. [YAML](https://github.com/sergeyzwezdin/magic-chunks/wiki/YAML)
88+
1. [XML](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/XML)
89+
2. [JSON](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/JSON)
90+
3. [YAML](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/YAML)
9191

9292
# Getting started
9393

@@ -101,9 +101,9 @@ Let's say you have `appsettings.json` file at `C:\sources\project1` folder:
101101
}
102102
```
103103

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).
105105

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:
107107

108108
```powershell
109109
Import-Module .\MagicChunks.psm1
@@ -115,13 +115,13 @@ Format-MagicChunks -path C:\sources\project1\appsettings.json -transformations @
115115

116116
To transform config files you can use any approach you like:
117117

118-
- [MSBuild](https://github.com/sergeyzwezdin/magic-chunks/wiki/MSBuild)
119-
- [Cake](https://github.com/sergeyzwezdin/magic-chunks/wiki/Cake)
120-
- [Powershell](https://github.com/sergeyzwezdin/magic-chunks/wiki/Powershell)
121-
- [PSake](https://github.com/sergeyzwezdin/magic-chunks/wiki/PSake)
122-
- [VSTS extension](https://github.com/sergeyzwezdin/magic-chunks/wiki/Visual-Studio-Team-System-extension)
118+
- [MSBuild](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/MSBuild)
119+
- [Cake](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Cake)
120+
- [Powershell](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Powershell)
121+
- [PSake](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/PSake)
122+
- [VSTS extension](https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Visual-Studio-Team-System-extension)
123123

124-
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).
125125

126126
# Maintainers
127127

@@ -131,8 +131,8 @@ To learn more check [wiki page](https://github.com/sergeyzwezdin/magic-chunks/wi
131131

132132
# Contributions
133133

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.
135135

136136
# License
137137

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).

src/MagicChunks.Cake/MagicChunks.Cake.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<Product>Magic Chunks</Product>
88
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
99
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
10-
<PackageLicenseUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/LICENSE</PackageLicenseUrl>
11-
<PackageProjectUrl>https://github.com/sergeyzwezdin/magic-chunks</PackageProjectUrl>
12-
<PackageIconUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/logo/logo64.png</PackageIconUrl>
13-
<RepositoryUrl>https://github.com/sergeyzwezdin/magic-chunks</RepositoryUrl>
10+
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
11+
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
12+
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
13+
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>
1414
<RepositoryType>Git</RepositoryType>
1515
<PackageTags>Configuration, Transform, JSON, XML, YAML, YML, web.config, app.config, appsetings.json</PackageTags>
1616
</PropertyGroup>

src/MagicChunks.Tests/MagicChunks.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<Product>Magic Chunks</Product>
99
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
1010
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
11-
<PackageLicenseUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/LICENSE</PackageLicenseUrl>
12-
<PackageProjectUrl>https://github.com/sergeyzwezdin/magic-chunks</PackageProjectUrl>
13-
<PackageIconUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/logo/logo64.png</PackageIconUrl>
14-
<RepositoryUrl>https://github.com/sergeyzwezdin/magic-chunks</RepositoryUrl>
11+
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
12+
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
13+
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
14+
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageTags>Configuration, Transform, JSON, XML, YAML, YML, web.config, app.config, appsetings.json</PackageTags>
1717

src/MagicChunks/MagicChunks.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<Product>Magic Chunks</Product>
99
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
1010
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
11-
<PackageLicenseUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/LICENSE</PackageLicenseUrl>
12-
<PackageProjectUrl>https://github.com/sergeyzwezdin/magic-chunks</PackageProjectUrl>
13-
<PackageIconUrl>https://raw.githubusercontent.com/sergeyzwezdin/magic-chunks/master/logo/logo64.png</PackageIconUrl>
14-
<RepositoryUrl>https://github.com/sergeyzwezdin/magic-chunks</RepositoryUrl>
11+
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
12+
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
13+
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
14+
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageTags>Configuration, Transform, JSON, XML, YAML, YML, web.config, app.config, appsetings.json</PackageTags>
1717
</PropertyGroup>
1818
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
1919
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2020
</ItemGroup>
21-
21+
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.Build.Framework" Version="15.5.180" />
2424
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

src/MagicChunks/VSTS/MagicChunks/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "MagicChunks",
44
"friendlyName": "Config transformation",
55
"description": "Transform config file with Magic Chunks",
6-
"helpMarkDown": "[More Information](https://github.com/sergeyzwezdin/magic-chunks)",
6+
"helpMarkDown": "[More Information](https://github.com/magic-chunks/magic-chunks-dotnetcore)",
77
"category": "Utility",
88
"visibility": [
99
"Build",

src/MagicChunks/VSTS/vss-extension.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@
7373
],
7474
"links": {
7575
"getstarted": {
76-
"uri": "https://github.com/sergeyzwezdin/magic-chunks/wiki/Visual-Studio-Team-System-extension"
76+
"uri": "https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki/Visual-Studio-Team-System-extension"
7777
},
7878
"learn": {
79-
"uri": "https://github.com/sergeyzwezdin/magic-chunks/wiki"
79+
"uri": "https://github.com/magic-chunks/magic-chunks-dotnetcore/wiki"
8080
},
8181
"support": {
82-
"uri": "https://github.com/sergeyzwezdin/magic-chunks/issues"
82+
"uri": "https://github.com/magic-chunks/magic-chunks-dotnetcore/issues"
8383
},
8484
"license": {
85-
"uri": "https://github.com/sergeyzwezdin/magic-chunks/blob/master/LICENSE"
85+
"uri": "https://github.com/magic-chunks/magic-chunks-dotnetcore/blob/master/LICENSE"
8686
}
8787
},
8888
"branding": {

0 commit comments

Comments
 (0)