Skip to content

Commit afc364b

Browse files
Rev to RTM. (#111)
1 parent 3579e8f commit afc364b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ and currently exposes the format of the file which, as mentioned above, should b
221221
>
222222
>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`.
223223
224-
[AppConfiguration](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview) is a new offering from Azure, currently in preview. If you
224+
[AppConfiguration](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview) is a new offering from Azure. If you
225225
wish to use this new service for managing your configuration, then use this AzureAppConfigurationBuilder. Either `endpoint` or `connectionString` are
226226
required, but all other attributes are optional. If both `endpoint` and `connectionString` are used, then preference is given to the connection string.
227227
* `endpoint` - This specifies the AppConfiguration store to connect to.

tools/MicrosoftConfigurationBuilders.settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Release: Third for Info and Package.
2424
Update package and file without touching assembly, except for major releases.
2525
-->
26-
<BuildQuality Condition="'$(BuildQuality)' == ''">rc</BuildQuality>
26+
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
2727
<VersionStartYear Condition="'$(VersionStartYear)' == ''">2019</VersionStartYear>
2828
<VersionMajor>2</VersionMajor>
2929
<VersionMinor>0</VersionMinor>

0 commit comments

Comments
 (0)