Skip to content

Commit 18e8285

Browse files
committed
Change version to 0.99.0
1 parent d9c875c commit 18e8285

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

source/Analyzers/CSharpAnalyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CSharpAnalyzers</id>
5-
<version>0.98.2.0</version>
5+
<version>0.99.0.0</version>
66
<title>C# Analyzers</title>
77
<authors>Josef Pihrt</authors>
88
<owners>Josef Pihrt</owners>

source/Analyzers/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.98.4")]
31+
[assembly: AssemblyVersion("0.99.0")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

source/Common/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.98.4")]
31+
[assembly: AssemblyVersion("0.99.0")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

source/Refactorings/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.98.4")]
31+
[assembly: AssemblyVersion("0.99.0")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

source/Refactorings/Refactorings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
</Syntaxes>
690690
<Scope>method name</Scope>
691691
</Refactoring>
692-
<Refactoring Id="ReplaceConditionalExpressionWithExpression" Title="Replace conditional expression with expression" ExtensionVersion="0.0.0">
692+
<Refactoring Id="ReplaceConditionalExpressionWithExpression" Title="Replace conditional expression with expression" ExtensionVersion="0.99.0">
693693
<Syntaxes>
694694
<Syntax>conditional expression</Syntax>
695695
</Syntaxes>
@@ -742,7 +742,7 @@
742742
<Syntax>Enum.HasFlag method invocation</Syntax>
743743
</Syntaxes>
744744
</Refactoring>
745-
<Refactoring Id="ReplaceIfElseWithConditionalExpression" Title="Replace if-else with conditional expression" ExtensionVersion="0.0.0">
745+
<Refactoring Id="ReplaceIfElseWithConditionalExpression" Title="Replace if-else with conditional expression" ExtensionVersion="0.99.0">
746746
<Syntaxes>
747747
<Syntax>conditional expression</Syntax>
748748
</Syntaxes>

source/VisualStudio.AnalyzersAndRefactorings/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// Build Number
3232
// Revision
3333
//
34-
[assembly: AssemblyVersion("0.98.4")]
34+
[assembly: AssemblyVersion("0.99.0")]
3535
//[assembly: AssemblyFileVersion("1.0.0.0")]
3636
[assembly: NeutralResourcesLanguage("en-US")]

source/VisualStudio.AnalyzersAndRefactorings/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.98.4" Language="en-US" Publisher="Josef Pihrt"/>
4+
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.99.0" Language="en-US" Publisher="Josef Pihrt"/>
55
<DisplayName>C# Analyzers and Refactorings</DisplayName>
66
<Description xml:space="preserve">Roslyn-based extension that offers 80+ analyzers and 130+ refactorings for C#.</Description>
77
<MoreInfo>http://github.com/JosefPihrt/RoslynTools</MoreInfo>

source/VisualStudio.Common/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.98.4")]
33+
[assembly: AssemblyVersion("0.99.0")]
3434
//[assembly: AssemblyFileVersion("1.0.0.0")]

source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// Build Number
3232
// Revision
3333
//
34-
[assembly: AssemblyVersion("0.98.4")]
34+
[assembly: AssemblyVersion("0.99.0")]
3535
//[assembly: AssemblyFileVersion("1.0.0.0")]
3636
[assembly: NeutralResourcesLanguage("en-US")]

source/VisualStudio.Refactorings/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.98.4" Language="en-US" Publisher="Josef Pihrt" />
4+
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.99.0" Language="en-US" Publisher="Josef Pihrt" />
55
<DisplayName>C# Refactorings</DisplayName>
66
<Description xml:space="preserve">Roslyn-based extension that offers 130+ refactorings for C#.</Description>
77
<MoreInfo>http://github.com/JosefPihrt/RoslynTools</MoreInfo>

0 commit comments

Comments
 (0)