Add API12
authorJay Cho <chojoong@gmail.com>
Thu, 5 Oct 2023 04:32:50 +0000 (13:32 +0900)
committerJay Cho <chojoong@gmail.com>
Thu, 5 Oct 2023 04:32:50 +0000 (13:32 +0900)
.github/branch-metadata.yml
.github/workflows/nightly-release.yml
README.md
pkg/Tizen.NET/Tizen.NET.nuspec

index 2d5ea3c..1752567 100644 (file)
@@ -1,7 +1,13 @@
 master:
+  api-level: API12
+  labels: [ API12 ]
+  tizen-branch: tizen
+  version-prefix: 12.0.0
+
+API11:
   api-level: API11
   labels: [ API11 ]
-  tizen-branch: tizen
+  tizen-branch: tizen_8.0
   version-prefix: 11.0.0
 
 API10:
index ce309c0..2bad9f9 100644 (file)
@@ -7,7 +7,7 @@ on:
   workflow_dispatch:
 
 env:
-  TARGET_BRANCHES: 'master API10 API9'
+  TARGET_BRANCHES: 'master API11 API10'
 
 jobs:
   nightly:
index cabe17a..f419cff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@ TizenFX API, which allows you to access platform-specific features not covered b
 
 | Branch | API Level | Target Framework | API Reference | Platform          | myget.org | nuget.org  |
 |--------|:---------:|------------------|---------------|-------------------|-----------|------------|
-|master  | 11        | net6.0-tizen8.0 | [Link](https://samsung.github.io/TizenFX/master/) | Tizen 8.0 | [![api11_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API11.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) |  |
+|master  | 12        | net6.0-tizen9.0 | [Link](https://samsung.github.io/TizenFX/master/) | Tizen vNext | [![api12_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API12.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) |  |
+|API11   | 11        | net6.0-tizen8.0 | [Link](https://samsung.github.io/TizenFX/master/) | Tizen 8.0 | [![api11_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API11.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) |  |
 |API10   | 10        | tizen10.0 | [Link](https://samsung.github.io/TizenFX/API10/) | Tizen 7.0 | [![api10_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API10.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) | [![api10_nuget](https://img.shields.io/nuget/v/Tizen.NET.API10.svg)](https://www.nuget.org/packages/Tizen.NET/) |
 |API9    | 9         | tizen90   | [Link](https://samsung.github.io/TizenFX/API9/) | Tizen 6.5 | [![api9_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API9.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) | [![api9_nuget](https://img.shields.io/nuget/v/Tizen.NET.API9.svg)](https://www.nuget.org/packages/Tizen.NET/) |
 |API8    | 8         | tizen80   | [Link](https://samsung.github.io/TizenFX/API8/) | Tizen 6.0 | [![api8_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API8.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) | [![api8_nuget](https://img.shields.io/nuget/v/Tizen.NET.API8.svg)](https://www.nuget.org/packages/Tizen.NET/) |
@@ -19,7 +20,7 @@ TizenFX API, which allows you to access platform-specific features not covered b
 |API4    | 4         | tizen40   | [Link](https://samsung.github.io/TizenFX/API4/) | Tizen 4.0         | [![api4_myget](https://img.shields.io/tizen.myget/dotnet/vpre/Tizen.NET.API4.svg)](https://tizen.myget.org/feed/dotnet/package/nuget/Tizen.NET) | [![api4_nuget](https://img.shields.io/nuget/v/Tizen.NET.API4.svg)](https://www.nuget.org/packages/Tizen.NET/) |
 
 ### master
-The __master__ branch is the main development branch for the Tizen .NET __API Level 11__.
+The __master__ branch is the main development branch for the Tizen .NET __API Level 12__.
 
 The following NuGet packages will be published to [Tizen MyGet Gallery](https://tizen.myget.org/gallery/dotnet) and [Github Packages Registry](https://github.com/orgs/Samsung/packages?tab=packages&q=Tizen.NET) every day if there are any changes. (Nightly Build)
 
@@ -27,13 +28,13 @@ The following NuGet packages will be published to [Tizen MyGet Gallery](https://
 > - GitHub Packages Feed : ```https://nuget.pkg.github.com/Samsung/index.json```
 >   - GitHub Packages only supports authentication using a personal access token (classic). For more information, see [Working with the NuGet registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry) and [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
 
-* Tizen.NET 11.0.0.#####
-* Tizen.NET.API11 11.0.0.#####
-* Tizen.NET.Internals 11.0.0.#####
+* Tizen.NET 12.0.0.#####
+* Tizen.NET.API12 12.0.0.#####
+* Tizen.NET.Internals 12.0.0.#####
 
 And, This branch is pushed to the [tizen branch](https://git.tizen.org/cgit/platform/core/csapi/tizenfx/?h=tizen) in the tizen gerrit and submitted for the next Tizen platform.
 
-### API4 ~ API10 branches
+### API4 ~ API11 branches
 The __API#__ branches are the release branch for Tizen .NET __API Level #__.
 
 These release branches were __FROZEN__. No new public APIs can be added to these branches, only bug fixes and internal APIs can be added.
index 08687b1..d4f6274 100644 (file)
         <dependency id="Microsoft.NETCore.Platforms" version="3.1.0" />
       </group>
       <group targetFramework=".NET6.0">
-        <dependency id="Tizen.NET.API11" version="$fxversion$" />
+        <dependency id="Tizen.NET.API11" version="11.0.0.18030" />
+        <dependency id="Microsoft.NETCore.Platforms" version="6.0.9" />
+      </group>
+      <group targetFramework=".NET6.0">
+        <dependency id="Tizen.NET.API12" version="$fxversion$" />
         <dependency id="Microsoft.NETCore.Platforms" version="6.0.9" />
       </group>
     </dependencies>