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: Luteceo/xoom-net-wire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c96b2660ee06a71f88ca904b384d81a871e556d
Choose a base ref
...
head repository: Luteceo/xoom-net-wire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e80065286aa9188d4fe4415763f5b1365d7ad596
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 1, 2023

  1. Release 1.10.1

    tjaskula committed Feb 1, 2023
    Copy the full SHA
    e800652 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Directory.Build.props
  2. +1 −1 appveyor.yml
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VlingoVersion>1.10.0</VlingoVersion>
<VlingoVersion>1.10.1</VlingoVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.10.0.{build}
version: 1.10.1.{build}
image:
- Visual Studio 2022
- Ubuntu