Skip to content

Commit

Permalink
prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdefelici committed Oct 25, 2023
1 parent 4c13274 commit 012a5cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FUnreal/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="FUnreal.743850cc-b00b-4f5d-9117-4f84df24f8ab" Version="0.0.9" Language="en-US" Publisher="Federico De Felici" />
<Identity Id="FUnreal.743850cc-b00b-4f5d-9117-4f84df24f8ab" Version="0.1.0" Language="en-US" Publisher="Federico De Felici" />
<DisplayName>FUnreal</DisplayName>
<Description xml:space="preserve">Visual Studio extension for smoothing the workflow of Unreal Engine C++ developers</Description>
<MoreInfo>https://github.com/fdefelici/vs-funreal</MoreInfo>
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# FUnreal Changelog
## v0.1.0: October 25, 2023
### Improvements
* Update UE version dection strategy to support UE v5.3
### Bug Fix
* Fix USceneComponent class template

## v0.0.9: July 15, 2023
### Bug Fix
* Template misconfiguration prevented to add some module (blank, blueprint library) to a plugin
Expand Down

0 comments on commit 012a5cb

Please sign in to comment.