-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDirectory.Build.props
16 lines (16 loc) · 1.09 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<PropertyGroup>
<Version>2.0.4.0</Version>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
<FileVersion>2.0.4.0</FileVersion>
<Authors>RWS Group for and on behalf of its affiliates and subsidiaries</Authors>
<Company>RWS Group for and on behalf of its affiliates and subsidiaries</Company>
<Copyright>Copyright © 2015-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.</Copyright>
<PackageIconUrl>http://dr0muzwhcp26z.cloudfront.net/static/corporate/SDL-logo-2014.png</PackageIconUrl>
<PackageLicenseUrl>https://community.sdl.com/developers/tridion_developer/w/wiki/864.sdl-web-developer-software-and-distribution-agreement</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sdl/SignalR-OracleMessageBus</PackageProjectUrl>
<PackageReleaseNotes>Initial release of Oracle backplane which supports only single stream.</PackageReleaseNotes>
<PackageTags>SDL,SignalR,Backplane,MessageBus,Oracle</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>