Skip to content

Commit

Permalink
Change version to 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Aug 28, 2016
1 parent d9c875c commit 18e8285
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/Analyzers/CSharpAnalyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CSharpAnalyzers</id>
<version>0.98.2.0</version>
<version>0.99.0.0</version>
<title>C# Analyzers</title>
<authors>Josef Pihrt</authors>
<owners>Josef Pihrt</owners>
Expand Down
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.98.4")]
[assembly: AssemblyVersion("0.99.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.98.4")]
[assembly: AssemblyVersion("0.99.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.98.4")]
[assembly: AssemblyVersion("0.99.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
4 changes: 2 additions & 2 deletions source/Refactorings/Refactorings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
</Syntaxes>
<Scope>method name</Scope>
</Refactoring>
<Refactoring Id="ReplaceConditionalExpressionWithExpression" Title="Replace conditional expression with expression" ExtensionVersion="0.0.0">
<Refactoring Id="ReplaceConditionalExpressionWithExpression" Title="Replace conditional expression with expression" ExtensionVersion="0.99.0">
<Syntaxes>
<Syntax>conditional expression</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -742,7 +742,7 @@
<Syntax>Enum.HasFlag method invocation</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="ReplaceIfElseWithConditionalExpression" Title="Replace if-else with conditional expression" ExtensionVersion="0.0.0">
<Refactoring Id="ReplaceIfElseWithConditionalExpression" Title="Replace if-else with conditional expression" ExtensionVersion="0.99.0">
<Syntaxes>
<Syntax>conditional expression</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.98.4")]
[assembly: AssemblyVersion("0.99.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.98.4" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.99.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 130+ 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.98.4")]
[assembly: AssemblyVersion("0.99.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.98.4")]
[assembly: AssemblyVersion("0.99.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.98.4" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.99.0" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>C# Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers 130+ 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.98.4")]
[assembly: AssemblyVersion("0.1.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 18e8285

Please sign in to comment.