-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from dwmkerr/release-please--branches--main--…
…components--sharpgl chore(main): release 3.1.2
- Loading branch information
Showing
2 changed files
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: AssemblyProduct("SharpGL")] | ||
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2023")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
// | ||
// Note that the 'x-release-please-' comments are used to let the release-please | ||
// action know that we want to update semvers on these lines. Please do not | ||
// remove these comments. | ||
// x-release-please-start-version | ||
[assembly: AssemblyVersion("3.0.0.0")] | ||
[assembly: AssemblyFileVersion("3.0.0.0")] | ||
// x-release-please-end | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: AssemblyProduct("SharpGL")] | ||
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2023")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
// | ||
// Note that the 'x-release-please-' comments are used to let the release-please | ||
// action know that we want to update semvers on these lines. Please do not | ||
// remove these comments. | ||
// x-release-please-start-version | ||
[assembly: AssemblyVersion("3.1.2.0")] | ||
[assembly: AssemblyFileVersion("3.1.2.0")] | ||
// x-release-please-end |