Skip to content

Commit 67b11eb

Browse files
authored
Rename nuget package to Microsoft.ReactNative.WinRT (#129)
* Rename nuget package to Microsoft.ReactNative.WinRT * Cert expired. Going to see what happens if I just remove it * Adding new key back
1 parent 69f7554 commit 67b11eb

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
4646
inputs:
4747
command: 'pack'
48-
packagesToPack: 'jswinrt/nuget/Microsoft.Windows.JsWinRT.nuspec'
48+
packagesToPack: 'jswinrt/nuget/Microsoft.ReactNative.WinRT.nuspec'
4949
configuration: 'Release'
5050
packDestination: '$(Build.ArtifactStagingDirectory)'
5151
versioningScheme: 'off'

jswinrt/nuget/Microsoft.Windows.JsWinRT.nuspec renamed to jswinrt/nuget/Microsoft.ReactNative.WinRT.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.5">
4-
<id>Microsoft.Windows.JsWinRT</id>
4+
<id>Microsoft.ReactNative.WinRT</id>
55
<version>$jswinrt_nuget_version$</version>
66
<title>JS/WinRT Build Support</title>
77
<authors>Microsoft</authors>

jswinrt/nuget/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
========================================================================
2-
Microsoft.Windows.JsWinRT JS/WinRT Projection Tool
2+
Microsoft.ReactNative.WinRT JS/WinRT Projection Tool
33
========================================================================
44

5-
JS/WinRT provides WinRT projection support for the JS language.
5+
JS/WinRT provides WinRT projection support for the JS language.
66

7-
JS/WinRT is part of the xlang family of projects that help developers create
7+
JS/WinRT is part of the xlang family of projects that help developers create
88
APIs that can run on multiple platforms and be used with a variety of languages.
99

1010
========================================================================

tests/RnWinRTTests/windows/RnWinRTTests/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<Identity
1010
Name="ade66fbb-2cb8-4ba7-b8e3-f0afcf0f7f3d"
11-
Publisher="CN=dunhor"
11+
Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
1212
Version="1.0.0.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="ade66fbb-2cb8-4ba7-b8e3-f0afcf0f7f3d" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1515

1616
<Properties>
1717
<DisplayName>RnWinRTTests</DisplayName>
18-
<PublisherDisplayName>dunhor</PublisherDisplayName>
18+
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
1919
<Logo>Assets\StoreLogo.png</Logo>
2020
</Properties>
2121

tests/RnWinRTTests/windows/RnWinRTTests/RnWinRTTests.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
1717
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
1818
<PackageCertificateKeyFile>RnWinRTTests_TemporaryKey.pfx</PackageCertificateKeyFile>
19-
<PackageCertificateThumbprint>4D2DDAB7269939DCB814441BBCF673D54509081D</PackageCertificateThumbprint>
19+
<PackageCertificateThumbprint>3FCC4711102BA7DFFA5C22283E68DE0B2ABEB279</PackageCertificateThumbprint>
2020
<PackageCertificatePassword>password</PackageCertificatePassword>
2121
</PropertyGroup>
2222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Binary file not shown.

0 commit comments

Comments
 (0)