Skip to content

Commit

Permalink
Improve nullability annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderlook committed Feb 22, 2023
1 parent becba9c commit afe34cd
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 88 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

##
- Stop using implementation details of runtimes in order to make the code more safe and compatible with other runtimes.

## v0.4.8
- Stop using implementation details of runtimes in order to make the code safer and more compatible with other runtimes.
- Fix nullability annotations.

## v0.4.7

Expand Down
2 changes: 1 addition & 1 deletion Enderlook.EventManager/Enderlook.EventManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>Enderlook.EventManager</Product>
<RepositoryUrl>https://github.com/Enderlook/Net-Event-Manager</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>0.4.7</Version>
<Version>0.4.8</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<LangVersion>11</LangVersion>
Expand Down
Loading

0 comments on commit afe34cd

Please sign in to comment.