Skip to content

Commit

Permalink
RTM stable branding (#4390)
Browse files Browse the repository at this point in the history
* RTM stable branding

* Add limited support for SpnEndpointIdentity with HTTP (#4385)

Co-authored-by: Matt Connew <matt.connew@microsoft.com>

* [master] Update dependencies from dotnet/arcade (#4388)

[master] Update dependencies from dotnet/arcade

* Enable ETW error logging for S.SM.Federation (#4391)

Co-authored-by: Matt Connew <matt.connew@microsoft.com>

* Fix OneWay only contracts with ReliableSessions (#4395)

Co-authored-by: Matt Connew <matt.connew@microsoft.com>

* Create central assembly version property for WCF assemblies. (#4221)

* Since all WCF assemblies share the same assembly version number no need to update more than one location.

Co-authored-by: Hong Li <hongli@microsoft.com>

* Remove dead code. (#4397)

* update product version for GA release (#4396)

* Update dependencies from https://github.com/dotnet/arcade build 20201014.1 (#4399)

[master] Update dependencies from dotnet/arcade

* WSFed static helpers and expanded tests (#4400)

* WSFederationHttpBinding.CreateMessgeSecurity uses Security.Message.EstablishSecurityContext to control SCT bootstrap
Remove Target and EstablishSecurityContest properties from WSTrustTokenParameters
Use DiagnosticUtility to trace exceptions
Remove M.IM.Logging direct dependency
Add comments to Federation classes
Format comments using InvariantCulture

* Fixed grammer and typos
Check for WSTrustParameters as IssuedSecurityTokenParameters in ctor of WSTrustChannelSecurityTokenProvider
Use DiagnosticUtility when throwing

* Add static helpers for WS and WS2007
Add test endpoints for WS and WS2007

Co-authored-by: brentschmaltz <brentschmaltz@hotmail.com>
Co-authored-by: Matt Connew <matt.connew@microsoft.com>

* RTM stable branding

Co-authored-by: Matt Connew <mconnew@microsoft.com>
Co-authored-by: Matt Connew <matt.connew@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Stephen Bonikowsky <stebon@microsoft.com>
Co-authored-by: Carol Wang <v-carwan@microsoft.com>
Co-authored-by: brentschmaltz <brentschmaltz@hotmail.com>
  • Loading branch information
7 people authored Oct 19, 2020
1 parent 6275221 commit f0fc1ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<WcfAssemblyVersion>4.8.0.0</WcfAssemblyVersion>
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<PreReleaseVersionLabel>rc2</PreReleaseVersionLabel>
<PreReleaseVersionLabel></PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<!-- Use the compiler in the CLI instead of in the sdk, since the sdk one doesn't work with netcoreapp3.0 yet -->
Expand All @@ -24,7 +24,11 @@
<UsingToolXliff>false</UsingToolXliff>
<!-- Adds a pkg ref to netfx references in order to resolve desktop refs in our facade projects. -->
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
</PropertyGroup>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind> </PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
<MicrosoftDotNetArcadeSdkPackageVersion>6.0.0-beta.20515.7</MicrosoftDotNetArcadeSdkPackageVersion>
Expand Down

0 comments on commit f0fc1ff

Please sign in to comment.