Skip to content

Commit

Permalink
Bugfix release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deviousasti committed Dec 17, 2020
1 parent 4246789 commit 8a6b073
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
============

0.7.1
----

* Bugfix release

0.7
----

Expand Down
2 changes: 1 addition & 1 deletion src/FantomasVsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace FantomasVs

// DO NOT REMOVE THIS MAGICAL INCANTATION NO MATTER HOW MUCH VS WARNS YOU OF DEPRECATION
// --------------------------------------------------------------------------------------
[InstalledProductRegistration("F# Formatting", "F# source code formatting using Fantomas.", "0.7", IconResourceID = 400)]
[InstalledProductRegistration("F# Formatting", "F# source code formatting using Fantomas.", "0.7.1", IconResourceID = 400)]
// --------------------------------------------------------------------------------------

// Package registration attributes
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.vsixmanifest
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="FantomasVs.ef00bfc2-a899-45fc-aae8-afecf8673aaf" Version="0.7" Language="en-US" Publisher="Asti" />
<Identity Id="FantomasVs.ef00bfc2-a899-45fc-aae8-afecf8673aaf" Version="0.7.1" Language="en-US" Publisher="Asti" />
<DisplayName>F# Formatting</DisplayName>
<Description xml:space="preserve">F# source code formatting using Fantomas.
Built against 4.3</Description>
Expand Down

0 comments on commit 8a6b073

Please sign in to comment.