Skip to content

Commit 3c2cfd1

Browse files
committed
Merge branch 'develop'
2 parents cbd972e + d710124 commit 3c2cfd1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)