Merge pull request #2 from nventive/dev/jela/build-update

Update build and documentation
This commit is contained in:
Jérôme Laban 2018-02-02 08:58:37 -05:00 коммит произвёл GitHub
Родитель 206bea22e1 77ab848975
Коммит cbd06e7b15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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/

Просмотреть файл

@ -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) |
| `ImmutableGenerator` | `[GenerateImmutable]` | Generate code to build truly immutable entities. | [Documentation](doc/Immutable%20Generation.md) |