File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 279279    <PackageReleaseNotes >https://go.microsoft.com/fwlink/?LinkID=799421</PackageReleaseNotes >
280280    <!--  Indicates this is not an officially supported release. Release branches should set this to false. --> 
281281    <!--  Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake --> 
282-     <IsPrerelease >true </IsPrerelease >
282+     <IsPrerelease >false </IsPrerelease >
283283    <IsPrivateAssembly >$(MSBuildProjectName.Contains('Private'))</IsPrivateAssembly >
284284    <!--  Private packages should not be stable --> 
285285    <SuppressFinalPackageVersion  Condition =" '$(SuppressFinalPackageVersion)' == '' and $(IsPrivateAssembly)" SuppressFinalPackageVersion >
Original file line number Diff line number Diff line change 77    <MinorVersion >0</MinorVersion >
88    <PatchVersion >0</PatchVersion >
99    <SdkBandVersion >7.0.100</SdkBandVersion >
10-     <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
11-     <PreReleaseVersionIteration >7 </PreReleaseVersionIteration >
10+     <PreReleaseVersionLabel >RC </PreReleaseVersionLabel >
11+     <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
1212    <!--  Set assembly version to align with major and minor version,
1313         as for the patches and revisions should be manually updated per assembly if it is serviced. -->  
1414    <AssemblyVersion >$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
22
33# If set, indicates that this is not an officially supported release 
44# Keep in sync with IsPrerelease in Directory.Build.props 
5- set (PRERELEASE 1 )
5+ set (PRERELEASE 0 )
66
77#---------------------------------------- 
88# Detect and set platform variable names 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments