Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Jan 16, 2023
1 parent 3bb6ce5 commit 9c1e048
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.0</version>
<version>3.3.0</version>
<title>ReSharper Live Template Compiler</title>
<authors>Matt Ellis</authors>
<owners>citizenmatt</owners>
Expand All @@ -11,6 +11,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MSBuild tooling to convert markdown files into ReSharper Live Templates in a .DotSettings file</description>
<releaseNotes>
&#822; Improve formatting of tables in README

From 3.2:
&#822; Include dependencies for .net 4.8 build

From 3.1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>resharper-template-compiler</AssemblyTitle>
<Product>resharper-template-compiler</Product>
<Copyright>Copyright © Matt Ellis 2021</Copyright>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
<Copyright>Copyright © Matt Ellis 2023</Copyright>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net48;netcoreapp31</TargetFrameworks>
<IsPackable>false</IsPackable>
<Copyright>Copyright © Matt Ellis 2021</Copyright>
<Copyright>Copyright © Matt Ellis 2023</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.24.0" />
Expand All @@ -18,4 +18,4 @@
<ItemGroup>
<ProjectReference Include="..\resharper-template-compiler\resharper-template-compiler.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 9c1e048

Please sign in to comment.