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

Commit e1ffb14

Browse files
committed
Updated version to 1.2.
1 parent caea40a commit e1ffb14

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

RefactoringEssentials.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj
2929
EndProject
3030
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7481F91-77A4-49F6-ACC7-B8145827C384}"
3131
ProjectSection(SolutionItems) = preProject
32+
appveyor.yml = appveyor.yml
3233
README.md = README.md
3334
EndProjectSection
3435
EndProject

RefactoringEssentials/Properties/AssemblyInfoBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[assembly: AssemblyCompany("ICSharpCode")]
1010
[assembly: AssemblyProduct("Refactoring Essentials")]
1111
[assembly: AssemblyCopyright("Copyright 2010-2015 AlphaSierraPapa and Xamarin Inc.")]
12-
[assembly: AssemblyVersion("1.1.0.0")]
13-
[assembly: AssemblyFileVersion("1.1.0")]
12+
[assembly: AssemblyVersion("1.2.0.0")]
13+
[assembly: AssemblyFileVersion("1.2.0")]
1414

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

RefactoringEssentials/RefactoringEssentials.Library.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>RefactoringEssentials.Library</id>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77
<title>Refactoring Essentials</title>
88
<authors>IC#Code</authors>
99
<owners>IC#Code</owners>

RefactoringEssentials/RefactoringEssentials.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>RefactoringEssentials</id>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77
<title>Refactoring Essentials</title>
88
<authors>IC#Code</authors>
99
<owners>IC#Code</owners>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nuget_version=1.1.0
2-
full_version=1.1.0.0
1+
nuget_version=1.2.0
2+
full_version=1.2.0.0
33
release_notes_link=https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-1.2

Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<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">
44
<Metadata>
5-
<Identity Id="NR6Pack.Refactorings.Vsix..cd27e59b-5c56-4238-8931-c9bb745a7a7f" Version="1.1.0.0" Language="en-US" Publisher="IC#Code"/>
5+
<Identity Id="NR6Pack.Refactorings.Vsix..cd27e59b-5c56-4238-8931-c9bb745a7a7f" Version="1.2.0.0" Language="en-US" Publisher="IC#Code"/>
66
<DisplayName>Refactoring Essentials for Visual Studio</DisplayName>
77
<Description xml:space="preserve">Free refactorings for C# and Visual Basic (VB) - plus more!</Description>
88
<License>license.txt</License>

0 commit comments

Comments
 (0)