-
-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: devlooped/nugetizer
base: 4bddb03
head repository: devlooped/nugetizer
compare: 6cbc178
- 18 commits
- 35 files changed
- 5 contributors
Commits on Jul 20, 2021
-
🖉 Update changelog with v0.7.4
github-actions committedJul 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 65473cf - Browse repository at this point
Copy the full SHA 65473cfView commit details -
🖉 Update changelog with v0.7.4
github-actions committedJul 20, 2021 Configuration menu - View commit details
-
Copy full SHA for f8dc348 - Browse repository at this point
Copy the full SHA f8dc348View commit details
Commits on Jul 21, 2021
-
Bump files with dotnet-file sync
# devlooped/oss - Improve default rendering of header icon devlooped/oss@9db26e2
Configuration menu - View commit details
-
Copy full SHA for ad1d4cc - Browse repository at this point
Copy the full SHA ad1d4ccView commit details
Commits on Jul 23, 2021
-
SDK Pack PackAsTool compatibility
Causes PackFolder=tool in nugetizer. Fixes #131
Configuration menu - View commit details
-
Copy full SHA for f64b2bb - Browse repository at this point
Copy the full SHA f64b2bbView commit details -
Improve SDK Pack compatibility for framework-specific tools
SDK Pack always packs tools as framework-specific, so we default to doing the same. Fixes #132 tools
Configuration menu - View commit details
-
Copy full SHA for 7741367 - Browse repository at this point
Copy the full SHA 7741367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0819ffb - Browse repository at this point
Copy the full SHA 0819ffbView commit details -
Normalize all paths for consistency, use SDK Pack format
We used to perform no path normalization in the AssignPackagePath task, and this meant we could easily end with mixed paths, making it difficult to tell apart which are the same, and when comparing via code, having to take into account the possibility that there might be a mixture. To simplify things, we now normalize all paths to use the / forward slash which is more compatible for cross-platform projects, is already supported universally in MSBuild as well as NuGet, and entirely avoids having to do \\ double slashes for escaping (or @ literals) in code. Fixes #135
Configuration menu - View commit details
-
Copy full SHA for 81f82f8 - Browse repository at this point
Copy the full SHA 81f82f8View commit details
Commits on Aug 20, 2021
-
Bump NuGet.Packaging from 5.10.0 to 5.11.0
Bumps [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) --- updated-dependencies: - dependency-name: NuGet.Packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eac1e6f - Browse repository at this point
Copy the full SHA eac1e6fView commit details -
Bump Microsoft.TestPlatform.ObjectModel from 16.10.0 to 16.11.0
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11f312c - Browse repository at this point
Copy the full SHA 11f312cView commit details -
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caa9f26 - Browse repository at this point
Copy the full SHA caa9f26View commit details
Commits on Aug 24, 2021
-
Bump Microsoft.Build from 16.6.0 to 16.11.0
Bumps [Microsoft.Build](https://github.com/dotnet/msbuild) from 16.6.0 to 16.11.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Commits](https://github.com/dotnet/msbuild/commits/v16.11.0) --- updated-dependencies: - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b439ded - Browse repository at this point
Copy the full SHA b439dedView commit details -
Bump Mono.Options from 6.6.0.161 to 6.12.0.148
Bumps Mono.Options from 6.6.0.161 to 6.12.0.148. --- updated-dependencies: - dependency-name: Mono.Options dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a0d1f2 - Browse repository at this point
Copy the full SHA 6a0d1f2View commit details
Commits on Sep 13, 2021
-
Bump files with dotnet-file sync
# devlooped/oss - Add bydesign to excluded labels from changelog devlooped/oss@b92dfed - List of excluded labels should be coma separated devlooped/oss@a9a7616 - If PackAsTool=true, default IsPackable=true, for obvious reasons devlooped/oss@fde1f6f - Generate API documentation for non-tests projects by default devlooped/oss@32213f2 - Escape double quotes from changelog devlooped/oss@2b73cb3 - Replace double quotes with single quotes devlooped/oss@0cbe576 - Replace 'undefined' JSON keyword devlooped/oss@b07aaab # devlooped/.github - Allow overriding target pages org devlooped/.github@8f41377 - Improve overriding and defaulting for token too devlooped/.github@245ad41 - Allow running pages workflow manually devlooped/.github@4234724 - Pages access token should always come from secrets devlooped/.github@e8f3774
Configuration menu - View commit details
-
Copy full SHA for 71cd75b - Browse repository at this point
Copy the full SHA 71cd75bView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51fd5cc - Browse repository at this point
Copy the full SHA 51fd5ccView commit details -
Bump files with dotnet-file sync
# devlooped/oss - If PackFolder is specified, assume IsPackable=true devlooped/oss@b0249cf - Automatically set/include icon.png and readme.md devlooped/oss@e260665 - Automatically retry failed tests up to 5 times devlooped/oss@8bc16a7 - Ensure GNU grep is used on macOS devlooped/oss@964caa3 - Ignore TestResults folders devlooped/oss@a9f9d3f - Add nuget.org as first restore source, for convenience devlooped/oss@3f294a1
Configuration menu - View commit details
-
Copy full SHA for 99e3e42 - Browse repository at this point
Copy the full SHA 99e3e42View commit details -
Bump MSBuild.StructuredLogger from 2.1.507 to 2.1.545
Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) from 2.1.507 to 2.1.545. - [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases) - [Commits](https://github.com/KirillOsenkov/MSBuildStructuredLog/commits) --- updated-dependencies: - dependency-name: MSBuild.StructuredLogger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a532bf7 - Browse repository at this point
Copy the full SHA a532bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aff951 - Browse repository at this point
Copy the full SHA 8aff951View commit details -
🖉 Update changelog with v0.7.5
github-actions committedOct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6cbc178 - Browse repository at this point
Copy the full SHA 6cbc178View 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 4bddb03...6cbc178