File tree Expand file tree Collapse file tree 4 files changed +4
-33
lines changed
UnitsNet.NanoFramework/GeneratedCode Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ $paramSet = $PsCmdlet.ParameterSetName
54
54
$projFile = " $root \UnitsNet\UnitsNet.csproj"
55
55
$numberExtensionsProjFile = " $root \UnitsNet.NumberExtensions\UnitsNet.NumberExtensions.csproj"
56
56
$nanoFrameworkNuspecGeneratorFile = " $root \CodeGen\Generators\NanoFrameworkGen\NuspecGenerator.cs"
57
+ $nanoFrameworkAssemblyInfoFile = " $root \UnitsNet.NanoFramework\GeneratedCode\Properties\AssemblyInfo.cs"
57
58
$winrtAssemblyInfoFile = " $root \UnitsNet.WindowsRuntimeComponent\Properties\AssemblyInfo.cs"
58
59
$winrtNuspecFile = " $root \UnitsNet.WindowsRuntimeComponent\UnitsNet.WindowsRuntimeComponent.nuspec"
59
60
@@ -70,6 +71,9 @@ Set-ProjectVersion $numberExtensionsProjFile $newVersion
70
71
# Update AssemblyInfo.cs files
71
72
Set-AssemblyInfoVersion $winrtAssemblyInfoFile $newVersion
72
73
74
+ # Update AssemblyInfo.cs file for .NET nanoFramework
75
+ Set-AssemblyInfoVersion $nanoFrameworkAssemblyInfoFile $newVersion
76
+
73
77
# Update .nuspec files
74
78
Set-NuspecVersion $winrtNuspecFile $newVersion
75
79
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments