Skip to content

Commit

Permalink
Released 1.3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Apr 12, 2021
1 parent cc9adeb commit 3f648e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Gregor Mohorko
Copyright (c) 2021 Gregor Mohorko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
## Author and License
Gregor Mohorko ([www.mohorko.info](https://www.mohorko.info))

Copyright (c) 2020 Gregor Mohorko
Copyright (c) 2021 Gregor Mohorko

[MIT License](./LICENSE.md)
21 changes: 13 additions & 8 deletions src/GM.Utility/GM.Utility/GM.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,27 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
<Version>1.3.1.0</Version>
<Version>1.3.2.0</Version>
<Title>GM.Utility</Title>
<Authors>Gregor Mohorko</Authors>
<Company>Gregor Mohorko</Company>
<PackageProjectUrl>https://github.com/GregaMohorko/GM.Utility</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>utility extensions software design pattern</PackageTags>
<Description>Library with various static classes and tools that provide universally useful functions, extensions and utilities.</Description>
<Copyright>Copyright © Gregor Mohorko 2020</Copyright>
<Copyright>Copyright © Gregor Mohorko 2021</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Added UndoRedo pattern.
Added GMHttpClient.
Added ReflectionUtility.SetProperty for static properties.
EmailUtility.IsValid: Added support for subdomains.</PackageReleaseNotes>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<PackageReleaseNotes>Added WildcardUtility.
Added ExcelUtility.ExcelColumnNameToNumber.
Added ReflectionUtility.AreAllPropertiesEqual.
Added Util.CombineWithParams.
Added IEnumerableUtility.ToDictionaryFromGrouping with additional key/element selectors.
Added support for non-public properties in ReflectionUtility.SetProperty.
Improved ReflectionUtility.IsPrimitive to include other primitive types (decimal, DateTime, DateTimeOffset, TimeSpan, Guid).
Fixed an error in GMHttpClient: 'Uri string is too long'.
Fixed a bug in IEnumerableUtility.AllSame when a value selector selected a null value.</PackageReleaseNotes>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<RepositoryUrl>https://github.com/GregaMohorko/GM.Utility</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down

0 comments on commit 3f648e9

Please sign in to comment.