Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
HellBrick committed Sep 27, 2015
1 parent 912cca7 commit a5aa809
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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="HellBrick.Diagnostics.Refactorings.Vsix.HellBrick.420a643f-61e0-4b35-8fb0-a195ea7d3fa3" Version="1.0" Language="en-US" Publisher="HellBrick" />
<Identity Id="HellBrick.Diagnostics.Refactorings.Vsix.HellBrick.420a643f-61e0-4b35-8fb0-a195ea7d3fa3" Version="1.4.0" Language="en-US" Publisher="HellBrick" />
<DisplayName>HellBrick.Diagnostics.Refactorings.Vsix</DisplayName>
<Description xml:space="preserve">A set of refactorings by HellBrick</Description>
</Metadata>
Expand Down
5 changes: 5 additions & 0 deletions src/HellBrick.Diagnostics/Diagnostic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Diagnostics</description>
<releaseNotes>
v1.4.0:
- an analyzer that enforces explicit access modifiers
- an analyzer that enforces immutability and equatability on structs
- all analyzers ignore auto-generated code

v1.3.0:
- an analyzer that enforces the proper code formatting
- a refactoring to convert one-line properties to expression-bodied properties
Expand Down
4 changes: 2 additions & 2 deletions src/HellBrick.Diagnostics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion( "1.3.0" )]
[assembly: AssemblyFileVersion( "1.3.0" )]
[assembly: AssemblyVersion( "1.4.0" )]
[assembly: AssemblyFileVersion( "1.4.0" )]

0 comments on commit a5aa809

Please sign in to comment.