Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
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: ServiceStack/ServiceStack.Text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: ServiceStack/ServiceStack.Text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 1, 2022

  1. bump to v6.0.3

    mythz committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    efc1065 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mythz committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    b1c2473 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update PCL Platform names

    mythz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e7535a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08f789 View commit details
    Browse the repository at this point in the history
  3. Update Env.cs

    mythz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    8261d3b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Update DateTimeExtensions.cs DateTimeOffset (#537)

    Include DateTimeOffset arg to extension method ToUnixTimeMs. Made the assumption to use 'UtcDateTime' to use original DateTime implementation. Possibly a better way exists.
    Note 1:  Due to `private static ToDateTimeSinceUnixEpoch` and `internal DateTimeSerializer.LocalTimeZone` had to re-implement to get it to work.
    Note 2: `ToUnixTimeMsAlt` should probably also have a DateTimeOffset implementation, but I did not implement.
    cthames authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    0c5b55c View commit details
    Browse the repository at this point in the history
  2. Update DateTimeExtensions.cs

    collapse DateTimeOffset UnixTimeMs impls
    mythz authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    fb5396b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update README.md

    mythz authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6426a6f View commit details
    Browse the repository at this point in the history
Loading