-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: destructurama/attributed
base: 4.0.0
head repository: destructurama/attributed
compare: 4.1.0
- 14 commits
- 19 files changed
- 5 contributors
Commits on Mar 10, 2024
-
Bump MinVer from 4.3.0 to 5.0.0 (#112)
Bumps [MinVer](https://github.com/adamralph/minver) from 4.3.0 to 5.0.0. - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](adamralph/minver@4.3.0...5.0.0) --- updated-dependencies: - dependency-name: MinVer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ae5089 - Browse repository at this point
Copy the full SHA 1ae5089View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35b84ad - Browse repository at this point
Copy the full SHA 35b84adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aba088 - Browse repository at this point
Copy the full SHA 7aba088View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 168f17a - Browse repository at this point
Copy the full SHA 168f17aView commit details -
Bump coverlet.msbuild from 6.0.0 to 6.0.2 (#109)
* Bump coverlet.msbuild from 6.0.0 to 6.0.1 Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix? * 6.0.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 4302b25 - Browse repository at this point
Copy the full SHA 4302b25View commit details
Commits on Mar 27, 2024
-
Bump MarkdownSnippets.MsBuild from 26.0.1 to 27.0.2 (#114)
Bumps [MarkdownSnippets.MsBuild](https://github.com/SimonCropp/MarkdownSnippets) from 26.0.1 to 27.0.2. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits) --- updated-dependencies: - dependency-name: MarkdownSnippets.MsBuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c78b7cf - Browse repository at this point
Copy the full SHA c78b7cfView commit details
Commits on Dec 12, 2024
-
updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb7fcb - Browse repository at this point
Copy the full SHA 1eb7fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126d1fa - Browse repository at this point
Copy the full SHA 126d1faView commit details -
Bump NUnit from 3.14.0 to 4.1.0 (#115)
Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.1.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](nunit/nunit@v3.14.0...4.1.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for fd017c0 - Browse repository at this point
Copy the full SHA fd017c0View commit details -
Bump codecov/codecov-action from 4 to 5 (#125)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef47856 - Browse repository at this point
Copy the full SHA ef47856View commit details -
Configuration menu - View commit details
-
Copy full SHA for e309ec1 - Browse repository at this point
Copy the full SHA e309ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a8732 - Browse repository at this point
Copy the full SHA 88a8732View commit details
Commits on Dec 15, 2024
-
LogMaskedAttribute to handle int,long and guid values (#126)
* LogMaskedAttribute to handle int and long values * Add support for Guid https://github.com/destructurama/attributed/pull/122/files * Apply suggestions from code review * Update src/Destructurama.Attributed.Tests/MaskedAttributeTests.cs --------- Co-authored-by: andreas <andreasph91@gmail.com> Co-authored-by: Christos Pavlides <christos.pavlides@outlook.com> Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 9c7ee1d - Browse repository at this point
Copy the full SHA 9c7ee1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ada1b1 - Browse repository at this point
Copy the full SHA 0ada1b1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.0...4.1.0