Skip to content

Commit

Permalink
enable source link, set version to 1.0.0-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentH-Net committed Oct 14, 2022
1 parent 898ba84 commit 8f8e148
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Orleans.Multitenant.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions src/Orleans.Multitenant/Orleans.Multitenant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Orleans.Multitenant</PackageId>
<PackageVersion>1.0.0-preview.2</PackageVersion>
<PackageVersion>1.0.0-preview.1</PackageVersion>
<Title>Orleans Multitenant</Title>
<Description>Secure, flexible tenant separation for Microsoft Orleans 4</Description>
<Authors>VincentH.NET;Applicita</Authors>
Expand All @@ -26,19 +26,24 @@
<RepositoryUrl>https://github.com/Applicita/Orleans.Multitenant</RepositoryUrl>
<PackageTags>multitenant;multi-tenant;tenant;tenant separation;separation;Orleans;Orleans 4;Microsoft Orleans;Applicita</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<!-- Enable Source Link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="CSharp-Toolkit-Icon.png" Pack="true" PackagePath="\"/>
<None Include="CSharp-Toolkit-Icon.png" Pack="true" PackagePath="\" />
<None Include="Readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="4.0.0-preview2" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="4.0.0-preview2" />
<PackageReference Include="Microsoft.Orleans.Streaming" Version="4.0.0-preview2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Orleans.Multitenant/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[Release Notes](https://github.com/Applicita/Orleans.Multitenant/releases/tag/1-0-0-preview-1)

0 comments on commit 8f8e148

Please sign in to comment.