Skip to content

Commit

Permalink
Update Reina.Cryptography.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
fkitsantas authored Nov 18, 2023
1 parent 2e43af3 commit 47bde01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Reina.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<VersionPrefix>
</VersionPrefix>
<VersionPrefix>3.0.2</VersionPrefix>
<PackageProjectUrl>https://fkitsantas.github.io/Reina.Cryptography</PackageProjectUrl>
<RepositoryUrl>https://www.github.com/fkitsantas/Reina.Cryptography</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -29,4 +28,4 @@
<Target Name="AddFrameworkSuffixToOutput" AfterTargets="Build">
<Move SourceFiles="$(OutputPath)$(AssemblyName).dll" DestinationFiles="$(OutputPath)$(AssemblyName).$(TargetFramework).dll" Condition="Exists('$(OutputPath)$(AssemblyName).dll')" />
</Target>
</Project>
</Project>

0 comments on commit 47bde01

Please sign in to comment.