Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Dec 21, 2024
1 parent 7a4d85d commit 351e042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.1.2 (2024-12-21)
- Update dependencies to address security advisory #4
- Fix EffectType detection in EffectFactory for patch.aul (#3) #5

# 0.1.1 (2022-10-22)
- Fix exporting object file with disabled effect. ([6dc3409](https://github.com/karoterra/AupDotNet/commit/6dc3409f5f2895a16d2da47ffeeb833209fea503))

Expand Down
2 changes: 1 addition & 1 deletion src/AupDotNet/AupDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Karoterra.AupDotNet</RootNamespace>
<AssemblyName>Karoterra.AupDotNet</AssemblyName>
<PackageId>Karoterra.AupDotNet</PackageId>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<Authors>karoterra</Authors>
Expand Down

0 comments on commit 351e042

Please sign in to comment.