reference my upstream
All checks were successful
Dotnet build and test / build (push) Successful in 8m8s
All checks were successful
Dotnet build and test / build (push) Successful in 8m8s
This commit is contained in:
parent
dc05266bdb
commit
1cdb9619a0
7 changed files with 18 additions and 18 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -197,10 +197,10 @@ Today, assigning ACL succeeds the first time, the following times result in a 40
|
||||||
migration, reverted in this release. The publish toggle covers
|
migration, reverted in this release. The publish toggle covers
|
||||||
the same user-visible switch without a schema change.
|
the same user-visible switch without a schema change.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/pazof/yavsc/compare/HEAD
|
[Unreleased]: https://forgejo.pschneider.fr/notazof/yavsc/compare/HEAD
|
||||||
[1.0.8-rc1]: https://github.com/pazof/yavsc/compare/1.0.7...1.0.8-rc1
|
[1.0.8-rc1]: https://forgejo.pschneider.fr/notazof/yavsc/compare/1.0.7...1.0.8-rc1
|
||||||
[1.0.7]: https://github.com/pazof/yavsc/compare/1.0.6...1.0.7
|
[1.0.7]: https://forgejo.pschneider.fr/notazof/yavsc/compare/1.0.6...1.0.7
|
||||||
[1.0.6]: https://github.com/pazof/yavsc/compare/1.0.5...1.0.6
|
[1.0.6]: https://forgejo.pschneider.fr/notazof/yavsc/compare/1.0.5...1.0.6
|
||||||
|
|
||||||
## [1.0.6] - stable
|
## [1.0.6] - stable
|
||||||
|
|
||||||
|
|
@ -234,4 +234,4 @@ Today, assigning ACL succeeds the first time, the following times result in a 40
|
||||||
actual release id. Switched to `jq` for both body construction and
|
actual release id. Switched to `jq` for both body construction and
|
||||||
field extraction.
|
field extraction.
|
||||||
|
|
||||||
[1.0.6]: https://github.com/pazof/yavsc/compare/1.0.5...1.0.6
|
[1.0.6]: https://forgejo.pschneider.fr/notazof/yavsc/compare/1.0.5...1.0.6
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
## Premier build
|
## Premier build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/pazof/yavsc.git
|
git clone https://forgejo.pschneider.fr/notazof/yavsc.git
|
||||||
cd yavsc
|
cd yavsc
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet build
|
dotnet build
|
||||||
|
|
|
||||||
|
|
@ -16,11 +16,11 @@ https://forgejo.pschneider.fr/notazof/yavsc/actions?workflow=release.yml
|
||||||
|
|
||||||
# Statut actuel des actions GitHub
|
# Statut actuel des actions GitHub
|
||||||
|
|
||||||
* [](https://github.com/pazof/yavsc/actions/workflows/docker-publish-android.yml)
|
* [](https://forgejo.pschneider.fr/notazof/yavsc/actions/workflows/docker-publish-android.yml)
|
||||||
|
|
||||||
* [](https://github.com/pazof/yavsc/actions/workflows/docker-publish-backend.yml)
|
* [](https://forgejo.pschneider.fr/notazof/yavsc/actions/workflows/docker-publish-backend.yml)
|
||||||
|
|
||||||
* [](https://github.com/pazof/yavsc/actions/workflows/codeql.yml)
|
* [](https://forgejo.pschneider.fr/notazof/yavsc/actions/workflows/codeql.yml)
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<Description> A shared model for a little client/server app, dealing about establishing some contract, between some human client and provider.
|
<Description> A shared model for a little client/server app, dealing about establishing some contract, between some human client and provider.
|
||||||
</Description>
|
</Description>
|
||||||
<RootNamespace>Yavsc.Abstract</RootNamespace>
|
<RootNamespace>Yavsc.Abstract</RootNamespace>
|
||||||
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
<RepositoryUrl>https://forgejo.pschneider.fr/notazof/yavsc</RepositoryUrl>
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<Library>true</Library>
|
<Library>true</Library>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UserSecretsId>1c73094f-959f-4211-b1a1-6a69b236c283</UserSecretsId>
|
<UserSecretsId>1c73094f-959f-4211-b1a1-6a69b236c283</UserSecretsId>
|
||||||
<RootNamespace>Yavsc.Blogs</RootNamespace>
|
<RootNamespace>Yavsc.Blogs</RootNamespace>
|
||||||
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
<RepositoryUrl>https://forgejo.pschneider.fr/notazof/yavsc</RepositoryUrl>
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.1.0.0</FileVersion>
|
<FileVersion>1.1.0.0</FileVersion>
|
||||||
|
|
|
||||||
|
|
@ -93,8 +93,8 @@ A operação é anulável até duas semanas após a sua programação.
|
||||||
<environment names="Lua,Development">
|
<environment names="Lua,Development">
|
||||||
<asciidoc>Este é o meu site perso, uma configuração de _Yavsc_ (outro negócio muito pequeno).
|
<asciidoc>Este é o meu site perso, uma configuração de _Yavsc_ (outro negócio muito pequeno).
|
||||||
|
|
||||||
* [README](https://github.com/pazof/yavsc/blob/vnext/README.md)
|
* [README](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/README.md)
|
||||||
* [licença: GNU GPL v3](https://github.com/pazof/yavsc/blob/vnext/LICENSE)
|
* [licença: GNU GPL v3](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/LICENSE)
|
||||||
|
|
||||||
Outras instalações:
|
Outras instalações:
|
||||||
</asciidoc>
|
</asciidoc>
|
||||||
|
|
@ -109,8 +109,8 @@ Outras instalações:
|
||||||
<asciidoc>
|
<asciidoc>
|
||||||
Yet Another Very Small Company ...
|
Yet Another Very Small Company ...
|
||||||
|
|
||||||
* [README](https://github.com/pazof/yavsc/blob/vnext/README.md)
|
* [README](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/README.md)
|
||||||
* [license: GNU FPL v3](https://github.com/pazof/yavsc/blob/vnext/LICENSE)
|
* [license: GNU FPL v3](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/LICENSE)
|
||||||
|
|
||||||
</asciidoc>
|
</asciidoc>
|
||||||
</environment>
|
</environment>
|
||||||
|
|
@ -118,8 +118,8 @@ Outras instalações:
|
||||||
<environment names="YavscPre">
|
<environment names="YavscPre">
|
||||||
<asciidoc>
|
<asciidoc>
|
||||||
## Yet Another Very Small Company :
|
## Yet Another Very Small Company :
|
||||||
* [README](https://github.com/pazof/yavsc/blob/vnext/README.md)
|
* [README](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/README.md)
|
||||||
* [license: GNU FPL v3](https://github.com/pazof/yavsc/blob/vnext/LICENSE)
|
* [license: GNU FPL v3](https://forgejo.pschneider.fr/notazof/yavsc/blob/vnext/LICENSE)
|
||||||
|
|
||||||
En production:
|
En production:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<UserSecretsId>53bd70e8-ff81-497a-847f-a15fd8ea7a09</UserSecretsId>
|
<UserSecretsId>53bd70e8-ff81-497a-847f-a15fd8ea7a09</UserSecretsId>
|
||||||
<RootNamespace>Yavsc.Server</RootNamespace>
|
<RootNamespace>Yavsc.Server</RootNamespace>
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
<RepositoryUrl>https://forgejo.pschneider.fr/notazof/yavsc</RepositoryUrl>
|
||||||
<Library>true</Library>
|
<Library>true</Library>
|
||||||
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.1.0.0</FileVersion>
|
<FileVersion>1.1.0.0</FileVersion>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue