Skip to content

Commit

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

- Add Ice Builder property page for .NET SDK style projects (requires Visual Studio 2022).

## Changes in Ice Builder for MSBuild 5.0.7

- Update SliceCompile target for C# projects to run before CoreCompile
Expand Down
10 changes: 3 additions & 7 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
// **********************************************************************
//
// Copyright (c) 2009-2018 ZeroC, Inc. All rights reserved.
//
// **********************************************************************
// Copyright (c) ZeroC, Inc. All rights reserved.

using System;
using System.Reflection;
Expand All @@ -14,6 +10,6 @@
[assembly: AssemblyDescription("Ice Builder for MSBuild")]
[assembly: AssemblyCompany("ZeroC, Inc.")]
[assembly: AssemblyProduct("Ice Builder")]
[assembly: AssemblyCopyright("Copyright (c) 2009-2018 ZeroC, Inc.")]
[assembly: AssemblyVersion("5.0.7")]
[assembly: AssemblyCopyright("Copyright (c) ZeroC, Inc.")]
[assembly: AssemblyVersion("5.0.8")]
[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.7</Version>
<Version>5.0.8</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.7</version>
<version>5.0.8</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 7392f82

Please sign in to comment.