Skip to content
This repository has been archived by the owner. It is now read-only.

Commit c2e069e

Browse files
committed
Updated version to 5.6.
1 parent c0fdd67 commit c2e069e

6 files changed

+9
-9
lines changed

RefactoringEssentials/RefactoringEssentials.Library.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>RefactoringEssentials.Library</id>
6-
<version>5.4.0</version>
6+
<version>5.6.0</version>
77
<title>Refactoring Essentials</title>
88
<authors>IC#Code</authors>
99
<owners>IC#Code</owners>

RefactoringEssentials/RefactoringEssentials.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<Description>Analyzers and Code Fixes for Visual Studio 2017 (Roslyn-based).</Description>
1010
<Product>Refactoring Essentials for Visual Studio 2017</Product>
1111
<Copyright>Copyright (c) 2014-2017 AlphaSierraPapa and Xamarin Inc.</Copyright>
12-
<AssemblyVersion>5.4.0.0</AssemblyVersion>
13-
<FileVersion>5.4.0.0</FileVersion>
14-
<Version>5.4.0</Version>
12+
<AssemblyVersion>5.6.0.0</AssemblyVersion>
13+
<FileVersion>5.6.0.0</FileVersion>
14+
<Version>5.6.0</Version>
1515
<PackageId>RefactoringEssentials</PackageId>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

RefactoringEssentials/RefactoringEssentials.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata minClientVersion="2.8">
55
<id>RefactoringEssentials</id>
6-
<version>5.4.0</version>
6+
<version>5.6.0</version>
77
<title>Refactoring Essentials</title>
88
<authors>IC#Code</authors>
99
<owners>IC#Code</owners>

Tests/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyCompany("ICSharpCode")]
77
[assembly: AssemblyProduct("Refactoring Essentials for Visual Studio 2017")]
88
[assembly: AssemblyCopyright("Copyright (c) 2014-2017 AlphaSierraPapa and Xamarin Inc.")]
9-
[assembly: AssemblyVersion("5.4.0.0")]
9+
[assembly: AssemblyVersion("5.6.0.0")]
1010

1111
// This sets the default COM visibility of types in the assembly to invisible.
1212
// If you need to expose a type to COM, use [ComVisible(true)] on that type.

Vsix/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="RefactoringEssentials.Vsix.cd27e59b-5c56-4238-8931-c9bb745a7a7f" Version="5.4.0.0" Language="en-US" Publisher="IC#Code"/>
4+
<Identity Id="RefactoringEssentials.Vsix.cd27e59b-5c56-4238-8931-c9bb745a7a7f" Version="5.6.0.0" Language="en-US" Publisher="IC#Code"/>
55
<DisplayName>Refactoring Essentials for Visual Studio 2017</DisplayName>
66
<Description xml:space="preserve">Free refactorings for C# and Visual Basic (VB.NET)</Description>
77
<License>license.txt</License>

appveyor.2017.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
only:
55
- release
66

7-
version: 5.4.{build}
7+
version: 5.6.{build}
88
configuration: Release
99

1010
image: Visual Studio 2017
@@ -35,7 +35,7 @@
3535
only:
3636
- master
3737

38-
version: 5.4.{build}
38+
version: 5.6.{build}
3939
configuration: Release
4040

4141
image: Visual Studio 2017

0 commit comments

Comments
 (0)