Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Nov 2, 2023
1 parent cbe1009 commit 57dd957
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion nuget/resharper-template-compiler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>CitizenMatt.ReSharper.LiveTemplateCompiler</id>
<version>3.3.0</version>
<version>3.4.0</version>
<title>ReSharper Live Template Compiler</title>
<authors>Matt Ellis</authors>
<readme>README.md</readme>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MSBuild tooling to convert markdown files into ReSharper Live Templates in a .DotSettings file</description>
<releaseNotes>
&#822; Sort templates in README with stable ordinal ordering
&#822; Add option to allow modifying newline characters used when writing output files

From 3.3:
&#822; Improve formatting of tables in README

From 3.2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
<AssemblyTitle>resharper-template-compiler</AssemblyTitle>
<Product>resharper-template-compiler</Product>
<Copyright>Copyright © Matt Ellis 2023</Copyright>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
<FileVersion>3.4.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\nuget\resharper-template-compiler.nuspec" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\nuget\resharper-template-compiler.nuspec" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Markdig" Version="0.33.0" />
Expand Down

0 comments on commit 57dd957

Please sign in to comment.