Skip to content

Commit

Permalink
Removed unnecessary targeting of .NET 7.0, updated licensing, fixed R…
Browse files Browse the repository at this point in the history
…EADME shields issue.
  • Loading branch information
MarkCiliaVincenti committed Dec 16, 2022
1 parent 787e281 commit 2509e1f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions ThreadSafeRandomizer/ThreadSafeRandomizer.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;net6.0</TargetFrameworks>
<Authors>Mark Cilia Vincenti</Authors>
<RepositoryUrl>https://github.com/MarkCiliaVincenti/ThreadSafeRandomizer.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ThreadSafeRandomizer</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.1.1</Version>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.1.2</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Signing assembly.</PackageReleaseNotes>
<PackageReleaseNotes>Removed unnecessary targeting of .NET 7.0, updated licensing, fixed README shields issue.</PackageReleaseNotes>
<Description>An efficient thread-safe randomizer.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>random,randomizer,randomiser,threadsafe,thread-safe</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand All @@ -35,10 +36,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit 2509e1f

Please sign in to comment.