Skip to content

Commit

Permalink
Change version to 0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Aug 13, 2016
1 parent 64394d3 commit cb0e39b
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion source/Analyzers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
2 changes: 1 addition & 1 deletion source/Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
2 changes: 1 addition & 1 deletion source/Refactorings/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
8 changes: 4 additions & 4 deletions source/Refactorings/Refactorings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</Syntaxes>
<Scope>selected namespace</Scope>
</Refactoring>
<Refactoring Id="CollapseToInitializer" Title="Collapse to initalizer" ExtensionVersion="0.0.0">
<Refactoring Id="CollapseToInitializer" Title="Collapse to initalizer" ExtensionVersion="0.98.0">
<Syntaxes>
<Syntax>object creation followed with assignment(s)</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -387,12 +387,12 @@
<Syntax>static/extension method invocation</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="IntroduceAndInitializeField" Title="Introduce and initialize field" ExtensionVersion="0.0.0">
<Refactoring Id="IntroduceAndInitializeField" Title="Introduce and initialize field" ExtensionVersion="0.98.0">
<Syntaxes>
<Syntax>constructor parameter</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="IntroduceAndInitializeProperty" Title="Introduce and initialize property" ExtensionVersion="0.0.0">
<Refactoring Id="IntroduceAndInitializeProperty" Title="Introduce and initialize property" ExtensionVersion="0.98.0">
<Syntaxes>
<Syntax>constructor parameter</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -426,7 +426,7 @@
<Syntax>non-static field/method/property/event in static class</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="MergeAssignmentExpressionWithReturnStatement" Title="Merge assignment expression with return statement" ExtensionVersion="0.0.0">
<Refactoring Id="MergeAssignmentExpressionWithReturnStatement" Title="Merge assignment expression with return statement" ExtensionVersion="0.98.0">
<Syntaxes>
<Syntax>assignment expression followed with return statement</Syntax>
</Syntaxes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.97.1" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.98.0" Language="en-US" Publisher="Josef Pihrt"/>
<DisplayName>C# Analyzers and Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers 80+ analyzers and 120+ refactorings for C#.</Description>
<MoreInfo>http://github.com/JosefPihrt/RoslynTools</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/VisualStudio.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.97.1" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.98.0" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>C# Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers 120+ refactorings for C#.</Description>
<MoreInfo>http://github.com/JosefPihrt/RoslynTools</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.97.1")]
[assembly: AssemblyVersion("0.98.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit cb0e39b

Please sign in to comment.