Skip to content

Commit

Permalink
Revert "[Release] Changed year to 2024"
Browse files Browse the repository at this point in the history
This reverts commit 86e5820.
  • Loading branch information
melanchall committed Dec 22, 2023
1 parent 8ac0aa7 commit 43791cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"_enableSearch": true,
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.png",
"_appFooter": "2024 / Generated by <a href=\"https://dotnet.github.io/docfx\">DocFX</a>",
"_appFooter": "2023 / Generated by <a href=\"https://dotnet.github.io/docfx\">DocFX</a>",
"_disableContribution": true
},
"template": [
Expand Down
2 changes: 1 addition & 1 deletion DryWetMidi/Melanchall.DryWetMidi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Build musical compositions.
* Perform complex musical tasks like quantizing, notes splitting or converting MIDI files to CSV.
</Description>
<Copyright>Copyright © Melanchall 2024</Copyright>
<Copyright>Copyright © Melanchall 2023</Copyright>
<PackageTags>midi smf music composing notes chords device playback record</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Common/UiUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class UiUtilities

public static void WriteHello() => WriteLines(
Assembly.GetCallingAssembly().GetName().Name,
"2024",
"2023",
"Powered by Melanchall's DryWetMIDI library",
"====================================================",
string.Empty);
Expand Down

0 comments on commit 43791cb

Please sign in to comment.