Skip to content

Commit 4e658bf

Browse files
committed
moved ChangeLog file to main project directory
1 parent cc35f7b commit 4e658bf

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
zip -r $RELEASE_ZIP ./
2323
popd
2424
mv NetworkMiner/bin/Release/$RELEASE_ZIP ./
25-
zip $RELEASE_ZIP README.md LICENSE.txt # add README and LICENSE
25+
zip $RELEASE_ZIP README.md ChangeLog LICENSE.txt # add README, ChangeLog and LICENSE
2626
- name: Create GH Release
2727
id: create_release
2828
uses: actions/create-release@v1
File renamed without changes.

NetworkMiner.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project_Files", "Project_Files", "{38AAB075-6E2E-4522-B01D-1F49DBEB6F51}"
1111
ProjectSection(SolutionItems) = preProject
1212
.github\workflows\release_workflow.yml = .github\workflows\release_workflow.yml
13+
ChangeLog = ChangeLog
1314
EndProjectSection
1415
EndProject
1516
Global

NetworkMiner/NetworkMiner.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<Compile Include="Properties\AssemblyInfo.cs" />
3333
</ItemGroup>
3434
<ItemGroup>
35-
<None Include="ChangeLog">
36-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
37-
</None>
3835
<None Include="networkminericon.ico">
3936
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4037
</None>

0 commit comments

Comments
 (0)