@nativescript/windows 0.1.0-alpha.80 → 0.1.0-alpha.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  <!-- Default property values for manifest overrides.
3
3
  Override these in Directory.Build.props or via /p: properties. -->
4
4
  <PropertyGroup>
5
- <AppDisplayName Condition=" '$(AppDisplayName)' == '' ">__PROJECT_NAME__</AppDisplayName>
5
+ <AppDisplayName Condition=" '$(AppDisplayName)' == '' ">$(MSBuildProjectName)</AppDisplayName>
6
6
  <AppDescription Condition=" '$(AppDescription)' == '' ">A NativeScript Windows application</AppDescription>
7
7
  <Square150x150Logo Condition=" '$(Square150x150Logo)' == '' ">Assets\Square150x150Logo.png</Square150x150Logo>
8
8
  <Square44x44Logo Condition=" '$(Square44x44Logo)' == '' ">Assets\Square44x44Logo.png</Square44x44Logo>
@@ -1,10 +1,10 @@
1
1
  <Project Sdk="Microsoft.NET.Sdk">
2
2
  <PropertyGroup>
3
- <OutputType>WinExe</OutputType>
4
- <TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
5
- <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6
- <RootNamespace>__PROJECT_NAME__</RootNamespace>
7
- <AssemblyName>__PROJECT_NAME__</AssemblyName>
3
+ <OutputType>WinExe</OutputType>
4
+ <TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
5
+ <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6
+ <RootNamespace>$(MSBuildProjectName)</RootNamespace>
7
+ <AssemblyName>$(MSBuildProjectName)</AssemblyName>
8
8
  <UseUwp>true</UseUwp>
9
9
  <Platforms>x64;arm64</Platforms>
10
10
  <RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/windows",
3
- "version": "0.1.0-alpha.80",
3
+ "version": "0.1.0-alpha.81",
4
4
  "description": "NativeScript for using Windows v8",
5
5
  "repository": {
6
6
  "type": "git",