Skip to content

Commit

Permalink
releasing v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximv committed Aug 31, 2020
1 parent 59a90f5 commit aa7d2ee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CsToMd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,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.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
4 changes: 4 additions & 0 deletions CsToMd/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.2.1 - Bug-fix release

- added: Adding the new line after the collapsible section otherwise it breaks the markdown

## v1.2.0 - Feature release

- added: #3 Make it to dotnet CLI tool (dotnet-cstomd)
Expand Down
2 changes: 1 addition & 1 deletion CsToMd/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="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.2.0" Language="en-US" Publisher="dadhi" />
<Identity Id="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.2.1" Language="en-US" Publisher="dadhi" />
<DisplayName>CsToMd</DisplayName>
<Description xml:space="preserve">Generates a Markdown .md file from the input C# .cs file removing the `/*md` and `md*/` comment lines</Description>
<MoreInfo>https://github.com/dadhi/Cstomd</MoreInfo>
Expand Down
6 changes: 5 additions & 1 deletion CsToMdDotnetTool/CsToMdDotnetTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ToolCommandName>cstomd</ToolCommandName>
<AssemblyName>cstomd</AssemblyName>
<PackageId>dotnet-cstomd</PackageId>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageOutputPath>..\.nupkg</PackageOutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -23,6 +23,10 @@
<PackageTags>cli dotnet dotnet-tool csharp tests markdown documentation live-documentation literate-programming</PackageTags>
<PackageReleaseNotes>
<![CDATA[
## v1.2.1 - Bug-fix release
- added: Adding the new line after the collapsible section otherwise it breaks the markdown
## v1.2.0 - Feature release
Expand Down

0 comments on commit aa7d2ee

Please sign in to comment.