Skip to content

Tags: xiaolipro/CAP

Tags

v7.1.3

Toggle v7.1.3's commit message
Allow Explicit to set AllowAnonymous for the dashboard API. (dotnetco…

…re#1335)

v7.1.2

Toggle v7.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version 7.1.2

v7.1.1

Toggle v7.1.1's commit message
chore: autopublish 2023-04-07T05:07:22Z

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow publishing to multiple Service Bus topics (attempt 2) (dotnetco…

…re#1283)

* Allow publishing to multiple Service Bus topics

* Auto-create custom ASB topics

* Fix duplicate Descriptor at the end

* Improve CreateProducerForMessage docs

* Use Distinct when creating topics

---------

Co-authored-by: Jon Ekdahl <[email protected]>

v7.0.3

Toggle v7.0.3's commit message
Fixes warnings

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nuget apikey

v7.0.1

Toggle v7.0.1's commit message

v7.0.0

Toggle v7.0.0's commit message
Update samples

2022年11月17日

Toggle 2022年11月17日's commit message

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Using EnvironmentVariableTarget.Machine to get the environment variab…

…les. (dotnetcore#1220)

EnvironmentVariableTarget.Machine 

The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry. This value should be used on .NET implementations running on Windows systems only.

https://learn.microsoft.com/en-us/dotnet/api/system.environmentvariabletarget?view=net-6.0