Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 14 commits
  • 42 files changed
  • 2 contributors

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    5b0fb10 View commit details
    Browse the repository at this point in the history
  2. Remove pre-5.0 RTW notes and generated code examples

    Neither are needed or necessary anymore.
    kzu authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    8392ba6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    8d6fd96 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    2b9ff0c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Speed-up packaging of the meta-package

    By removing the P2P reference resolution and target framework compatibility checks, we speed up a bit the process and if we ever provide multitargeting for any referenced project, it would also avoid build warnings.
    kzu committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    354c167 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. No need to shout FILENAMES (#18)

    I think I like this better, so rename everything to lowercase.
    kzu authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    cd2f50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a31b9d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    ea8e17f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eeab58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d43620 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. 🖆 Apply kzu/oss template via dotnet-file

    Involved fixing a bunch of warnings from the new nullable setting and moving tweaks in targets to Directory.props/targets.
    kzu committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4c0516c View commit details
    Browse the repository at this point in the history
  2. 🔎 Fix lookup of embedded resources

    Now that the root namespace for all assemblies is the same,
    the base name for the embedded resource no longer matches
    the assembly name. So in order to avoid this and future issues
    with other generators, just make the search more flexible
    by finding the resource name by relative path name instead.
    kzu committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e25250b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. ☝ Bump NuGetizer from 0.5.0 to 0.6.0

    Fixes #21 because of the included fix for
    devlooped/nugetizer#36.
    kzu committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    97da74d View commit details
    Browse the repository at this point in the history
Loading