Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit e42a4f8

Browse files
publish version to nuget.org with version 1.0.1
1 parent 8b2daa0 commit e42a4f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/MSBNuget.Nuget/MSBNuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>MSBuild.MSBNuget</id>
5-
<version>1.0.1-pre</version>
5+
<version>1.0.1</version>
66
<title>Nuget convention based MSBuild Packager</title>
77
<authors>Daniel Sack</authors>
88
<owners>Daniel Sack</owners>

src/publish.nuget_org.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msbuild /t:publish /p:PublishToOfficialNugetFeed=true

0 commit comments

Comments
 (0)