Merge pull request #2 from nventive/dev/jela/build-update
Update build and documentation
This commit is contained in:
Коммит
cbd06e7b15
|
@ -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) |
|
Загрузка…
Ссылка в новой задаче