Skip to content

Commit

Permalink
chore: Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Jul 31, 2024
1 parent e37e2f8 commit 546d9f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GM.Utility/GM.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
<Version>1.6.1.0</Version>
<Version>1.7.0.0</Version>
<Title>GM.Utility</Title>
<Authors>Gregor Mohorko</Authors>
<Company>Gregor Mohorko</Company>
Expand All @@ -16,9 +16,9 @@
<Description>Library with various static classes and tools that provide universally useful functions, extensions and utilities.</Description>
<Copyright>Copyright © Gregor Mohorko 2024</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Added additional logging to ThrottlerPerTime.</PackageReleaseNotes>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<FileVersion>1.6.1.0</FileVersion>
<PackageReleaseNotes>Added support for multiple limits to ThrottlerPerTime.</PackageReleaseNotes>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<RepositoryUrl>https://github.com/GregaMohorko/GM.Utility</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down

0 comments on commit 546d9f4

Please sign in to comment.