Skip to content

Commit

Permalink
Include dependencies for .NET 4.8 + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Jan 16, 2023
1 parent 9fa5080 commit a8e9189
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.1.0</version>
<version>3.2.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; Include dependencies for .net 4.8 build

From 3.1:
&#822; Update to .net 5

From 3.0:
Expand Down Expand Up @@ -60,6 +63,7 @@ From 2.1.0:
<file src="..\src\resharper-template-compiler\bin\Release\net48\rstc.exe.config" target="tools/" />
<file src="..\src\resharper-template-compiler\bin\Release\net48\CommandLine.dll" target="tools/" />
<file src="..\src\resharper-template-compiler\bin\Release\net48\MarkDig.dll" target="tools/" />
<file src="..\src\resharper-template-compiler\bin\Release\net48\System.*.dll" target="tools/" />
<file src="..\src\resharper-template-compiler\bin\Release\net5.0\rstc.dll" target="tools/netcore/" />
<file src="..\src\resharper-template-compiler\bin\Release\net5.0\rstc.runtimeconfig.json" target="tools/netcore/" />
<file src="..\src\resharper-template-compiler\bin\Release\net5.0\rstc.deps.json" target="tools/netcore/" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
<AssemblyTitle>resharper-template-compiler</AssemblyTitle>
<Product>resharper-template-compiler</Product>
<Copyright>Copyright © Matt Ellis 2021</Copyright>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Markdig" Version="0.24.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net48" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
Expand Down
1 change: 0 additions & 1 deletion src/tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.24.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net48" Version="1.0.0" />
<PackageReference Include="nunit" Version="3.12.0"/>
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0"/>
Expand Down

0 comments on commit a8e9189

Please sign in to comment.