diff --git a/.appveyor.yml b/.appveyor.yml index 5bf56b6..2621f1f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,6 +26,6 @@ artifacts: deploy: provider: NuGet api_key: - secure: IkXtar7GUlIHtb4exXwdX6TjQA52w9rP7Gw+VwawieVu/frS0nP/RHf+umjWbINk + secure: aMv5mgCNr/R0IcnSVrwJz7f8C4zSY1lAgJR+B7MLmMJPuPp2FIp426LXc/v66jC1 skip_symbols: true artifact: /.*\.nupkg/ \ No newline at end of file diff --git a/readme.md b/readme.md index 526be6e..369958e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Uno CodeGen -`Uno.CodeGen` is a set of tools to generate C# code in Visual Studio projects. +`Uno.CodeGen` is a set of tools to generate C# code in msbuild based projects. ## Build status @@ -14,4 +14,4 @@ | Generator | Triggering Attribute | Usage | | | --------- | -------------------- | ----- | -- | | `EqualityGenerator` | `[GenerateEquality]` | Generate code for efficient `.Equals()` members generation. | [Documentation](doc/Equality%20Generation.md) | -| `ImmutableGenerator` | `[GenerateImmutable] | Generate truly immutable entities. | [Documentation](doc/Immutable%20Generation.md) | \ No newline at end of file +| `ImmutableGenerator` | `[GenerateImmutable]` | Generate code to build truly immutable entities. | [Documentation](doc/Immutable%20Generation.md) | \ No newline at end of file