1 parent 1869b1b commit f640b95Copy full SHA for f640b95
2 files changed
.github/workflows/release_build.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: taiki-e/install-action@git-cliff
74
75
- name: Generate changelog
76
- run: git-cliff --unreleased -o CHANGES.md
+ run: git-cliff -o CHANGES.md
77
78
- name: Create draft release with assets
79
uses: softprops/action-gh-release@v3
Plain Craft Launcher 2/Modules/Base/ModBase.vb
@@ -1,6 +1,5 @@
1
Imports System.Globalization
2
Imports System.Runtime.CompilerServices
3
-Imports System.Security.Cryptography
4
Imports System.Threading.Tasks
5
Imports System.Xaml
6
Imports Newtonsoft.Json
0 commit comments