Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 4a3d594

Browse files
committed
update to PyWinRT v1.0.0-beta.6
1 parent bb4c922 commit 4a3d594

1,266 files changed

Lines changed: 174617 additions & 4909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
- Update PyWinRT to [v1.0.0-beta.7](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.7).
9+
710
## [v1.0.0b6] - 2022-06-21
811

912
### Changed

generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param ([switch]$skipNugetInstall)
22

3-
$pywinrt_version = '1.0.0-beta.6'
3+
$pywinrt_version = '1.0.0-beta.7'
44
$cppwinrt_version = '2.0.220608.4'
55
$windows_sdk_version = '10.0.22621.0+'
66
$repoRootPath = (Get-Item $PSScriptRoot).FullName

pywinrt/winsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
1+
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.7
22

33
from importlib.machinery import ExtensionFileLoader
44
from importlib.util import spec_from_loader, module_from_spec

pywinrt/winsdk/_winrt.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
1+
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.7
22

33

44
import sys

pywinrt/winsdk/src/_winrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.7
22

33
#include "pybase.h"
44
#include <Shobjidl.h>

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.Preview.cpp

Lines changed: 421 additions & 7 deletions
Large diffs are not rendered by default.

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.Preview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.7
22

33
#pragma once
44

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.cpp

Lines changed: 1425 additions & 3 deletions
Large diffs are not rendered by default.

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.7
22

33
#pragma once
44

pywinrt/winsdk/src/py.Windows.ApplicationModel.Activation.cpp

Lines changed: 3368 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)