Skip to content

Commit

Permalink
Rev to RTM. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenMolloy committed Feb 22, 2020
1 parent 3579e8f commit afc364b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ and currently exposes the format of the file which, as mentioned above, should b
>
>When connecting to an Azure App Configuration store, the identity that is being used must be assigned either the `Azure App Configuration Data Reader` role or the `Azure App Configuration Data Owner` role. Otherwise the config builder will encounter a "403 Forbidden" response from Azure and throw an exception if not `optional`.
[AppConfiguration](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview) is a new offering from Azure, currently in preview. If you
[AppConfiguration](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview) is a new offering from Azure. If you
wish to use this new service for managing your configuration, then use this AzureAppConfigurationBuilder. Either `endpoint` or `connectionString` are
required, but all other attributes are optional. If both `endpoint` and `connectionString` are used, then preference is given to the connection string.
* `endpoint` - This specifies the AppConfiguration store to connect to.
Expand Down
2 changes: 1 addition & 1 deletion tools/MicrosoftConfigurationBuilders.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Release: Third for Info and Package.
Update package and file without touching assembly, except for major releases.
-->
<BuildQuality Condition="'$(BuildQuality)' == ''">rc</BuildQuality>
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
<VersionStartYear Condition="'$(VersionStartYear)' == ''">2019</VersionStartYear>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
Expand Down

0 comments on commit afc364b

Please sign in to comment.