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: seiggy/Arke.ARI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: seiggy/Arke.ARI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 20, 2023

  1. Fixed more AsterNET names - fix bug #76

    Zack Way committed Jul 20, 2023
    Copy the full SHA
    ca25316 View commit details
  2. Housekeeping, renaming sample project RootNamespace and AssemblyName …

    …csproj properties to match namespace in code
    nakchak authored and seiggy committed Jul 20, 2023
    Copy the full SHA
    b681447 View commit details

Commits on Aug 23, 2023

  1. Create FUNDING.yml

    seiggy authored Aug 23, 2023
    Copy the full SHA
    4a45388 View commit details
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [seiggy, skrusty]
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dotnet.defaultSolution": "AsterNET.ARI.sln"
"dotnet.defaultSolution": "Arke.ARI.sln"
}
Loading