diff --git a/src/Orleans.Multitenant.sln b/src/Orleans.Multitenant.sln index 5d5810e..cab20ac 100644 --- a/src/Orleans.Multitenant.sln +++ b/src/Orleans.Multitenant.sln @@ -26,8 +26,8 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Debug|Any CPU.Build.0 = Release|Any CPU {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Release|Any CPU.ActiveCfg = Release|Any CPU {39DAB370-D119-44B1-B7E9-8F9BAD83E14C}.Release|Any CPU.Build.0 = Release|Any CPU {7E80BD00-FD7A-4BAF-BC36-58915C1A9A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/src/Orleans.Multitenant/Orleans.Multitenant.csproj b/src/Orleans.Multitenant/Orleans.Multitenant.csproj index b3da5f3..2494da2 100644 --- a/src/Orleans.Multitenant/Orleans.Multitenant.csproj +++ b/src/Orleans.Multitenant/Orleans.Multitenant.csproj @@ -12,7 +12,7 @@ true Orleans.Multitenant - 1.0.0-preview.2 + 1.0.0-preview.1 Orleans Multitenant Secure, flexible tenant separation for Microsoft Orleans 4 VincentH.NET;Applicita @@ -26,12 +26,16 @@ https://github.com/Applicita/Orleans.Multitenant multitenant;multi-tenant;tenant;tenant separation;separation;Orleans;Orleans 4;Microsoft Orleans;Applicita true + + + true true snupkg + true - + @@ -39,6 +43,7 @@ + diff --git a/src/Orleans.Multitenant/Readme.md b/src/Orleans.Multitenant/Readme.md index 8d4db8d..c383337 100644 --- a/src/Orleans.Multitenant/Readme.md +++ b/src/Orleans.Multitenant/Readme.md @@ -2,4 +2,4 @@ Docs: see the [repo readme](https://github.com/Applicita/Orleans.Multitenant#readme) and the inline C# documentation. All public Orleans.Multitenant API's come with full inline documentation. -[Release Notes](https://github.com/Applicita/Orleans.Multitenant/releases/tag/1-0-0-preview-2) \ No newline at end of file +[Release Notes](https://github.com/Applicita/Orleans.Multitenant/releases/tag/1-0-0-preview-1) \ No newline at end of file