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 20, 2015
1 parent f984c66 commit a36496f
Show file tree
Hide file tree
Showing 3 changed files with 7 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.Vsix..b4dfddbc-9227-4bbd-95e5-1149df4defca" Version="1.1.0" Language="en-US" Publisher="HellBrick"/>
<Identity Id="HellBrick.Diagnostics.Vsix..b4dfddbc-9227-4bbd-95e5-1149df4defca" Version="1.3.0" Language="en-US" Publisher="HellBrick"/>
<DisplayName>HellBrick.Diagnostics.Vsix</DisplayName>
<Description xml:space="preserve">This is the extension that provides a set of common diagnostics by HellBrick.</Description>
</Metadata>
Expand Down
4 changes: 4 additions & 0 deletions src/HellBrick.Diagnostics/Diagnostic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Diagnostics</description>
<releaseNotes>
v1.3.0:
- an analyzer that enforces the proper code formatting
- a refactoring to convert one-line properties to expression-bodied properties

v1.2.1:
- fixed Nuget package installation issues
- readonly modifier can now be enforced on fields of primitive types
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.2.1" )]
[assembly: AssemblyFileVersion( "1.2.1" )]
[assembly: AssemblyVersion( "1.3.0" )]
[assembly: AssemblyFileVersion( "1.3.0" )]

0 comments on commit a36496f

Please sign in to comment.