Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 16, 2021
1 parent 7d3dfd0 commit 70a43fb
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.0.10</VersionPrefix>
<VersionPrefix>0.0.11</VersionPrefix>
</PropertyGroup>

<Choose>
Expand Down
7 changes: 7 additions & 0 deletions Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=0.0.11

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%

GitHubReleaseNotes --output PackageReadme.md --skip-empty-releases --exclude-labels question invalid doc --template PackageReleaseNotes.template --version %version%
3 changes: 0 additions & 3 deletions GitHubReleaseNotes.txt

This file was deleted.

4 changes: 4 additions & 0 deletions PackageReadme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 0.0.11 (16 November 2021)
- #10 Added update functionality [enhancement]

The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md
6 changes: 6 additions & 0 deletions PackageReleaseNotes.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# {{releaseInfos.0.FriendlyName}} ({{formatDate releaseInfos.0.When "dd MMMM yyyy"}})
{{#each releaseInfos.0.issueInfos}}
- #{{Number}} {{Title}}{{#if Labels}} [{{join Labels ", "}}]{{/if}}
{{/each}}

The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md
47 changes: 25 additions & 22 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# 0.0.10 (23 June 2021)
- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.9 (16 June 2021)
- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.6 (27 April 2021)
- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.5 (23 April 2021)
- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH)
- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.4 (11 April 2021)
- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.3 (10 April 2021)
- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.2 (11 May 2020)
- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.11 (16 November 2021)
- [#10](https://github.com/StefH/jsMind.Blazor/pull/10) - Added update functionality [enhancement] contributed by [wkoeter](https://github.com/wkoeter)

# 0.0.10 (23 June 2021)
- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.9 (16 June 2021)
- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.6 (27 April 2021)
- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.5 (23 April 2021)
- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH)
- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.4 (11 April 2021)
- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.3 (10 April 2021)
- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.2 (11 May 2020)
- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH)

8 changes: 5 additions & 3 deletions jsMind.Blazor - Solution.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A9BC34B-DF33-49C3-AB28-92AEEBD45F84}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2EEFDB4-1549-4898-95BE-11E3CDBB86DA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
GitHubReleaseNotes.txt = GitHubReleaseNotes.txt
Generate-ReleaseNotes.bat = Generate-ReleaseNotes.bat
LICENSE = LICENSE
PackageReadme.md = PackageReadme.md
PackageReleaseNotes.template = PackageReleaseNotes.template
publish-docs.cmd = publish-docs.cmd
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
Expand Down
73 changes: 39 additions & 34 deletions src/jsMind.Blazor/jsMind.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,40 +1,45 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Title>jsMind.Blazor</Title>
<Description>A Blazor JSInterop wrapper for jsMind (MindMap)</Description>
<AssemblyName>jsMind.Blazor</AssemblyName>
<RootNamespace>JsMind.Blazor</RootNamespace>
<Authors>Stef Heyenrath</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>jsMind.Blazor</PackageId>
<PackageTags>Blazor;jsMind;MindMap;Mind;Map;jsinterop</PackageTags>
<PackageReleaseNotes>See ReleaseNotes.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/StefH/jsMind.Blazor</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/StefH/jsMind.Blazor</RepositoryUrl>
<ProjectGuid>{D3804221-1234-4502-9595-39584E5A1977}</ProjectGuid>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup>
<Title>jsMind.Blazor</Title>
<Description>A Blazor JSInterop wrapper for jsMind (MindMap)</Description>
<AssemblyName>jsMind.Blazor</AssemblyName>
<RootNamespace>JsMind.Blazor</RootNamespace>
<Authors>Stef Heyenrath</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>jsMind.Blazor</PackageId>
<PackageTags>Blazor;jsMind;MindMap;Mind;Map;jsinterop</PackageTags>
<PackageReleaseNotes>See ReleaseNotes.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/StefH/jsMind.Blazor</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/StefH/jsMind.Blazor</RepositoryUrl>
<ProjectGuid>{D3804221-1234-4502-9595-39584E5A1977}</ProjectGuid>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Include="../../PackageReadme.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 70a43fb

Please sign in to comment.