Skip to content

Commit

Permalink
Update version to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 18, 2021
1 parent a0b5354 commit 7cd8cf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Changes in Ice Builder for MSBuild 5.0.6

- Fix a bug introduced in 5.0.5 that cause generated headers being
add to the list of C++ compiled items (ClCompile).

## Changes in Ice Builder for MSBuild 5.0.5

- Fix a bug that result in bogus compiler options add to the generated
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
[assembly: AssemblyCompany("ZeroC, Inc.")]
[assembly: AssemblyProduct("Ice Builder")]
[assembly: AssemblyCopyright("Copyright (c) 2009-2018 ZeroC, Inc.")]
[assembly: AssemblyVersion("5.0.5")]
[assembly: AssemblyVersion("5.0.6")]
[assembly: ComVisibleAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>zeroc.icebuilder.msbuild</AssemblyName>
<Version>5.0.5</Version>
<Version>5.0.6</Version>
<OutputPath>../../lib</OutputPath>
<TargetFramework>netstandard2.0</TargetFramework>
<TimeStampServer Condition="'$(SIGN_TIMESTAMPSERVER)' == ''">http://timestamp.digicert.com</TimeStampServer>
Expand Down
2 changes: 1 addition & 1 deletion msbuild/zeroc.icebuilder.msbuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>zeroc.icebuilder.msbuild</id>
<title>ZeroC Ice Builder for MSBuild</title>
<version>5.0.5</version>
<version>5.0.6</version>
<authors>ZeroC</authors>
<licenseUrl>https://raw.githubusercontent.com/zeroc-ice/ice-builder-msbuild/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/zeroc-ice/ice-builder-msbuild</projectUrl>
Expand Down

0 comments on commit 7cd8cf2

Please sign in to comment.