diff --git a/Build/set-version-UnitsNet.ps1 b/Build/set-version-UnitsNet.ps1 index fb9b71cbef..d2908b1221 100644 --- a/Build/set-version-UnitsNet.ps1 +++ b/Build/set-version-UnitsNet.ps1 @@ -54,6 +54,7 @@ $paramSet = $PsCmdlet.ParameterSetName $projFile = "$root\UnitsNet\UnitsNet.csproj" $numberExtensionsProjFile = "$root\UnitsNet.NumberExtensions\UnitsNet.NumberExtensions.csproj" $nanoFrameworkNuspecGeneratorFile = "$root\CodeGen\Generators\NanoFrameworkGen\NuspecGenerator.cs" +$nanoFrameworkAssemblyInfoFile = "$root\UnitsNet.NanoFramework\GeneratedCode\Properties\AssemblyInfo.cs" $winrtAssemblyInfoFile = "$root\UnitsNet.WindowsRuntimeComponent\Properties\AssemblyInfo.cs" $winrtNuspecFile = "$root\UnitsNet.WindowsRuntimeComponent\UnitsNet.WindowsRuntimeComponent.nuspec" @@ -70,6 +71,9 @@ Set-ProjectVersion $numberExtensionsProjFile $newVersion # Update AssemblyInfo.cs files Set-AssemblyInfoVersion $winrtAssemblyInfoFile $newVersion +# Update AssemblyInfo.cs file for .NET nanoFramework +Set-AssemblyInfoVersion $nanoFrameworkAssemblyInfoFile $newVersion + # Update .nuspec files Set-NuspecVersion $winrtNuspecFile $newVersion diff --git a/UnitsNet.NanoFramework/GeneratedCode/Frequency/app.config b/UnitsNet.NanoFramework/GeneratedCode/Frequency/app.config deleted file mode 100644 index fc68357f70..0000000000 --- a/UnitsNet.NanoFramework/GeneratedCode/Frequency/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/UnitsNet.NanoFramework/GeneratedCode/Pressure/app.config b/UnitsNet.NanoFramework/GeneratedCode/Pressure/app.config deleted file mode 100644 index fc68357f70..0000000000 --- a/UnitsNet.NanoFramework/GeneratedCode/Pressure/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/UnitsNet.NanoFramework/GeneratedCode/WarpingMomentOfInertia/app.config b/UnitsNet.NanoFramework/GeneratedCode/WarpingMomentOfInertia/app.config deleted file mode 100644 index fc68357f70..0000000000 --- a/UnitsNet.NanoFramework/GeneratedCode/WarpingMomentOfInertia/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file