diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-02-26 18:40:41 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-02-26 18:40:41 +0100 |
| commit | 0191d1263bdd6590a625f722d56c6df776534a84 (patch) | |
| tree | 430bdac800b3f1dacc7aacbbc6e9bf254d1c8890 /src/IOL.Helpers | |
| parent | 0112bcfd629c534997017ad6bc6d9b6caf2b95ad (diff) | |
| download | dotnet-helpers-3.0.0.tar.xz dotnet-helpers-3.0.0.zip | |
feat: Update info for 3.0.0v3.0.0
Diffstat (limited to 'src/IOL.Helpers')
| -rw-r--r-- | src/IOL.Helpers/IOL.Helpers.csproj | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj index 18413ed..28b787e 100644 --- a/src/IOL.Helpers/IOL.Helpers.csproj +++ b/src/IOL.Helpers/IOL.Helpers.csproj @@ -2,12 +2,11 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> - <PackageProjectUrl>https://git.sr.ht/~ivar/IOL.Helpers</PackageProjectUrl> - <PackageLicenseUrl>https://git.sr.ht/~ivar/IOL.Helpers/tree/master/item/LICENSE</PackageLicenseUrl> - <RepositoryUrl>https://git.sr.ht/~ivar/IOL.Helpers</RepositoryUrl> + <PackageProjectUrl>https://git.ivarlovlie.no/dotnet-helpers</PackageProjectUrl> + <PackageLicenseUrl>https://git.ivarlovlie.no/dotnet-helpers/tree/LICENSE</PackageLicenseUrl> + <RepositoryUrl>https://git.ivarlovlie.no/dotnet-helpers</RepositoryUrl> <RepositoryType>git</RepositoryType> - <PackageTags>dotnet</PackageTags> - <PackageVersion>2.0.0</PackageVersion> + <PackageVersion>3.0.0</PackageVersion> <Title>IOL.Helpers</Title> <Authors>Ivar Løvlie</Authors> <Description>Common helpers for my dotnet projects.</Description> @@ -19,10 +18,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.1" /> - <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> - <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" /> - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.1"/> + <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0"/> </ItemGroup> - </Project> |
