Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dotnet/Templates] Remove preview language #14842

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "macOS", "Mac Catalyst" ],
"identity": "Microsoft.MacCatalyst.MacCatalystApp",
"name": "MacCatalyst Application (Preview)",
"name": "MacCatalyst Application",
"description": "A project for creating a .NET MacCatalyst application",
"shortName": "maccatalyst",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "macOS", "Mac Catalyst" ],
"identity": "Microsoft.MacCatalyst.MacCatalystBinding",
"name": "MacCatalyst Binding Library (Preview)",
"name": "MacCatalyst Binding Library",
"description": "A project for creating a .NET MacCatalyst binding library",
"shortName": "maccatalystbinding",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "iOS", "Mobile" ],
"name": "iOS Controller template (Preview)",
"name": "iOS Controller template",
"description": "An iOS Controller class",
"tags": {
"language": "C#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "iOS", "Mobile" ],
"identity": "Microsoft.iOS.iOSTabbedApp",
"name": "iOS Tabbed Application (Preview)",
"name": "iOS Tabbed Application",
"description": "A project for creating a .NET iOS tabbed application",
"shortName": "ios-tabbed",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "iOS", "Mobile" ],
"identity": "Microsoft.iOS.iOSApp",
"name": "iOS Application (Preview)",
"name": "iOS Application",
"description": "A project for creating a .NET iOS application",
"shortName": "ios",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "iOS", "Mobile" ],
"identity": "Microsoft.iOS.iOSBinding",
"name": "iOS Binding Library (Preview)",
"name": "iOS Binding Library",
"description": "A project for creating a .NET iOS binding library",
"shortName": "iosbinding",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "iOS", "Mobile" ],
"identity": "Microsoft.iOS.iOSLib",
"name": "iOS Class Library (Preview)",
"name": "iOS Class Library",
"description": "A project for creating a .NET iOS class library",
"shortName": "ioslib",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "macOS" ],
"identity": "Microsoft.macOS.macOSApp",
"name": "macOS Application (Preview)",
"name": "macOS Application",
"description": "A project for creating a .NET macOS application",
"shortName": "macos",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft",
"classifications": [ "tvOS", "Mobile" ],
"identity": "Microsoft.tvOS.tvOSApp",
"name": "tvOS Application (Preview)",
"name": "tvOS Application",
"description": "A project for creating a .NET tvOS application",
"shortName": "tvos",
"tags": {
Expand Down