Skip to content

Commit

Permalink
1.9.2.1 nuget package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxtsdev authored Jan 8, 2020
1 parent 50012a6 commit b2257ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ArkSavegameToolkitNet.Domain/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.2.0")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: AssemblyVersion("1.9.2.1")]
[assembly: AssemblyFileVersion("1.9.2.1")]

//todo: temp for dev purposes
[assembly: InternalsVisibleTo("ArkSavegameToolkitNet.TestConsoleApp")]
4 changes: 2 additions & 2 deletions ArkSavegameToolkitNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.2.0")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: AssemblyVersion("1.9.2.1")]
[assembly: AssemblyFileVersion("1.9.2.1")]

[assembly: InternalsVisibleTo("ArkSavegameToolkitNet.Domain")]
10 changes: 10 additions & 0 deletions build.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
msbuild ArkSavegameToolkitNet.sln /p:Configuration=Release /p:OutputPath="C:/Temp/ArkSavegameToolkitNet/dist/Release/"
msbuild ArkSavegameToolkitNet.sln /p:Configuration=Debug /p:OutputPath="C:/Temp/ArkSavegameToolkitNet/dist/Debug/"

Nuget
---
Packaging
nuget pack ArkSavegameToolkitNet.Domain.csproj -Prop Configuration=Release -Symbols -SymbolPackageFormat snupkg -IncludeReferencedProjects

Push
nuget push ArkSavegameToolkitNet.<version>.nupkg -Source nuget.org

0 comments on commit b2257ce

Please sign in to comment.