Skip to content

Commit

Permalink
Bump version, release notes and analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1face committed Aug 1, 2022
1 parent 8cf39ab commit 0e9ea6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NPPESAPI.net/NPPESAPI.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/ForcuraCo/npi-api-net</PackageProjectUrl>
<PackageId>Forcura.NPPESAPI</PackageId>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>2.1.0</Version>
<PackageReleaseNotes>
Supported framework changes: Support for net45 has been dropped. Library uses `HttpClient` in a better fashion that supports injection from `IHttpClientFactory`
Upgrade Newtonsoft.Json dependency
</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -93,7 +93,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.2.1">
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0e9ea6c

Please sign in to comment.