Skip to content

Commit

Permalink
Release 2023.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Aug 9, 2022
1 parent ca0bc4e commit e2987d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Build/Build.Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ partial class Build
{
readonly Dictionary<string, string> VersionMap = new()
{
{"Release R19", "2019.1.5"},
{"Release R20", "2020.1.5"},
{"Release R21", "2021.1.5"},
{"Release R22", "2022.1.5"},
{"Release R23", "2023.1.5"},
{"Release R19", "2019.1.6"},
{"Release R20", "2020.1.6"},
{"Release R21", "2021.1.6"},
{"Release R22", "2022.1.6"},
{"Release R23", "2023.1.6"},
};

const string BuildConfiguration = "Release";
Expand Down
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Nice3point
Copyright 2022 Nice3point

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down

0 comments on commit e2987d3

Please sign in to comment.