Skip to content

Commit 36a4b1e

Browse files
authored
Bumps nanoFramework.TestFramework to 3.0.69
1 parent 37fe4f8 commit 36a4b1e

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<WizardData>
2929
<packages repository="extension" repositoryId="455f2be5-bb07-451e-b351-a9faf3018dc9">
3030
<package id="nanoFramework.CoreLibrary" version="1.17.7"/>
31-
<package id="nanoFramework.TestFramework" version="3.0.68"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.69"/>
3232
</packages>
3333
</WizardData>
3434
</VSTemplate>

CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<WizardData>
2929
<packages repository="extension" repositoryId="bf694e17-fa5f-4877-9317-6d3664b2689a">
3030
<package id="nanoFramework.CoreLibrary" version="1.17.7"/>
31-
<package id="nanoFramework.TestFramework" version="3.0.68"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.69"/>
3232
</packages>
3333
</WizardData>
3434
</VSTemplate>

VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
108108
<IncludeInVSIX>true</IncludeInVSIX>
109109
</Content>
110-
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.68.nupkg">
111-
<Link>Packages\nanoFramework.TestFramework.3.0.68.nupkg</Link>
110+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.69.nupkg">
111+
<Link>Packages\nanoFramework.TestFramework.3.0.69.nupkg</Link>
112112
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
113113
<IncludeInVSIX>true</IncludeInVSIX>
114114
</Content>
@@ -533,7 +533,7 @@
533533
<Version>1.17.7</Version>
534534
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
535535
</PackageReference>
536-
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.68" GeneratePathProperty="true">
536+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.69" GeneratePathProperty="true">
537537
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
538538
<PrivateAssets>all</PrivateAssets>
539539
</PackageReference>

VisualStudio.Extension-2019/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@
292292
},
293293
"nanoFramework.TestFramework": {
294294
"type": "Direct",
295-
"requested": "[3.0.68, )",
296-
"resolved": "3.0.68",
297-
"contentHash": "K+CKHTFqUW0H46CjkcLOCHcrLJDGmwErisQDXIKvUEgp0gE7rrsAat072aCcjXxojotSwa34hD/NIV4OF7vXgQ=="
295+
"requested": "[3.0.69, )",
296+
"resolved": "3.0.69",
297+
"contentHash": "4wrXprAEyIC6uJLmChqr8T+QihBkkblFaPVaJgRoAaAffGnPENe30IcW1hiTGwQD6xdDl3SDSk07ShZ1+5hHyw=="
298298
},
299299
"nanoFramework.Tools.Debugger.Net": {
300300
"type": "Direct",

VisualStudio.Extension-2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
<Asset Type="Microsoft.VisualStudio.ResourceTemplate" d:Source="Project" d:ProjectName="CSharp.ResourceTemplate" d:TargetPath="|CSharp.ResourceTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
3333
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSharp.TestApplication-vs2019" d:TargetPath="|CSharp.TestApplication-vs2019;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3434
<Asset Type="nanoFramework.CoreLibrary.1.17.7.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.17.7.nupkg" d:VsixSubPath="Packages" />
35-
<Asset Type="nanoFramework.TestFramework.3.0.68.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.68.nupkg" d:VsixSubPath="Packages" />
35+
<Asset Type="nanoFramework.TestFramework.3.0.69.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.69.nupkg" d:VsixSubPath="Packages" />
3636
</Assets>
3737
</PackageManifest>

VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
126126
<IncludeInVSIX>true</IncludeInVSIX>
127127
</Content>
128-
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.68.nupkg">
129-
<Link>Packages\nanoFramework.TestFramework.3.0.68.nupkg</Link>
128+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.69.nupkg">
129+
<Link>Packages\nanoFramework.TestFramework.3.0.69.nupkg</Link>
130130
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
131131
<IncludeInVSIX>true</IncludeInVSIX>
132132
</Content>
@@ -547,7 +547,7 @@
547547
<Version>1.17.7</Version>
548548
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
549549
</PackageReference>
550-
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.68" GeneratePathProperty="true">
550+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.69" GeneratePathProperty="true">
551551
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
552552
<PrivateAssets>all</PrivateAssets>
553553
</PackageReference>

VisualStudio.Extension-2022/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@
337337
},
338338
"nanoFramework.TestFramework": {
339339
"type": "Direct",
340-
"requested": "[3.0.68, )",
341-
"resolved": "3.0.68",
342-
"contentHash": "K+CKHTFqUW0H46CjkcLOCHcrLJDGmwErisQDXIKvUEgp0gE7rrsAat072aCcjXxojotSwa34hD/NIV4OF7vXgQ=="
340+
"requested": "[3.0.69, )",
341+
"resolved": "3.0.69",
342+
"contentHash": "4wrXprAEyIC6uJLmChqr8T+QihBkkblFaPVaJgRoAaAffGnPENe30IcW1hiTGwQD6xdDl3SDSk07ShZ1+5hHyw=="
343343
},
344344
"nanoFramework.Tools.Debugger.Net": {
345345
"type": "Direct",

VisualStudio.Extension-2022/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<Asset Type="Microsoft.VisualStudio.ResourceTemplate" d:Source="Project" d:ProjectName="CSharp.ResourceTemplate" d:TargetPath="|CSharp.ResourceTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
3535
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSharp.TestApplication-vs2022" d:TargetPath="|CSharp.TestApplication-vs2022;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3636
<Asset Type="nanoFramework.CoreLibrary.1.17.7.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.17.7.nupkg" d:VsixSubPath="Packages" />
37-
<Asset Type="nanoFramework.TestFramework.3.0.68.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.68.nupkg" d:VsixSubPath="Packages" />
37+
<Asset Type="nanoFramework.TestFramework.3.0.69.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.69.nupkg" d:VsixSubPath="Packages" />
3838
</Assets>
3939
</PackageManifest>

0 commit comments

Comments
 (0)