File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ deploy:
120120 prerelease : $(IsPreRelease)
121121 artifact : Zip, NuGet
122122 auth_token : $(GITHUB_TOKEN)
123- draft : true
123+ draft : false
124124 force_update : true
125125 on :
126- appveyor_repo_tag : false
126+ appveyor_repo_tag : true
127127 # Deploying to MyGet feed
128128- provider : NuGet
129129 name : development
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ Inspired by [saaskit](https://github.com/saaskit/saaskit) and [Explanation of m
3131- Per Tenant Middleware
3232- Per Tenant DI
3333- Per Tenant Services
34- - Per Tenant HostingEnvironment (Coming soon)
35- - Per Tenant Configuration (Coming soon)
36- - Per Tenant LoggerFactory (Coming soon)
34+ - Per Tenant HostingEnvironment
35+ - Per Tenant Configuration
36+ - Per Tenant Logging
37+ - Add/Update/Delete on fly without restart
3738
3839## Installation
3940
@@ -185,5 +186,4 @@ In example project if you try to UseMvc work for ```Tenant 2``` you will get thi
185186
186187## Version History
187188
188- ** 1.0.0**
189- * Initial release
189+ [ ** CHANGE LOG** ] ( https://github.com/courio-dev/UnobtrusiveMultitenancy/blob/master/HISTORY.md )
You can’t perform that action at this time.
0 commit comments