我如何更改 uwp windows 10 中的包系列名称
How can i change the Package family name in uwp windows 10
我想更改图中提到的密钥,当我更改证书文件时,它会更改为另一个临时密钥,并且正在使用此密钥作为名称创建发布者文件夹。但我希望它是一个有意义的名字。可能吗。?
如果有人知道,请帮助我。
Together, these elements declare the identity of your app, establishing the "package family" to which all of its packages belong. Individual packages will have additional details, such as architecture and version.
包系列名称是 YourProjectName
和 TemporaryKey
的组合。而Temporaraykey
是Publisher
的哈希值。 PFN(包系列名称)自动填充为 Package name
和 Temporarykey
的组合。它只是随着 Publisher
值的变化而变化。但它永远是一个哈希值而不是一个有意义的名字。
我想更改图中提到的密钥,当我更改证书文件时,它会更改为另一个临时密钥,并且正在使用此密钥作为名称创建发布者文件夹。但我希望它是一个有意义的名字。可能吗。? 如果有人知道,请帮助我。
Together, these elements declare the identity of your app, establishing the "package family" to which all of its packages belong. Individual packages will have additional details, such as architecture and version.
包系列名称是 YourProjectName
和 TemporaryKey
的组合。而Temporaraykey
是Publisher
的哈希值。 PFN(包系列名称)自动填充为 Package name
和 Temporarykey
的组合。它只是随着 Publisher
值的变化而变化。但它永远是一个哈希值而不是一个有意义的名字。