We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9a83e commit 8712e00Copy full SHA for 8712e00
1 file changed
src/Machine.Specifications.Runner.ReSharper/Machine.Specifications.Runner.ReSharper.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<Version>0.1.0</Version>
@@ -19,7 +19,7 @@
19
<Authors>Machine</Authors>
20
<Owners>Machine</Owners>
21
<PackageTags>test;unit;testing;context;specification;bdd;tdd;mspec;runner;resharper</PackageTags>
22
- <PackageReleaseNotes>Adds support for R# and Rider 2023.2</PackageReleaseNotes>
+ <PackageReleaseNotes>Adds support for R# and Rider 2023.3</PackageReleaseNotes>
23
<PackageIcon>Machine.png</PackageIcon>
24
<PackageIconUrl>http://github.com/machine/machine.specifications.runner.resharper/raw/master/images/icon.png</PackageIconUrl>
25
<RepositoryUrl>https://github.com/machine/machine.specifications.runner.resharper</RepositoryUrl>
0 commit comments