Skip to content

Commit

Permalink
fix: annotate version file for release please
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 28, 2023
1 parent b70b7e9 commit 4ef4a48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/SharpGL/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
// 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

0 comments on commit 4ef4a48

Please sign in to comment.