Skip to content

Commit

Permalink
Bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Jul 15, 2024
1 parent fa45c47 commit d2b6f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 4 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.5.0</version>
<version>3.6.0</version>
<title>ReSharper Live Template Compiler</title>
<authors>Matt Ellis</authors>
<readme>README.md</readme>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MSBuild tooling to convert markdown files into ReSharper Live Templates in a .DotSettings file</description>
<releaseNotes>
&#822; Fix another sorting issue in README, this time with template types

From 3.5:
&#822; Sort templates in README with stable ordinal ordering again

From 3.4:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
<AssemblyTitle>resharper-template-compiler</AssemblyTitle>
<Product>resharper-template-compiler</Product>
<Copyright>Copyright © Matt Ellis 2023</Copyright>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<FileVersion>3.5.0.0</FileVersion>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<FileVersion>3.6.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 d2b6f57

Please sign in to comment.