File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
# Publish
19
19
- name : publish on version change
20
20
id : publish_nuget
21
- uses : rohith /publish-nuget@v2
21
+ uses : brandedoutcast /publish-nuget@v2
22
22
with :
23
23
# Filepath of the project to be packaged, relative to root of repository
24
24
PROJECT_FILE_PATH : Terminal.Gui/Terminal.Gui.csproj
36
36
# VERSION_STATIC: 1.0.0
37
37
38
38
# Flag to toggle git tagging, enabled by default
39
- # TAG_COMMIT: true
39
+ TAG_COMMIT : true
40
40
41
41
# Format of the git tag, [*] gets replaced with actual version
42
42
# TAG_FORMAT: v*
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >0.90.1 </Version >
5
- <AssemblyVersion >0.90.1 </AssemblyVersion >
6
- <FileVersion >0.90.1 </FileVersion >
4
+ <Version >0.90.2 </Version >
5
+ <AssemblyVersion >0.90.2 </AssemblyVersion >
6
+ <FileVersion >0.90.2 </FileVersion >
7
7
<Authors >Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors >
8
8
</PropertyGroup >
9
9
You can’t perform that action at this time.
0 commit comments